This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Compiling w/o gcc?


On Mon, Apr 02, 2001 at 09:30:52AM -0500, David A. Greene wrote:
> 
> I guess I'm getting hung up on the fact that this is a _library_.
> Why is it so difficult to compile just the library bits?

Most libraries are "user space" libraries.  They can assume the full
functionality of the features of the language, including the runtime
library of that language.

This library, on the other hand, is part of the GNU C++ implementation
itself.  There are lots of fiddly issues to get correct, some of which
I'm sure we have yet to discover.


-- 
pedwards at disaster dot jaj dot com  |  pme at sources dot redhat dot com
devphil at several other less interesting addresses in various dot domains
The gods do not protect fools.  Fools are protected by more capable fools.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]