Why is PB not finding my dylib?
Why is PB not finding my dylib?
- Subject: Why is PB not finding my dylib?
- From: jason rusoff <email@hidden>
- Date: Mon, 15 Dec 2003 15:02:30 -0800
I am building a project using some dylibs in a local directory. When my
project is building, PB seems not to find them and uses -l to link.
That causes problems because -l assumes the files are named using .a.
Here is my PB output. Any ideas on where I am going wrong? The path to
the dylibs is clearly in the searchpath for Libraries.
StandaloneExecutable.LinkUsingFileList
/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build/
HarmonyTests.app/Contents/MacOS/HarmonyTests
/usr/bin/g++3 -o
/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build/
HarmonyTests.app/Contents/MacOS/HarmonyTests
"-L/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build"
"-F/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build" -filelist
/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build/.build/.build/
Objects-normal/LinkFileList "-arch" "ppc" "-prebind"
"-Wl,-no_arch_warnings" "-bind_at_load" "-framework" "Carbon"
"-lehm10" "-lehmaddr" "-lehmbasc" "-lehmbrg" "-lehmclk" "-lehmcore"
"-lehmcorp" "-lehmcsp" "-lehmctp" "-lehmecol" "-lehmefi" "-lehmextr"
"-lehmgas" "-lehmipc" "-lehmlic" "-lehmmfp" "-lehmpgm" "-lehmptme"
"-lehmscan" "-lehmxcol" "-ltrpc_osa" "-ltrpc_server"
ld: can't locate file for: -lehm10
...failed StandaloneExecutable.LinkUsingFileList
/Users/jasonrus/Projects/scan/FieryRemoteScanX/Mac/build/
HarmonyTests.app/Contents/MacOS/HarmonyTests ...
libehm10.dylib is included in my sources list and is in my searchpath.
Thanks,
Jason Rusoff
_______________________________________________
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.