i ran into a link error trying to compile the linux vorbis-tools-1.0rc3 using gcc 2.95.3 gcc -O20 -ffast-math -fsigned-char -o oggenc oggenc.o audio.o encode.o platform.o /usr/lib/libvorbisenc.so -L/lib /usr/lib/libvorbis.so -lm /usr/lib/libogg.so ../share/libutf8.a ../share/libgetopt.a encode.o: In function `oe_encode': encode.o(.text+0x87): undefined reference to `vorbis_encode_init_vbr' encode.o(.text+0x34c): undefined reference to `vorbis_bitrate_addblock' encode.o(.text+0x3f4): undefined reference to `vorbis_bitrate_flushpacket' collect2: ld returned 1 exit status make[2]: *** [oggenc] Error 1 make[2]: Leaving directory `/usr/local/src/vorbis/vorbis-tools-1.0rc3/oggenc' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/vorbis/vorbis-tools-1.0rc3/oggenc' make: *** [all-recursive] Error 1 has anyone run up against this before? <p> -- ian Lewis iml001@bridgewater.edu iml001@xecu.net http://www.bridgewater.edu/~iml001 http://acm.bridgewater.edu -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCS/MU/S/M/! d-(++) s-:-- a20 C++>++++$ UL>++++$ P+>++ L+++ E--- W++ N>++ o? K->++ w-- O? M- V? PS+ PE- Y+ PGP- t- 5? X- R- !tv-- b+>++ DI++ !D G(-) e h@ !r y? ------END GEEK CODE BLOCK------ <p>--- >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-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.
At 01:08 AM 3/18/02 -0500, you wrote:>i ran into a link error trying to compile the linux vorbis-tools-1.0rc3 using gcc 2.95.3You need a current (rc3) version of libvorbis (you might also need to update libogg, I forget whether that's required or not). Michael <p>--- >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-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.