This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.3.2 Install Problem


On Tue, Oct 21, 2003 at 01:58:28PM -0700, Russ Allbery wrote:
> 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).

For the record:  man crle


-- 
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]