Urgent Help needed
Mike Stump
mrs@windriver.com
Thu Jun 15 13:09:00 GMT 2000
> Date: Thu, 15 Jun 2000 17:41:41 +0800
> From: Super-User <hocksoon@meridian.com.sg>
> I feel surprised while trying (3 times) to install the gcc-2.95.1 or
> gcc-2.95.2 into my sparc-sun-solaris2.5.1 system as a native complier.
> I've downloaded the gcc-2.95.1.tar-gz file & uncompress it properly.
> Then, the configure process is done. When I try to build it, the
> following errors prompt. May I know where to get the libiberty.a or
> other missing files? Or what is the proper way of build & install.
> Thanks a lot of your kind reply & guidance.
> make[1]: ar: Command not found
kankakee bash[1373] type -a ar
ar is /folk/mrs/bin/ar
ar is /folk/gnu/H-sun4-solaris2/bin/ar
ar is /usr/local/gnu/bin/ar
ar is /usr/ccs/bin/ar
You need to add /usr/ccs/bin to your path:
PATH=$PATH:/usr/ccs/bin
...
I'd also recommend that you get and install GNU binutils. That is
what all the other ars in my path are.
More information about the Gcc-bugs
mailing list