Skip navigation.
 
mlCompilation: error on linking libcurl PPC 7.18 on my Cocoa project
FROM : Michaël Parrot
DATE : Fri Feb 29 10:03:19 2008

Hello,

To start portage of winwin project to Mac OS X I need to use the 
library libcurl 7.18 but the build faild on PPC link.

I downloaded two binaries from http://www.hmug.org/pub/MacOS_X/BSD/Applications/Internet/curl/
since the page http://curl.haxx.se/download.html

(Unfortunately, no Universal 7.18 build for moment...).

After, I use lipo to create UB at add this new UB into my project 
(file command confirm the ppc and i386 architectures).
But on link from xCode, It fail on linking the ppc target.

After basic operations (Clean All, checking Header files) I want to 
compile my project in PPC only with the downloaded PPC binary... but 
also not works !

I try all the day, testing the UB 7.16 version by Apple and this great 
work (but I need to use the 7.18).

I downloaded the source of 7.18 and make compilation with added gcc 
option -arch ppc to make (and confirm by file command) the ppc binary 
but It always fail...

What omit ? Where can search ? Thanks a lot everybody.

Test files
http://mic3d.free.fr/TesteurPPCIntel.zip

Michaël Parrot.

Related mailsAuthorDate
mlCompilation: error on linking libcurl PPC 7.18 on my Cocoa project Michaël Parrot Feb 29, 10:03
mlRe: Compilation: error on linking libcurl PPC 7.18 on my Cocoa project Nir Soffer Mar 4, 23:35