[vorbis-dev] problem with vorbis autoconf stuff

volsung at asu.edu volsung at asu.edu
Fri Jul 6 14:05:09 PDT 2001



On Fri, 6 Jul 2001, Bill Nottingham wrote:

> It sets:
> 
>   VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm"
>   VORBISFILE_LIBS="-lvorbisfile"
>   VORBISENC_LIBS="-lvorbisenc"
> 
> Shouldn't this be:
> 
>   VORBIS_LIBS="$VORBIS_LIBDIR -lvorbis -lm"
>   VORBISFILE_LIBS="$VORBIS_LIBDIR -lvorbisfile"
>   VORBISENC_LIBS="$VORBIS_LIBDIR -lvorbisenc"
> 
> as libvorbisenc & libvorbis are also in the same libdir, yes?

You only need $VORBIS_LIBDIR once on the compilation command line, and you
can't link to vorbisfile without also linking to vorbis, so $VORBIS_LIBDIR
will always appear on the command line somewhere.


---
Stan Seibert

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