Ranlib is part of the GNU Binutils package. You need
to install the Binutils package as well as GCC.
You can check for ranlib by executing "which ranlib".
It should be in the same directory as gcc.
ilmars.katajs-paeglis@chase.com wrote:
>
> 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
>
>
--
Michael Eager eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306 650-325-8077
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat May 20 00:41:04 2006