thanks, that seems to make it compile, but with a lot of warnings of the kind:
ld: warning: in ./Objects/world_light.o, file is not of required architecture
for just about every object.
I do get a Gem.pd_darwin
but get the following messages from pd when loading:
tried /Applications/gem-0.92-2/src/Gem.d_fat and failed tried /Applications/gem-0.92-2/src/Gem.pd_darwin and succeeded /Applications/gem-0.92-2/src/Gem.pd_darwin: dlopen(/Applications/gem-0.92-2/src/Gem.pd_darwin, 10): no suitable image found. Did find: /Applications/gem-0.92-2/src/Gem.pd_darwin: mach-o, but wrong architecture /Applications/gem-0.92-2/src/Gem: can't load library
again I attach the config.log
best,
J
On Tue, Dec 15, 2009 at 4:16 PM, chris clepper cgclepper@gmail.com wrote:
-arch i386
On Tue, Dec 15, 2009 at 4:12 PM, Jaime Oliver jaime.oliver2@gmail.com wrote:
ld: warning: in /System/Library/Frameworks//QuickTime.framework/QuickTime, missing required architecture x86_64 in file
Try forcing a 32 bit build.
would I achieve that by removing the -fPIC flag?