Mike Shapiro
2002-Jan-10 08:19 UTC
[vorbis-dev] Configuring libogg/libvorbis with CC under Irix 6.3
Hi folks,. I'm working on a project on Irix 6.3 using CC (not GCC) and the .o32 object format (not n32) and would like to incorperate ogg-vorbis. Is there any way to configure the libogg/libvorbis makefiles to work with CC? (Or does anyone know how to arm-twist GCC under Irix 6.3 into producing o32 object files?) Thanks super-much for any help, Mike <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-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.
volsung@asu.edu
2002-Jan-10 12:36 UTC
[vorbis-dev] Configuring libogg/libvorbis with CC under Irix 6.3
On Thu, 10 Jan 2002, Mike Shapiro wrote:> Hi folks,. > > I'm working on a project on Irix 6.3 using CC (not GCC) and the .o32 object > format (not n32) and would like to incorperate ogg-vorbis. Is there any > way to configure the libogg/libvorbis makefiles to work with CC? (Or does > anyone know how to arm-twist GCC under Irix 6.3 into producing o32 object > files?)You can override the default compiler by setting the CC environment variable before you run ./configure. (This trick should work with all autoconf/automake packages, too.) Note to delete config.cache before you re-run ./configure. --- Stan Seibert <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-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.