Timothy J. Wood
2000-Nov-17 00:12 UTC
[vorbis-dev] Vorbis doesn't build off the head with non-standard installation directory
After updating my libtool to 1.3.5, I got ogg installed OK with: ./autogen.sh --prefix=/Local/Public/bungi/Vorbis make install But, now I'm trying to build vorbis (which exactly the same command as above) and I'm getting a failure in configure since it can't find the ogg headers. The config.log shows: configure:1888: cc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c -lm -logg 1>&5 cc: unrecognized option `-O20' configure:1877: header file 'ogg/ogg.h' not found Looks like it should be adding -I${prefix}/include and -L${prefix}/lib. I thought I saw a patch go by for this a while ago, but I would have thought that someone would have committed it. -tim --- >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.
Ralph Giles
2000-Nov-17 00:45 UTC
[vorbis-dev] Vorbis doesn't build off the head with non-standard installation directory
On Fri, 17 Nov 2000, Timothy J. Wood wrote:> configure:1888: cc -o conftest -O20 -D__NO_MATH_INLINES -fsigned-char conftest.c -lm -logg 1>&5 > cc: unrecognized option `-O20' > configure:1877: header file 'ogg/ogg.h' not found > > Looks like it should be adding -I${prefix}/include and -L${prefix}/lib. I thought I saw a patch go by for this a while ago, but I would have thought that someone would have committed it.You need to be passing '--with-ogg-prefix=foo' as well. Is it usual for configure macros to look in ${prefix} for required components? -r --- >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.