dyld: "Library not loaded:" Error
dyld: "Library not loaded:" Error
- Subject: dyld: "Library not loaded:" Error
- From: n179911 <email@hidden>
- Date: Thu, 13 Aug 2009 22:08:00 -0700
Hi,
When I run my XCode program, I get this
dyld: Library not loaded: libboost_system-xgcc40-mt-1_39.dylib
Referenced from: /Users/n179911/Documents/ServerXCode/build/Debug/ServerXCode
Reason: image not found
But I am not sure why I am getting this 'Library not loaded' error.
I have added '/Users/n19911/src/boost_1_39_0/stage/lib' to my 'Library
Search Paths' and I have added '-lboost_system=xgc40-mt' in 'Other
Linker Flags'.
With these, I won't even able to link successfully.
And I have double checked that "libboost_system-xgcc40-mt-1_39.dylib"
is at "/Users/n179911/src/boost_1_39_0/stage/lib"
$ ls -la libboost_system-xgcc40-mt-1_39.dylib
-rwxr-xr-x 1 n179911 staff 30808 Aug 13 21:22
libboost_system-xgcc40-mt-1_39.dylib*
$ pwd
/Users/n179911/src/boost_1_39_0/stage/lib
Please tell me if you have any idea.
Thank you.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden