Changes between Version 107 and Version 108 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 6, 2012, 11:45:09 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v107 v108  
    257257#if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target
    258258#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=-O2
     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 --with-threads=no  CFLAGS=-O2
    260260#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
    261262 make
    262263 make install