* configure.in configure: Check if host has libdl if doing
authorStu Grossman <grossman@cygnus>
Wed, 22 Jan 1997 02:33:50 +0000 (02:33 +0000)
committerStu Grossman <grossman@cygnus>
Wed, 22 Jan 1997 02:33:50 +0000 (02:33 +0000)
Solaris threads.

gdb/ChangeLog
gdb/configure
gdb/configure.in

index 44be4186388fa90e126ece58759e58f78732643b..53a95083eee0e9be1520db28d165f45f9033ac6e 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 21 18:32:23 1997  Stu Grossman  (grossman@lisa.cygnus.com)
+
+       * configure.in configure:  Check if host has libdl if doing
+       Solaris threads.
+
 Tue Jan 21 17:03:26 1997  Geoffrey Noer  <noer@cygnus.com>
 
        * mn10300-tdep.c: wrote/fixed implementations of
index 3d97f2db84447ae26a47827d5bad80b2efac3af6..3ce4625952b1b6a349a40422131ff8e4786c68c2 100755 (executable)
@@ -2099,6 +2099,50 @@ EOF
 EOF
 
                        CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
+                       echo $ac_n "checking for -ldl""... $ac_c" 1>&6
+ac_lib_var=`echo dl'_'dlopen | tr './+\055' '__p_'`
+if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+  echo $ac_n "(cached) $ac_c" 1>&6
+else
+  ac_save_LIBS="$LIBS"
+LIBS="-ldl  $LIBS"
+cat > conftest.$ac_ext <<EOF
+#line 2111 "configure"
+#include "confdefs.h"
+/* Override any gcc2 internal prototype to avoid an error.  */
+/* We use char because int might match the return type of a gcc2
+    builtin and then its argument prototype would still apply.  */
+char dlopen();
+
+int main() { return 0; }
+int t() {
+dlopen()
+; return 0; }
+EOF
+if { (eval echo configure:2123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
+  rm -rf conftest*
+  eval "ac_cv_lib_$ac_lib_var=yes"
+else
+  rm -rf conftest*
+  eval "ac_cv_lib_$ac_lib_var=no"
+fi
+rm -f conftest*
+LIBS="$ac_save_LIBS"
+
+fi
+if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+  echo "$ac_t""yes" 1>&6
+    ac_tr_lib=HAVE_LIB`echo dl | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
+  cat >> confdefs.h <<EOF
+#define $ac_tr_lib 1
+EOF
+
+  LIBS="-ldl $LIBS"
+
+else
+  echo "$ac_t""no" 1>&6
+fi
+
                        if test "$GCC" = "yes" ; then
                                CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Xlinker -export-dynamic"
                        fi
@@ -2482,12 +2526,12 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2486 "configure"
+#line 2530 "configure"
 #include "confdefs.h"
 #include <tclInt.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2491: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2535: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`
 if test -z "$ac_err"; then
   rm -rf conftest*
@@ -2614,12 +2658,12 @@ if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6
 else
   cat > conftest.$ac_ext <<EOF
-#line 2618 "configure"
+#line 2662 "configure"
 #include "confdefs.h"
 #include <tk.h>
 EOF
 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:2623: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:2667: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
 ac_err=`grep -v '^ *+' conftest.out`
 if test -z "$ac_err"; then
   rm -rf conftest*
index 3610389cfd8d6ccc46fdc2c500bbda7c5aa91875..5c4f497d5aa0f7bfd209f9bdceda12f4459f96f6 100644 (file)
@@ -178,6 +178,7 @@ if test ${build} = ${host} -a ${host} = ${target} ; then
                        AC_MSG_RESULT(yes)
                        AC_DEFINE(HAVE_THREAD_DB_LIB)
                        CONFIG_OBS="${CONFIG_OBS} sol-thread.o"
+                       AC_CHECK_LIB(dl, dlopen)
                        if test "$GCC" = "yes" ; then
                                CONFIG_LDFLAGS="${CONFIG_LDFLAGS} -Xlinker -export-dynamic"
                        fi