I'm not sure how this would affect other OS's (I have no real idea how autoconf, automake etc work) but this is a go at fixing the BeOS undefined link problem. Hope the diffs are okay P.S. is there a simple test program for the FP bug in the math inline header I'd like to see if BeOS suffers from the problem or not. Dave --- configure.in Sun Nov 19 14:42:16 2000 +++ /Be3/Apps/vorbis/configure.in Sat Nov 18 05:02:34 2000 @@ -123,11 +123,6 @@ DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -mv8" CFLAGS="-O20 -ffast-math -D__NO_MATH_INLINES -fsigned-char -mv8" PROFILE="-pg -g -O20 -D__NO_MATH_INLINES -fsigned-char -mv8" ;; - *beos) - LIB_VORBIS="libvorbis.la" - DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" - CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" - PROFILE="-O20 -g -pg -D__NO_MATH_INLINES -fsigned-char" ;; *) DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" CFLAGS="-O20 -D__NO_MATH_INLINES -fsigned-char" @@ -167,7 +162,6 @@ dnl Do substitutions dnl -------------------------------------------------- -AC_SUBST(LIB_VORBIS) AC_SUBST(DEBUG) AC_SUBST(PROFILE) AC_SUBST(pthread_lib) <HR NOSHADE> <UL> <LI>application/x-be_attribute attachment: BeOS_Attributes </UL> -------------- next part -------------- A non-text attachment was scrubbed... Name: BeOS_Attributes Type: application/octet-stream Size: 116 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20001119/4740dfda/BeOS_Attributes-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: BeOS_Attributes Type: application/octet-stream Size: 222 bytes Desc: not available Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20001119/4740dfda/BeOS_Attributes-0003.obj