g++ without std lib?
Posted: Mon Oct 08, 2007 10:32 am
I`m currently trieing to compile my kernel under Ubuntu, but I have some problems with my C++ compiler. It always tries to integrate the libstdc++, and I get undefined reference to... error from the linker.
I tried to find a command line option to exclude the standard library, but I could neither find one in g++`s help nor with Google.
Is here anyone who knows hoe to compile a file with c++ without the C++ standard library?
I tried to find a command line option to exclude the standard library, but I could neither find one in g++`s help nor with Google.
Is here anyone who knows hoe to compile a file with c++ without the C++ standard library?