Re: Error during make bootstrap (gcc-4.1.1)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 7/20/06, Santosh Sugur <santosh.sugur@xxxxxxxxx> 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.

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux