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?



Hmm. A place to start is to take the current CVS for libstdc++-v3, and
try to compile all the source files on your target platform with your
vendor compiler. You can find a list of these sources in the assorted
Makefiles (libsupc++/Makefile.am and src/Makefile.am in particular.)

You've got to start somewhere and this looks as good of a place to
start as any.

I don't know if anybody's done this before, which would explain why
the HOWTOs are a bit weak on the subject.

You could look at the Makefiles generated for a native linux/x86 build
and port that to your host system. You could try building a cross
compiler and using those configuration files for your system. I leave
the final approach as an exercise.... 

With all due respect, I doubt you have a current runtime from your
vendor: major changes to the GNU c++ runtime code happened just this
wednesday.

-benjamin


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