[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] freetype universal on Mac OS X 10.4 PowerPC
From: |
mpsuzuki |
Subject: |
Re: [ft] freetype universal on Mac OS X 10.4 PowerPC |
Date: |
Tue, 20 May 2008 15:51:07 +0900 |
Dear Ryan,
On Sat, 17 May 2008 05:03:33 -0500
Ryan Schmidt <address@hidden> wrote:
>When the user requests a universal build of a port, we add "-
>isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386 -arch ppc" to the
>CFLAGS and "-arch i386 -arch ppc" to the LDFLAGS, as is the usual
>procedure for creating a universal binary:
Could you tell me the reason why we should exclude
-isysroot XXX from LDFLAGS? If I add "-isysroot XXX"
to both of CFLAGS and LDFLAGS, "configure && make"
for latest freetype2 (on CVS) finishes successfully.
I guess addition of -isysroot to LDFLAGS may cause
some troubles and MacPorts developers excluded it
from LDFLAGS.
Regards,
mpsuzuki