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
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