Xcode classifying library as a "Bundle Resource"
Xcode classifying library as a "Bundle Resource"
- Subject: Xcode classifying library as a "Bundle Resource"
- From: Philip Mötteli <email@hidden>
- Date: Fri, 16 Apr 2004 11:12:02 +0200
Hi
I try to add a library from GNUstep to my Xcode target. The library has
the following names:
lrwxr-xr-x 1 root
wheel /usr/GNUstep/System/Library/Libraries/libgnustep-baseadd_d.dylib
-> libgnustep-baseadd_d.dylib.1.9.1
lrwxr-xr-x 1 root
wheel /usr/GNUstep/System/Library/Libraries/libgnustep-
baseadd_d.dylib.1 -> libgnustep-baseadd_d.dylib.1.9.1
-rwxr-xr-x 1 root wheel 623996
/usr/GNUstep/System/Library/Libraries/libgnustep-baseadd_d.dylib.1.9.1
When I check them in order to link them to my application, I find them
afterwards in the 'Bundle Resource' directory instead of the
'Frameworks & Libraries' directory.
I checked, that the type of the library is 'compiled.mach-o.dylib'. But
still. And even if I see them in the 'Frameworks & Libraries'
directory, they still doesn't seem to be linked to the application:
/usr/bin/gcc-3.3 -o /tmp/MMWWW.app/Contents/MacOS/MMWWW -L/tmp
-L/usr/GNUstep/System/Library/Libraries -F/tmp -filelist
/tmp/MultiMarketsWWW.build/MMWWW.build/Objects-normal/
MMWWW.LinkFileList -framework Foundation -framework WebObjects
-framework PMFoundation -framework StepTalk -arch ppc -prebind
-Wl,-no_arch_warnings
All the frameworks are correctly added, but no library at all.
Why doesn't Xcode produce something like:
gcc -lgnustep-baseadd_d
I'm sure, that this should work, because, I have other projects, where
it actually does work. The concerned project is a WebObjects project.
But I also tried it with a non WebObjects target.
Thanks
Phil
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.