On 12/06/07, NightStrike <nightstrike@xxxxxxxxx> wrote:
So the way I read this is that I *could* use gcc for compiling .cpp files that use c++ libraries, correct? It never seems to work, even for a simple "Hello, world."
On my platform, gcc some_c++_file.cpp -lstdc++ seems to behave the same as g++ some_c++_file.cpp I don't know why one would want to use the prior, however. ~ Scott