[GCC-XML] Question about gccxml on windows and new compiler
Brad King
brad.king at kitware.com
Tue Aug 15 09:59:20 EDT 2006
Dr. Peter Biechele wrote:
> Can I compile the GNU C interface using the MS VC 6 Compiler on Windows ??
> Or can I set the environment variables in a way to simulate the GNU Compiler
> in the windows compiled gccxml version ?
The automatic detection of the GNU compiler configuration to be
simulated works only when shell scripting is available. This will
eventually be fixed but I have no time now.
You can always write your own GCCXML_FLAGS setting to simulate whatever
compiler you want. Note that you'll need the GNU compiler that you want
to simulate to be installed. If you look at the
gccxml/GCC_XML/Support/GCC/find_flags script you can see how it sets
GCCXML_FLAGS.
-Brad
More information about the gccxml
mailing list