This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Problems trying to compile g++ under NT


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


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