Changes between Version 107 and Version 108 of DevWikiWinMingW64
- Timestamp:
- 03/06/12 23:45:09 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinMingW64
v107 v108 257 257 #if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target 258 258 #32 bit uses i686-w64-mingw32 for build, host, target 259 ./configure --prefix=/c/projects/libxml/rel-libxml2-2.7.8w64 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-shared CFLAGS=-O2259 ./configure --prefix=/c/projects/libxml/rel-libxml2-2.7.8w64 --build=x86_64-w64-mingw32 --host=x86_64-w64-mingw32 --target=x86_64-w64-mingw32 --enable-shared --with-threads=no CFLAGS=-O2 260 260 #Note to self: used to have CCFLAGS=LDFLAGS="-Wl,-static" in here will see how it goes without 261 #If you have pthreads installed, libxml picks it up and royally screws up thus the need for --with-threads=no 261 262 make 262 263 make install