Subject: Re: gcc-3.2
To: Oleg Polyanski <Oleg.Polianski@team.telstraclear.co.nz>
From: Bryan <u1@terran.org>
List: tech-toolchain
Date: 09/10/2002 21:54:02
On the dignified day of Sep 11, Oleg Polyanski said:

> Hi,
> 
>  Please do not forget to set LD_LIBRARY_PATH accordingly so your
>  applications compiled with a new g++ would get the right libgcc.so and
>  libstdc++.so libraries, otherwise they will keep producing core dumps.

Hello Oleg,

That is true, but not my problem.  I'm not compiling C++, I'm compiling
Hello World in C and the only library referenced is the C library.  In any
case, compiling with -Wl,-R/usr/local/lib and/or setting LD_LIBRARY_PATH
before execution doesn't make a difference.

--
-Bryan