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 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.


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