[vorbis-dev] static lib

Ralph Giles giles at xiph.org
Thu Jun 12 14:52:23 PDT 2003



On Thursday, June 12, 2003, at 09:45 pm, Steve Dekorte wrote:

>
> I'm trying to link sox to the ogg vorbis static libraries but I'm 
> getting the following error:
>
> gcc -L. -L./gsm  -o sox sox.o -lst -lgsm  -logg -lvorbis -lvorbisfile 
> -lvorbisenc -lmad -lmp3lame
> ld: Undefined symbols:

Could it be because of the dependency order? Some linkers care about 
that. try -lst -lgsm -lvorbisfile -lvorbisenc -lvorbis -logg -lmad 
-lmp3lame

  -r

--- >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