3.3.2 Install Problem
Russ Allbery
rra@stanford.edu
Tue Oct 21 22:12:00 GMT 2003
Chip Cuntz <william.c.cuntz_iv@mci.com> writes:
> Bootstrap apparently completed successfully with:
> Reading specs from /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.1/specs
> Configured with: ../gcc-3.1/configure
> Thread model: posix
> gcc version 3.1
> Got the following errors when 'sudo gmake install' was attempted on
> Solaris 8. libiconv.so.2 is present in /usr/local/lib... So is
> /export/home/ccuntz/gcc332/gcc/xgcc... Can anybody point out the my
> problem?
When building gcc, you need to set LD_RUN_PATH to /usr/local/lib in the
environment. Alternately, you need to configure Sun's dynamic linker to
look in /usr/local/lib by default (which I don't know how to do off-hand).
--
Russ Allbery (rra@stanford.edu) <http://www.eyrie.org/~eagle/>
More information about the Gcc
mailing list