[Bf-committers] a FreeBSD bootstrap run

Hans Lambermont bf-committers@blender.org
Fri, 6 Dec 2002 23:19:50 +0100


Kent Mein wrote:

> With -lm bit does moving the following line in configure.ac
>   AC_CHECK_LIB([m], [acos])
> up a bit say just before   AC_CHECK_LIB([z], [gzopen])
> fix it?

Sorry, no. I diffed to typescript runs: no results.

Here's what I changed, like you said:

cvs diff -uw configure.ac
Index: configure.ac
===================================================================
RCS file: /cvs01/blender/configure.ac,v
retrieving revision 1.17
diff -u -w -u -w -r1.17 configure.ac
--- configure.ac        2002/12/06 15:47:29     1.17
+++ configure.ac        2002/12/06 22:18:36
@@ -245,6 +245,7 @@
 dnl --------------------------
 dnl Checks for extra libraries
 dnl --------------------------
+  AC_CHECK_LIB([m], [acos])
   AC_CHECK_LIB([z], [gzopen])
   AC_LANG_PUSH([C++])
   AC_CHECK_LIB([stdc++], [printf]) dnl  Zarquon's knees, this is an evil hack.
@@ -255,7 +256,6 @@
   AC_CHECK_LIB([crypto], [CRYPTO_lock])
   AC_CHECK_LIB([png], [png_get_header_version])
   AC_CHECK_LIB([jpeg], [jpeg_destroy])
-  AC_CHECK_LIB([m], [acos])
   AC_CHECK_LIB([util], [openpty])
   AC_CHECK_LIB([SDL], [SDL_Init])
   AC_CHECK_LIB([ode], [dJointGetAMotorAngle])
Exit 1

Hans
-- 
http://lambermont.webhop.org/