Hi all, I was just trying to build myself a RC3 set of Ogg/Vorbis libs and tools, but the build of libvorbis bombs out on me while making all in examples. I've ./configure'd with no options, which gave no warnings or errors. After that a normal make gives the below attached output. Can anyone tell me what I've done wrong ? I've also tried removing the examples/ directory. After that, I could succesfully install libvorbis, but then vorbis-tools bombs on ./configure whining about a missing libcurl (which, to me, seems unrelated). Any help appreciated. Paul 'WEiRD' de Weerd ... Making all in examples make[1]: Entering directory `/tmp/tmpfs/libvorbis-1.0rc3/examples' gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c decoder_example.c /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o decoder_example decoder_example.o ../lib/libvorbis.la -lm -lo gg mkdir .libs gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o decoder_example decoder_example.o ../lib/.libs/libvorbis.a -lm /usr/local/lib/libogg.a gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c encoder_example.c /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o encoder_example encoder_example.o ../lib/libvorbisenc.la ../li b/libvorbis.la -lm -logg gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o encoder_example encoder_example.o ../lib/.libs/libvorbisenc.a ../lib/.libs/libvorbis.a -lm /usr/loc al/lib/libogg.a gcc -DPACKAGE=\"libvorbis\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SQRTF=1 -DHAVE_LOGF=1 -DHAVE_EXPF=1 -DHAVE_ACOSF=1 -DHAVE_ATANF=1 -DHAVE_FREXPF1 -DHAVE_RINTF=1 -I. -I. -I../include -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -c chaining_example.c /bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -all-static -o chaining_example chaining_example.o ../lib/libvorbisfile.la .. /lib/libvorbis.la -lm -logg gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o chaining_example chaining_example.o ../lib/.libs/libvorbisfile.a ../lib/.libs/libvorbis.a -lm /usr/ local/lib/libogg.a collect2: ld returned 1 exit status make[1]: *** [chaining_example] Error 1 make[1]: Leaving directory `/tmp/tmpfs/libvorbis-1.0rc3/examples' make: *** [all-recursive] Error 1 <p><p><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.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Paul, Friday, January 11, 2002, 7:10:32 AM, you wrote: PdW> I've also tried removing the examples/ directory. After that, I could PdW> succesfully install libvorbis, but then vorbis-tools bombs on PdW> /configure whining about a missing libcurl (which, to me, seems PdW> unrelated). yeah. you do need libcurl. Curl is a library that handles grabbing stuff over the internet (that was an extremely bad explanation. but you get that) http://curl.haxx.se/ just get the .tar.gz and do the whole ./configure make make install thing and it'll be good (one would probably also have to run ldconfig after installing curl) - -- Best regards, Brendan mailto:reaper@post1.com ==== "and here comes another god, like a buffalo thunder with a smell of sugar, and a velvet tounge, and designer voodoo..." - Underworld... -----BEGIN PGP SIGNATURE----- Version: PGP 6.5i iQA/AwUBPD89kGTEJfkS6tEjEQI0zwCePiTWpJmScrV0bk05sxkSpeX4DKcAoN0x un9Clr21dXMQd6LDUG1QJa9u =4mYg -----END PGP SIGNATURE----- <p><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.