[vorbis-dev] dynamicly loading libvorbisenc on Mac OSX

Timothy J. Wood tjw at omnigroup.com
Wed Aug 21 16:12:59 PDT 2002



On Wednesday, August 21, 2002, at 11:02  AM, Arne Scheffler wrote:
> Link Error   : /usr/local/lib/libvorbisenc.2.0.0.dylib.o is input for 
> the dynamic link editor, is not relocatable by the static link editor 
> again

   This means the compiler things you are passing an object file (due to 
the .o extension), but the file is really a MH_DYLIB file (i.e., a 
shared library).  Remove the .o from the name of the file and you 
should hopefully be good.

-tim

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis-dev mailing list