[patch] testsuite fix for math tests on darwin
Benjamin Kosnik
bkoz@redhat.com
Wed Jun 9 06:26:00 GMT 2004
>This was basically discussed recently: someone (at Apple) needs to
>fix the gcc driver on Darwin so that it passes -lmx automatically
>to the linker. Ortherwise, we get nth annoying instances of the same problem.
Yes, I agree.
It looks, however, that some of this has already crept in.
less linkage.m4
dnl Check libmx
AC_CHECK_LIB(mx, sqrtf, libmx="-lmx")
dnl ac_save_LIBS="$LIBS"
LIBS="$LIBS $libmx"
It would be nice to have this done one way.
-benjamin
More information about the Libstdc++
mailing list