[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ranlib: command not found - Subversion1.3.1 Make install on Solaris9

From: <ilmars.katajs-paeglis_at_chase.com>
Date: 2006-05-19 23:57:13 CEST

Nathan,

Thanks for your reply.

I have GNU gcc. (installed from sunfreeware.com as a package)

/usr/local/bin->gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.4.2

/usr/local/bin->ldd gcc
        libiconv.so.2 => /usr/local/lib/libiconv.so.2
        libc.so.1 => /usr/lib/libc.so.1
        libdl.so.1 => /usr/lib/libdl.so.1
        /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1

Also, we have gnu make
/usr/local/bin->ldd make
        libkstat.so.1 => /usr/lib/libkstat.so.1
        librt.so.1 => /usr/lib/librt.so.1
        libc.so.1 => /usr/lib/libc.so.1
        libaio.so.1 => /usr/lib/libaio.so.1
        libmd5.so.1 => /usr/lib/libmd5.so.1
        libdl.so.1 => /usr/lib/libdl.so.1
        /usr/platform/SUNW,Sun-Fire-V440/lib/libc_psr.so.1
        /usr/platform/SUNW,Sun-Fire-V440/lib/libmd5_psr.so.1

Not sure where I can check for existence of runlib though. How can I add
runlib to existing GNU gcc install if it is not there?

thanks,
Ilmars

Ilmars Katajs-Paeglis

Nathan Kidd <nathan-svn@spicycrypto.ca>
05/19/2006 05:07 PM
 
        To:
        cc: users@subversion.tigris.org
        Subject: Re: ranlib: command not found - Subversion1.3.1
Make install on Solaris9

ilmars.katajs-paeglis@chase.com wrote:
> I am getting a following error when running Subversion1.3.1 make install

> on Solaris9/sparc
...
> ranlib /usr/local/apr/lib/libapr-0.a
> /download/sas/sourcecd/subversion-1.3.1/apr/libtool: ranlib: command not

> found
> make[1]: *** [install] Error 127
...
> Can anybody point me to what needs to be done to get ranlib?

ranlib is a basic part of a standard toolchain and comes with the GNU
binutils package. (Or if you're not using GNU tools, should come with
your commercial compiler.) Do you have a fully functioning compiler on
your machine?

-Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 19 23:58:49 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.