freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] configure for universal binary


From: Thijs Koerselman
Subject: [ft] configure for universal binary
Date: Sun, 24 Feb 2008 22:08:56 +0000

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]