[cairo] problem building cairo 1.10.0 for x86_64 on Mac OS X 10.5 (Leopard)
Kevin Layer
layer at franz.com
Tue Nov 9 13:39:49 PST 2010
Andrea Canciani <ranma42 at gmail.com> wrote:
>> I finally managed to reproduce your problem. Can you check if
>> "gcc-4.2" is available on you computer?
>>
>> If it is, I would expect this sequence of commands to be successful:
>>
>> export CC=gcc-4.2
>> export MACOSX_DEPLOYMENT_TARGET=10.5
>> export LDFLAGS="-arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk"
>> export CFLAGS="-arch x86_64 -isysroot /Developer/SDKs/MacOSX10.5.sdk"
>> ./configure
>> make
>>
>> If it fails, could you please attach config.log and the error?
>>
>> Good luck!
It worked! Thanks.
Next, I'll try building with macports and gcc-4.2, to see if that
works. Thanks, again.
Kevin
More information about the cairo
mailing list