MacArthur, Ian (SELEX GALILEO, UK) wrote: >> I tried to use mingw-gcc with the option CC="gcc -m32" to >> build a 32bit-binary, >> but it gave me the same error. > > Hmm, odd. I'd have thought that would work... Dunno...
Would probably have to add -m32 to the "CXX" macro as well as "CC",
since CC is only used for compiling C source files.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

