Prebinding for Ogg and Voribs libs/frameworks
I cant get this ogg/vorbis/vorbis file stuff to work
When I try and compile the program with frameworks I built from source and un-zerolinked and put enable prebinding in the other linker flags, or whatever I try I get this
ld: warning prebinding disabled because dependent library: /Library/Frameworks/Vorbis.framework/Versions/A/Vorbis is not prebound
same thing happens when I downloaded the frameworks that someone else had compiled.
So I took my .a libs from /usr/local/lib and tried to link my project to them with the appropriate header files and I get this:
ld: warning prebinding disabled because dependent library: /usr/local/lib/libogg.0.dylib is not prebound
.a is meant to be static isnt it? Why does it want to link to the dylib?
Anyone got prebound frameworks or know what Im doing wrong?
thanks.
When I try and compile the program with frameworks I built from source and un-zerolinked and put enable prebinding in the other linker flags, or whatever I try I get this
ld: warning prebinding disabled because dependent library: /Library/Frameworks/Vorbis.framework/Versions/A/Vorbis is not prebound
same thing happens when I downloaded the frameworks that someone else had compiled.
So I took my .a libs from /usr/local/lib and tried to link my project to them with the appropriate header files and I get this:
ld: warning prebinding disabled because dependent library: /usr/local/lib/libogg.0.dylib is not prebound
.a is meant to be static isnt it? Why does it want to link to the dylib?Anyone got prebound frameworks or know what Im doing wrong?
thanks.
Sir, e^iπ + 1 = 0, hence God exists; reply!
You may want to delete the dylibs from your system to prevent the linker from using them over the static ones. It likes to do that for some reason.
Thank you, ill try that out.
Sir, e^iπ + 1 = 0, hence God exists; reply!
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| linking against win32 libs? | supagu | 2 | 2,142 |
May 22, 2008 04:58 PM Last Post: OneSadCookie |
|
| ODE: Where did the built libs go? | PowerMacX | 3 | 3,499 |
Mar 8, 2005 06:44 PM Last Post: PowerMacX |
|

