Changes between Version 79 and Version 80 of DevWikiWinMingW64


Ignore:
Timestamp:
Mar 1, 2012, 6:25:40 AM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v79 v80  
    221221 tar xvfz libxml2-2.7.8.tar.gz
    222222cd libxml2-2.7.8
    223  ./configure --prefix=/c/projects/libxml/libxml2-2.7.8release --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --disable-shared CCFLAGS=LDFLAGS="-Wl,-static" CFLAGS=-O2
     223#if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target
     224#32 bit uses i686-w64-mingw32 for build, host, target
     225 ./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 --disable-shared CCFLAGS=LDFLAGS="-Wl,-static" CFLAGS=-O2
    224226 make
    225227 make install