Error during make bootstrap (gcc-4.1.1)

Asher Langton langton2@llnl.gov
Thu Jul 20 16:37:00 GMT 2006


On 7/20/06, Santosh Sugur <santosh.sugur@gmail.com> wrote:
> If I am allowed one more question.. after the install when I compile
> 'hello.cpp' and try to run ./a.out, I get
> ld.so.1: a.out: fatal: libstdc++.so.6: open failed: No such file or directory
> Killed
>
> Now I added the path to the newly installed lib directory to
> LD_LIBRARY_PATH, and everything works fine. My ony question is that
> there is another gcc/g++ in /usr/sfw/bin (probably installed with the
> Solaris distribution), which works fine without any LD_LIBRARY_PATH
> setting, how come?

Your system should have a default library search path, telling it to
check standard places like /usr/lib, /usr/local/lib, etc. in some
specific order after it checks the locations specified in your
LD_LIBRARY_PATH.



More information about the Gcc-help mailing list