From mboxrd@z Thu Jan 1 00:00:00 1970 From: klaxi@t-online.de (Christian Baxmann) To: Subject: Problems trying to compile g++ under NT Date: Tue, 28 Mar 2000 10:51:00 -0000 Message-id: <001301bf98e6$84b64120$0300a8c0@Home.de> References: <00b401bf79ba$19faad80$0300a8c0@Home.de> <200002180819.JAA00883@loewis.home.cs.tu-berlin.de> X-SW-Source: 2000-03/msg00732.html 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