This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Compiling w/o gcc?
- To: "David A. Greene" <greened at eecs dot umich dot edu>
- Subject: Re: Compiling w/o gcc?
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Fri, 30 Mar 2001 15:48:31 -0500
- Cc: libstdc++ at gcc dot gnu dot org
- References: <3AC46719.8000404@eecs.umich.edu>
On Fri, Mar 30, 2001 at 05:59:37AM -0500, David A. Greene wrote:
> I wish to compile libstdc++-v3 without gcc. I have another C++
> compiler that I need to use due to differences in object layout,
> mangling, etc.
This is briefly mentioned in the FAQ:
http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#3_1
Summary: the runtime support bits will have to be written for your compiler
and platform (you'll need help from the compiler vendor), and you'll have
to remove some of the GCC-specific bits (some pragmas and attributes,
for starters).
Phil
--
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.