[C++-sig] Pyste suggestion: MSVC precompiled headers support

Jonathan Brandmeyer jbrandmeyer at earthlink.net
Sat Oct 11 04:12:41 CEST 2003


On Fri, 2003-10-10 at 20:01, Niall Douglas wrote:
> -
> BTW, anyone tried using Mingw GCC to make object files on Windows 
> (against the Linux file system exposed by samba), then linking them 
> on Linux? I have a dual processor machine, but VMWare can only use 
> one of them :( and I figure the object file output should be 
> identical.
> 

It sounds like you want to use MinGW to produce object files for
programs to be run on your Linux machine.  In that case, you will need
to build a i686-pc-mingw32 hosted i686-pc-linux-gnu targeted cross
compiler.  The object files are not the same.

Good luck,
Jonathan Brandmeyer





More information about the Cplusplus-sig mailing list