help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: c++ without libstdc++


From: Jonathan Bartlett
Subject: Re: c++ without libstdc++
Date: Thu, 02 Jun 2005 14:10:21 -0400
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]