![]() |
“The beast is actively interested only in now, and, as it is always now and always shall be, there is an eternity of time for the accomplishment of objects.” - the wisdom of Tarzan |
Kyng Chaos |
|
Table of Contents
GEOS Build
version: 3.0.0 LeopardIn the geos source: export MACOSX_DEPLOYMENT_TARGET=10.5 ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ CFLAGS="-Os -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ CXXFLAGS="-Os -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ LDFLAGS="-arch i386 -arch x86_64 -arch ppc -arch ppc64" make sudo make install TigerIn the geos source: export MACOSX_DEPLOYMENT_TARGET=10.4 ./configure --mandir=/usr/local/share/man --disable-dependency-tracking \ CFLAGS="-Os -arch i386-arch ppc" \ CXXFLAGS="-Os -arch i386 -arch ppc" \ LDFLAGS="-arch i386 -arch ppc" make sudo make install
If you are compiling on a PPC Mac, add " CFLAGS="-Os -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" PantherIn the geos source: ./configure --mandir=/usr/local/share/man --disable-dependency-tracking make sudo make install |
| Copyright © 2004-2008 Kyng Chaos All trademarks and copyrights on this page are owned by their respective owners. |
Powered By Geeklog |