Hi, I've been struggling to build freetype2.3.5 as a static universal binary on OSX. I'm fairly new to unix/make/gcc and all, so please forgive me if this is an obvious question. I've search around a lot and tried everything I can think of.
This is as close as I got: env CFLAGS="-O -g -isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" \ LDFLAGS="-arch i386 -arch ppc" ./configure --disable-dependency-tracking --enable-shared=no --enable-static=yes Which generates the following output: cd builds/unix; ./configure "--disable-dependency-tracking" "--enable-shared=no" "--enable-static=yes" checking build system type... i386-apple-darwin9.2.0 checking host system type... i386-apple-darwin9.2.0 checking target system type... i386-apple-darwin9.2.0 checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. make: *** [setup] Error 77 Where am I going wrong? Cheers, Thijs PS: I'm running OS10.5.2 on an intel mac
_______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
