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@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is
needed.
Unsubscribe messages sent to the list will be ignored/filtered.