[vorbis-dev] cvs trunk vorbis/ compile patches

Erik Kruus kruus at on2.com
Fri Nov 10 15:18:02 PST 2000



Ooops, G_Evil pointed out that the correct setup for those other two
libs was to make them supersets.

So, since my libtool 1.3.3 chokes on the
        libvorbisfile_la_LIBADD = libvorbis.la
line, the desired effect can be had by cheating:
        libvorbisfile_la_LIBADD = $(libvorbis_la_OBJECTS)

This runs the commands

/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -mno-ieee-fp -D_REENTRANT
-fsigned-char -DUSE_MEMORY_H  -o libvorbisfile.la -rpath /usr/local/lib
-version-info 0:0:0 vorbisfile.lo mdct.lo smallft.lo block.lo envelope.lo
window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo time0.lo
floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo iir.lo
lookup.lo -lm  -logg
rm -fr .libs/libvorbisfile.la .libs/libvorbisfile.* .libs/libvorbisfile.*
gcc -shared  vorbisfile.lo mdct.lo smallft.lo block.lo envelope.lo window.lo
lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo time0.lo floor0.lo res0.lo
mapping0.lo registry.lo codebook.lo sharedbook.lo iir.lo lookup.lo  -lm -logg
-lc  -Wl,-soname -Wl,libvorbisfile.so.0 -o .libs/libvorbisfile.so.0.0.0

which is certainly less pretty than the ultra-modern libtool version.
but heh, it works for me.

erik.

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