dnl Some system specific things
case "$target" in
- dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning
+ dnl Use -Wno-long-long on Apple Darwin to avoid some unnecessary warning.
+ dnl Also use -bind_at_load as a linker flag because sometimes the
+ dnl linker complains about __divdi3 being available from both libgcc
+ dnl as well as from libg2c
*apple-darwin*)
CXXFLAGSG="$CXXFLAGSG -Wno-long-double"
CXXFLAGSO="$CXXFLAGSO -Wno-long-double"
+ LDFLAGS="$LDFLAGS -bind_at_load"
;;
dnl On DEC OSF, including both stdio.h and unistd.h causes a warning
#! /bin/sh
-# From configure.in Revision: 14038 .
+# From configure.in Revision: 14184 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for deal.II 5.3.pre.
#
fi
case "$target" in
- *apple-darwin*)
+ *apple-darwin*)
CXXFLAGSG="$CXXFLAGSG -Wno-long-double"
CXXFLAGSO="$CXXFLAGSO -Wno-long-double"
+ LDFLAGS="$LDFLAGS -bind_at_load"
;;
*dec-osf*)
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams