Maurice wrote:
Hello,

for an embedded system I would like to write in C++ using
gcc 2.95 but without linking to libstdc++ (its too big).
I wonder how far this is possible:

Have you tried compiling it in statically? In that case, it should only include the portions of the library it actually used.

Jon
----
Learn to program using Linux assembly language
http://www.cafeshops.com/bartlettpublish.8640017
_______________________________________________
Help-gplusplus mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to