Update of /cvsroot/pure-data/externals/zexy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14999
Modified Files: README.txt Log Message: updated notes for cross-compilation (i finally made it work! - but it is still a bit of magic to me)
Index: README.txt =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/README.txt,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** README.txt 21 Dec 2005 09:58:11 -0000 1.9 --- README.txt 24 Jan 2006 21:00:21 -0000 1.10 *************** *** 84,89 **** + cross-compilation for windows on linux using mingw (assumes that the crosscompiler is "i586-mingw32msvc-cc") ! #> ./configure --host=i586-mingw32msvc --with-extension=dll \ --with-pd=/path/to/win/pd/ --disable-PIC
irix : --- 84,93 ---- + cross-compilation for windows on linux using mingw (assumes that the crosscompiler is "i586-mingw32msvc-cc") ! #> CFLAGS="" ./configure --host=i586-mingw32msvc --with-extension=dll \ --with-pd=/path/to/win/pd/ --disable-PIC + notes: configure tries to set the CFLAGS to "-g -O2" if the compiler + accepts this; however, i noticed that when doing a cross-compilation + for w32, pd will not be able to load certain externals if "-O2" + is turned on; the 'CFLAGS=""' will prevent this
irix :