Hello, when i try to compile vorbis-tools-1.0rc1 under linux i got this error when i try to run ./configure: Here is the config log: [....] configure:1264: checking for BSD-compatible nm configure:1300: checking whether ln -s works ltconfig:603: checking for object suffix ltconfig:604: gcc -c conftest.c 1>&5 ltconfig:629: checking for executable suffix ltconfig:630: gcc -o conftest conftest.c 1>&5 ltconfig:776: checking if gcc PIC flag -fPIC works ltconfig:777: gcc -c -fPIC -DPIC conftest.c 1>&5 ltconfig:829: checking if gcc supports -c -o file.o ltconfig:830: gcc -c -o out/conftest2.o conftest.c 1>&5 ltconfig:862: checking if gcc supports -c -o file.lo ltconfig:863: gcc -c -c -o conftest.lo conftest.c 1>&5 ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions ltconfig:915: gcc -c -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5 ltconfig:958: checking if gcc static flag -static works ltconfig:959: gcc -o conftest -static conftest.c 1>&5 GNU ld version 2.10.90 (with BFD 2.10.0.24) ltconfig:1653: checking if global_symbol_pipe works ltconfig:1654: gcc -c conftest.c 1>&5 ltconfig:1657: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm" ltconfig:1709: gcc -o conftest -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5 configure:1512: checking host system type configure:1576: checking for Ogg configure:1606: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5 configure:1595: ogg/ogg.h: File or Directory not found configure: failed program was: #line 1590 "configure" #include "confdefs.h" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <ogg/ogg.h> int main () { system("touch conf.oggtest"); return 0; } configure:1644: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5 configure:1637: ogg/ogg.h: Datei oder Verzeichnis nicht gefunden configure: failed program was: #line 1634 "configure" #include "confdefs.h" #include <stdio.h> #include <ogg/ogg.h> int main() { return 0; ; return 0; } --- >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.
----- Original Message ----- From: "burlingtonj" <burlingtonj@softhome.net> To: "vorbis-dev" <vorbis-dev@xiph.org> Sent: Monday, August 13, 2001 11:11 AM Subject: [vorbis-dev] configure error> Hello, > > when i try to compile vorbis-tools-1.0rc1 under linux i got this error > when i try to run ./configure:Do you have libogg installed? -- GCP --- >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.
Hi, Well, it seems that configure can't find Ogg. It's looking for but can't find /include/ogg/ogg.h. You have to install libao first, then ogg, then vorbis, then vorbis-tools. If you do have Ogg installed, you should tell configure where it is with the --with-ogg-include option (I hope, I haven't checked to be honest. But do a configure --help if it doesn't work). HTH, and if not mail again and I'll dive into it a bit deeper. Lourens burlingtonj wrote:> > Hello, > > when i try to compile vorbis-tools-1.0rc1 under linux i got this error > when i try to run ./configure: > > Here is the config log: > > [....][snip]> configure:1576: checking for Ogg > configure:1606: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5 > configure:1595: ogg/ogg.h: File or Directory not found > configure: failed program was: > #line 1590 "configure" > #include "confdefs.h" > > #include <stdio.h> > #include <stdlib.h> > #include <string.h> > #include <ogg/ogg.h> > > int main () > { > system("touch conf.oggtest"); > return 0; > } > > > configure:1644: gcc -o conftest -I/include conftest.c -L/lib -logg 1>&5 > configure:1637: ogg/ogg.h: Datei oder Verzeichnis nicht gefunden > configure: failed program was: > #line 1634 "configure" > #include "confdefs.h" > > #include <stdio.h> > #include <ogg/ogg.h> > > int main() { > return 0; > ; return 0; } >--- >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.