This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problems trying to compile g++ under NT
- To: klaxi at t-online dot de
- Subject: Re: Problems trying to compile g++ under NT
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 29 Mar 2000 00:48:56 +0200
- CC: gcc at gcc dot gnu dot org
- References: <00b401bf79ba$19faad80$0300a8c0@Home.de> <200002180819.JAA00883@loewis.home.cs.tu-berlin.de> <001301bf98e6$84b64120$0300a8c0@Home.de>
> I'm trying to compile g++ 2.95.2 under Windows NT with VisualC++
> 8.0. Documentation says its possible, but I got lots of problems.
Where did you read its possible? Compiling the C compiler might be
supported; compiling the C++ compiler is not - that is supposed to be
build with the C compiler generated in stage 1.
> Is there a chance to avoid those PVPROTO,VPROTO an PROTO-stuff?
What do you mean, avoid? You can certainly replace them using global
search-and-replace in your editor, provided you end up with ANSI C
signatures afterwards, and provided your bootstrap compiler supports
ANSI C. It would be better if you get them defined, though.
Alternatively, you could start with a gcc 2.96 snapshot, where these
are replaced with the PARAMS macros.
> Is there any further information available about how to compile under NT,
> especially what steps does it take, what compiler-options to use, which
> files are really needed, compiling with g++-include-dir or the
> M$-include-dir ...
Please have a look at
http://www.xraylith.wisc.edu/~khan/software/gnu-win32/
Regards,
Martin