This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problems trying to compile g++ under NT
- To: <gcc at gcc dot gnu dot org>
- Subject: Problems trying to compile g++ under NT
- From: klaxi at t-online dot de (Christian Baxmann)
- Date: Tue, 28 Mar 2000 20:50:10 +0200
- References: <00b401bf79ba$19faad80$0300a8c0@Home.de> <200002180819.JAA00883@loewis.home.cs.tu-berlin.de>
Hi there!
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.
All I really need is the g++-Front-End, 'cause I'm writing my own Back-End.
I tried to compile the whole g++, but it didn't work, 'cause I got lots of
compiler-error
(syntax-error for PVPROTO and PROTO in system.h and machmode.h) and a
header-file "tree-check.h" that
doesn't exist in the gcc-package.
Those PVPROTO and PROTO-stuff is from ansidecl.h and gansidecl.h, but those
say it's obsolete, 'cause
PARAMs are better/supported.
Is there a chance to avoid those PVPROTO,VPROTO an PROTO-stuff?
I ran those configure-Files under cygwin B20, ran config-nt.bat, tried to
use gcc2.95.2 itself to compile ... that
all didn't work
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 ...
Christian