Re: shared library locations

2005-04-25 Thread Andrew Pinski
On Apr 25, 2005, at 11:59 AM, Karl Berry wrote: Greetings, In gcc-4.0.0 (and all previous releases), the C++ shared libraries (for example) are not found without adding specific link flags. For example, compiling a C++ hello,world (source below, not that it matters): $ which g++ g++ is /usr/loca

shared library locations

2005-04-25 Thread Karl Berry
Greetings, In gcc-4.0.0 (and all previous releases), the C++ shared libraries (for example) are not found without adding specific link flags. For example, compiling a C++ hello,world (source below, not that it matters): $ which g++ g++ is /usr/local/gnu/bin/g++ $ g++ hello.cc $ ldd a.out