View Single Post
Old 12-27-2009, 03:57 AM   #3
krischik
Addict
krischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheesekrischik can extract oil from cheese
 
krischik's Avatar
 
Posts: 334
Karma: 1234
Join Date: Jul 2009
Location: Hindelbank, Switzerland
Device: P990i, PRS 505
Thanks for the help. It worked nicely. However now I just noticed "-arch x86_64 -arch ppc64". This is not very helpful for SnowLeopard. For once universal compile on SnowLeopard is now "-arch x86_64 -arch i386" - ppc libs are not supplied any longer:

Code:
ld: warning: in /opt/local/lib/libpoppler.dylib, missing required architecture ppc64 in file
ld: warning: in /opt/local/lib/libMagickWand.dylib, file is not of required architecture
ld: warning: in /opt/local/lib/libMagickCore.dylib, file is not of required architecture
ld: warning: in /opt/local/lib/libpng12.dylib, missing required architecture ppc64 in file
And then for MacPorts there is not real reason to create a universal application (that's unlike a universal lib) unless the users explicitly requests so.



Is there a way to influence the architecture?

Last edited by krischik; 12-27-2009 at 04:00 AM. Reason: Add linker error output
krischik is offline   Reply With Quote