Norman Vine writes: > But my question is > "Where is the requirement for -lmk coming from" > > this is the only reference to metakit in configure.ac > and it only checks for the header > > dnl Check for system installed metakit > AC_CHECK_HEADER(mk4.h) > if test "x$ac_cv_header_mk4_h" != "xyes"; then > echo > echo "Metakit not found, you will need to install this first." > echo "Please read the README.metakit for more information." > exit > fi > > Are you explicitly adding -lmk to your $LIBS ??
No, and I wasn't experiencing this problem a few days ago. I'm using autoconf 2.57. I'll do more investigation. However, this line does appear in configure.ac (line 307): LIBS="$saved_LIBS -lmk4" Presumably, LIBS should be set back to saved_LIBS after the following test, but it isn't. I'll see if this fixes the problem, then will commit the change. Thanks, and all the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
