Hi,

At least under NetBSD/alpha, to use libffm (the fast Alpha math
library), you also need to link with -lm.  The following simple
patch does this.

Simon.
--
Simon Burge                            <[EMAIL PROTECTED]>
NetBSD CDs, Support and Service:    http://www.wasabisystems.com/


--- configure.in.orig   Mon Jul  2 06:19:07 2001
+++ configure.in        Sat Sep 15 16:59:56 2001
@@ -209,7 +209,7 @@
 dnl math lib
 AC_CHECK_LIB(m, cos, USE_LIBM="-lm")
 dnl free fast math library
-AC_CHECK_LIB(ffm, cos, USE_LIBM="-lffm")
+AC_CHECK_LIB(ffm, cos, USE_LIBM="-lffm -lm")
 dnl Compaq fast math library.
 AC_CHECK_LIB(cpml, cos, USE_LIBM="-lcpml")
 CONFIG_MATH_LIB="${USE_LIBM}"
--
MP3 ENCODER mailing list archive is at:
http://www.mail-archive.com/mp3encoder%40minnie.cs.adfa.edu.au/

Reply via email to