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]

Re: Problems trying to compile g++ under NT


> 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

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