This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3.2 Install Problem
- From: Russ Allbery <rra at stanford dot edu>
- To: Chip Cuntz <william dot c dot cuntz_iv at mci dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 21 Oct 2003 13:58:28 -0700
- Subject: Re: 3.3.2 Install Problem
- Organization: The Eyrie
- References: <NCBBLABKOJKOAEAJNAPMMENLIOAA.william.c.cuntz_iv@mci.com>
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/>