configure
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:672k
源码类别:

通讯编程

开发平台:

Visual C++

  1.     case $cross_compiling:$ac_tool_warned in
  2. yes:)
  3. { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
  4. whose name does not start with the host triplet.  If you think this
  5. configuration is useful to you, please write to autoconf@gnu.org." >&5
  6. echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
  7. whose name does not start with the host triplet.  If you think this
  8. configuration is useful to you, please write to autoconf@gnu.org." >&2;}
  9. ac_tool_warned=yes ;;
  10. esac
  11.     STRIP=$ac_ct_STRIP
  12.   fi
  13. else
  14.   STRIP="$ac_cv_prog_STRIP"
  15. fi
  16. old_CC="$CC"
  17. old_CFLAGS="$CFLAGS"
  18. # Set sane defaults for various variables
  19. test -z "$AR" && AR=ar
  20. test -z "$AR_FLAGS" && AR_FLAGS=cru
  21. test -z "$AS" && AS=as
  22. test -z "$CC" && CC=cc
  23. test -z "$LTCC" && LTCC=$CC
  24. test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
  25. test -z "$DLLTOOL" && DLLTOOL=dlltool
  26. test -z "$LD" && LD=ld
  27. test -z "$LN_S" && LN_S="ln -s"
  28. test -z "$MAGIC_CMD" && MAGIC_CMD=file
  29. test -z "$NM" && NM=nm
  30. test -z "$SED" && SED=sed
  31. test -z "$OBJDUMP" && OBJDUMP=objdump
  32. test -z "$RANLIB" && RANLIB=:
  33. test -z "$STRIP" && STRIP=:
  34. test -z "$ac_objext" && ac_objext=o
  35. # Determine commands to create old-style static archives.
  36. old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
  37. old_postinstall_cmds='chmod 644 $oldlib'
  38. old_postuninstall_cmds=
  39. if test -n "$RANLIB"; then
  40.   case $host_os in
  41.   openbsd*)
  42.     old_postinstall_cmds="$old_postinstall_cmds~$RANLIB -t $oldlib"
  43.     ;;
  44.   *)
  45.     old_postinstall_cmds="$old_postinstall_cmds~$RANLIB $oldlib"
  46.     ;;
  47.   esac
  48.   old_archive_cmds="$old_archive_cmds~$RANLIB $oldlib"
  49. fi
  50. for cc_temp in $compiler""; do
  51.   case $cc_temp in
  52.     compile | *[\/]compile | ccache | *[\/]ccache ) ;;
  53.     distcc | *[\/]distcc | purify | *[\/]purify ) ;;
  54.     -*) ;;
  55.     *) break;;
  56.   esac
  57. done
  58. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  59. # Only perform the check for file, if the check method requires it
  60. case $deplibs_check_method in
  61. file_magic*)
  62.   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
  63.     { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
  64. echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
  65. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  66.   echo $ECHO_N "(cached) $ECHO_C" >&6
  67. else
  68.   case $MAGIC_CMD in
  69. [\/*] |  ?:[\/]*)
  70.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  71.   ;;
  72. *)
  73.   lt_save_MAGIC_CMD="$MAGIC_CMD"
  74.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  75.   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
  76.   for ac_dir in $ac_dummy; do
  77.     IFS="$lt_save_ifs"
  78.     test -z "$ac_dir" && ac_dir=.
  79.     if test -f $ac_dir/${ac_tool_prefix}file; then
  80.       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
  81.       if test -n "$file_magic_test_file"; then
  82. case $deplibs_check_method in
  83. "file_magic "*)
  84.   file_magic_regex=`expr "$deplibs_check_method" : "file_magic (.*)"`
  85.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  86.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  87.     $EGREP "$file_magic_regex" > /dev/null; then
  88.     :
  89.   else
  90.     cat <<EOF 1>&2
  91. *** Warning: the command libtool uses to detect shared libraries,
  92. *** $file_magic_cmd, produces output that libtool cannot recognize.
  93. *** The result is that libtool may fail to recognize shared libraries
  94. *** as such.  This will affect the creation of libtool libraries that
  95. *** depend on shared libraries, but programs linked with such libtool
  96. *** libraries will work regardless of this problem.  Nevertheless, you
  97. *** may want to report the problem to your system manager and/or to
  98. *** bug-libtool@gnu.org
  99. EOF
  100.   fi ;;
  101. esac
  102.       fi
  103.       break
  104.     fi
  105.   done
  106.   IFS="$lt_save_ifs"
  107.   MAGIC_CMD="$lt_save_MAGIC_CMD"
  108.   ;;
  109. esac
  110. fi
  111. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  112. if test -n "$MAGIC_CMD"; then
  113.   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  114. echo "${ECHO_T}$MAGIC_CMD" >&6; }
  115. else
  116.   { echo "$as_me:$LINENO: result: no" >&5
  117. echo "${ECHO_T}no" >&6; }
  118. fi
  119. if test -z "$lt_cv_path_MAGIC_CMD"; then
  120.   if test -n "$ac_tool_prefix"; then
  121.     { echo "$as_me:$LINENO: checking for file" >&5
  122. echo $ECHO_N "checking for file... $ECHO_C" >&6; }
  123. if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
  124.   echo $ECHO_N "(cached) $ECHO_C" >&6
  125. else
  126.   case $MAGIC_CMD in
  127. [\/*] |  ?:[\/]*)
  128.   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  129.   ;;
  130. *)
  131.   lt_save_MAGIC_CMD="$MAGIC_CMD"
  132.   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  133.   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
  134.   for ac_dir in $ac_dummy; do
  135.     IFS="$lt_save_ifs"
  136.     test -z "$ac_dir" && ac_dir=.
  137.     if test -f $ac_dir/file; then
  138.       lt_cv_path_MAGIC_CMD="$ac_dir/file"
  139.       if test -n "$file_magic_test_file"; then
  140. case $deplibs_check_method in
  141. "file_magic "*)
  142.   file_magic_regex=`expr "$deplibs_check_method" : "file_magic (.*)"`
  143.   MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  144.   if eval $file_magic_cmd $file_magic_test_file 2> /dev/null |
  145.     $EGREP "$file_magic_regex" > /dev/null; then
  146.     :
  147.   else
  148.     cat <<EOF 1>&2
  149. *** Warning: the command libtool uses to detect shared libraries,
  150. *** $file_magic_cmd, produces output that libtool cannot recognize.
  151. *** The result is that libtool may fail to recognize shared libraries
  152. *** as such.  This will affect the creation of libtool libraries that
  153. *** depend on shared libraries, but programs linked with such libtool
  154. *** libraries will work regardless of this problem.  Nevertheless, you
  155. *** may want to report the problem to your system manager and/or to
  156. *** bug-libtool@gnu.org
  157. EOF
  158.   fi ;;
  159. esac
  160.       fi
  161.       break
  162.     fi
  163.   done
  164.   IFS="$lt_save_ifs"
  165.   MAGIC_CMD="$lt_save_MAGIC_CMD"
  166.   ;;
  167. esac
  168. fi
  169. MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  170. if test -n "$MAGIC_CMD"; then
  171.   { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
  172. echo "${ECHO_T}$MAGIC_CMD" >&6; }
  173. else
  174.   { echo "$as_me:$LINENO: result: no" >&5
  175. echo "${ECHO_T}no" >&6; }
  176. fi
  177.   else
  178.     MAGIC_CMD=:
  179.   fi
  180. fi
  181.   fi
  182.   ;;
  183. esac
  184. enable_dlopen=no
  185. enable_win32_dll=yes
  186. # Check whether --enable-libtool-lock was given.
  187. if test "${enable_libtool_lock+set}" = set; then
  188.   enableval=$enable_libtool_lock;
  189. fi
  190. test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  191. # Check whether --with-pic was given.
  192. if test "${with_pic+set}" = set; then
  193.   withval=$with_pic; pic_mode="$withval"
  194. else
  195.   pic_mode=default
  196. fi
  197. test -z "$pic_mode" && pic_mode=default
  198. # Use C for the default configuration in the libtool script
  199. tagname=
  200. lt_save_CC="$CC"
  201. ac_ext=c
  202. ac_cpp='$CPP $CPPFLAGS'
  203. ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
  204. ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
  205. ac_compiler_gnu=$ac_cv_c_compiler_gnu
  206. # Source file extension for C test sources.
  207. ac_ext=c
  208. # Object file extension for compiled C test sources.
  209. objext=o
  210. objext=$objext
  211. # Code to be used in simple compile tests
  212. lt_simple_compile_test_code="int some_variable = 0;"
  213. # Code to be used in simple link tests
  214. lt_simple_link_test_code='int main(){return(0);}'
  215. # If no C compiler was specified, use CC.
  216. LTCC=${LTCC-"$CC"}
  217. # If no C compiler flags were specified, use CFLAGS.
  218. LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
  219. # Allow CC to be a program name with arguments.
  220. compiler=$CC
  221. # save warnings/boilerplate of simple test code
  222. ac_outfile=conftest.$ac_objext
  223. echo "$lt_simple_compile_test_code" >conftest.$ac_ext
  224. eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  225. _lt_compiler_boilerplate=`cat conftest.err`
  226. $rm conftest*
  227. ac_outfile=conftest.$ac_objext
  228. echo "$lt_simple_link_test_code" >conftest.$ac_ext
  229. eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
  230. _lt_linker_boilerplate=`cat conftest.err`
  231. $rm conftest*
  232. lt_prog_compiler_no_builtin_flag=
  233. if test "$GCC" = yes; then
  234.   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
  235. { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
  236. echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
  237. if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
  238.   echo $ECHO_N "(cached) $ECHO_C" >&6
  239. else
  240.   lt_cv_prog_compiler_rtti_exceptions=no
  241.   ac_outfile=conftest.$ac_objext
  242.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  243.    lt_compiler_flag="-fno-rtti -fno-exceptions"
  244.    # Insert the option either (1) after the last *FLAGS variable, or
  245.    # (2) before a word containing "conftest.", or (3) at the end.
  246.    # Note that $ac_compile itself does not contain backslashes and begins
  247.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  248.    # The option is referenced via a variable to avoid confusing sed.
  249.    lt_compile=`echo "$ac_compile" | $SED 
  250.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  251.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  252.    -e 's:$: $lt_compiler_flag:'`
  253.    (eval echo ""$as_me:7387: $lt_compile"" >&5)
  254.    (eval "$lt_compile" 2>conftest.err)
  255.    ac_status=$?
  256.    cat conftest.err >&5
  257.    echo "$as_me:7391: $? = $ac_status" >&5
  258.    if (exit $ac_status) && test -s "$ac_outfile"; then
  259.      # The compiler can only warn and ignore the option if not recognized
  260.      # So say no if there are warnings other than the usual output.
  261.      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
  262.      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  263.      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
  264.        lt_cv_prog_compiler_rtti_exceptions=yes
  265.      fi
  266.    fi
  267.    $rm conftest*
  268. fi
  269. { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
  270. echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
  271. if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
  272.     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
  273. else
  274.     :
  275. fi
  276. fi
  277. lt_prog_compiler_wl=
  278. lt_prog_compiler_pic=
  279. lt_prog_compiler_static=
  280. { echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
  281. echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
  282.   if test "$GCC" = yes; then
  283.     lt_prog_compiler_wl='-Wl,'
  284.     lt_prog_compiler_static='-static'
  285.     case $host_os in
  286.       aix*)
  287.       # All AIX code is PIC.
  288.       if test "$host_cpu" = ia64; then
  289. # AIX 5 now supports IA64 processor
  290. lt_prog_compiler_static='-Bstatic'
  291.       fi
  292.       ;;
  293.     amigaos*)
  294.       # FIXME: we need at least 68020 code to build shared libraries, but
  295.       # adding the `-m68020' flag to GCC prevents building anything better,
  296.       # like `-m68040'.
  297.       lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
  298.       ;;
  299.     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  300.       # PIC is the default for these OSes.
  301.       ;;
  302.     mingw* | cygwin* | pw32* | os2*)
  303.       # This hack is so that the source file can tell whether it is being
  304.       # built for inclusion in a dll (and should export symbols for example).
  305.       # Although the cygwin gcc ignores -fPIC, still need this for old-style
  306.       # (--disable-auto-import) libraries
  307.       lt_prog_compiler_pic='-DDLL_EXPORT'
  308.       ;;
  309.     darwin* | rhapsody*)
  310.       # PIC is the default on this platform
  311.       # Common symbols not allowed in MH_DYLIB files
  312.       lt_prog_compiler_pic='-fno-common'
  313.       ;;
  314.     interix[3-9]*)
  315.       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  316.       # Instead, we relocate shared libraries at runtime.
  317.       ;;
  318.     msdosdjgpp*)
  319.       # Just because we use GCC doesn't mean we suddenly get shared libraries
  320.       # on systems that don't support them.
  321.       lt_prog_compiler_can_build_shared=no
  322.       enable_shared=no
  323.       ;;
  324.     sysv4*MP*)
  325.       if test -d /usr/nec; then
  326. lt_prog_compiler_pic=-Kconform_pic
  327.       fi
  328.       ;;
  329.     hpux*)
  330.       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  331.       # not for PA HP-UX.
  332.       case $host_cpu in
  333.       hppa*64*|ia64*)
  334. # +Z the default
  335. ;;
  336.       *)
  337. lt_prog_compiler_pic='-fPIC'
  338. ;;
  339.       esac
  340.       ;;
  341.     *)
  342.       lt_prog_compiler_pic='-fPIC'
  343.       ;;
  344.     esac
  345.   else
  346.     # PORTME Check for flag to pass linker flags through the system compiler.
  347.     case $host_os in
  348.     aix*)
  349.       lt_prog_compiler_wl='-Wl,'
  350.       if test "$host_cpu" = ia64; then
  351. # AIX 5 now supports IA64 processor
  352. lt_prog_compiler_static='-Bstatic'
  353.       else
  354. lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
  355.       fi
  356.       ;;
  357.       darwin*)
  358.         # PIC is the default on this platform
  359.         # Common symbols not allowed in MH_DYLIB files
  360.        case $cc_basename in
  361.          xlc*)
  362.          lt_prog_compiler_pic='-qnocommon'
  363.          lt_prog_compiler_wl='-Wl,'
  364.          ;;
  365.        esac
  366.        ;;
  367.     mingw* | cygwin* | pw32* | os2*)
  368.       # This hack is so that the source file can tell whether it is being
  369.       # built for inclusion in a dll (and should export symbols for example).
  370.       lt_prog_compiler_pic='-DDLL_EXPORT'
  371.       ;;
  372.     hpux9* | hpux10* | hpux11*)
  373.       lt_prog_compiler_wl='-Wl,'
  374.       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  375.       # not for PA HP-UX.
  376.       case $host_cpu in
  377.       hppa*64*|ia64*)
  378. # +Z the default
  379. ;;
  380.       *)
  381. lt_prog_compiler_pic='+Z'
  382. ;;
  383.       esac
  384.       # Is there a better lt_prog_compiler_static that works with the bundled CC?
  385.       lt_prog_compiler_static='${wl}-a ${wl}archive'
  386.       ;;
  387.     irix5* | irix6* | nonstopux*)
  388.       lt_prog_compiler_wl='-Wl,'
  389.       # PIC (with -KPIC) is the default.
  390.       lt_prog_compiler_static='-non_shared'
  391.       ;;
  392.     newsos6)
  393.       lt_prog_compiler_pic='-KPIC'
  394.       lt_prog_compiler_static='-Bstatic'
  395.       ;;
  396.     linux* | k*bsd*-gnu)
  397.       case $cc_basename in
  398.       icc* | ecc*)
  399. lt_prog_compiler_wl='-Wl,'
  400. lt_prog_compiler_pic='-KPIC'
  401. lt_prog_compiler_static='-static'
  402.         ;;
  403.       pgcc* | pgf77* | pgf90* | pgf95*)
  404.         # Portland Group compilers (*not* the Pentium gcc compiler,
  405. # which looks to be a dead project)
  406. lt_prog_compiler_wl='-Wl,'
  407. lt_prog_compiler_pic='-fpic'
  408. lt_prog_compiler_static='-Bstatic'
  409.         ;;
  410.       ccc*)
  411.         lt_prog_compiler_wl='-Wl,'
  412.         # All Alpha code is PIC.
  413.         lt_prog_compiler_static='-non_shared'
  414.         ;;
  415.       *)
  416.         case `$CC -V 2>&1 | sed 5q` in
  417. *Sun C*)
  418.   # Sun C 5.9
  419.   lt_prog_compiler_pic='-KPIC'
  420.   lt_prog_compiler_static='-Bstatic'
  421.   lt_prog_compiler_wl='-Wl,'
  422.   ;;
  423. *Sun F*)
  424.   # Sun Fortran 8.3 passes all unrecognized flags to the linker
  425.   lt_prog_compiler_pic='-KPIC'
  426.   lt_prog_compiler_static='-Bstatic'
  427.   lt_prog_compiler_wl=''
  428.   ;;
  429. esac
  430. ;;
  431.       esac
  432.       ;;
  433.     osf3* | osf4* | osf5*)
  434.       lt_prog_compiler_wl='-Wl,'
  435.       # All OSF/1 code is PIC.
  436.       lt_prog_compiler_static='-non_shared'
  437.       ;;
  438.     rdos*)
  439.       lt_prog_compiler_static='-non_shared'
  440.       ;;
  441.     solaris*)
  442.       lt_prog_compiler_pic='-KPIC'
  443.       lt_prog_compiler_static='-Bstatic'
  444.       case $cc_basename in
  445.       f77* | f90* | f95*)
  446. lt_prog_compiler_wl='-Qoption ld ';;
  447.       *)
  448. lt_prog_compiler_wl='-Wl,';;
  449.       esac
  450.       ;;
  451.     sunos4*)
  452.       lt_prog_compiler_wl='-Qoption ld '
  453.       lt_prog_compiler_pic='-PIC'
  454.       lt_prog_compiler_static='-Bstatic'
  455.       ;;
  456.     sysv4 | sysv4.2uw2* | sysv4.3*)
  457.       lt_prog_compiler_wl='-Wl,'
  458.       lt_prog_compiler_pic='-KPIC'
  459.       lt_prog_compiler_static='-Bstatic'
  460.       ;;
  461.     sysv4*MP*)
  462.       if test -d /usr/nec ;then
  463. lt_prog_compiler_pic='-Kconform_pic'
  464. lt_prog_compiler_static='-Bstatic'
  465.       fi
  466.       ;;
  467.     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  468.       lt_prog_compiler_wl='-Wl,'
  469.       lt_prog_compiler_pic='-KPIC'
  470.       lt_prog_compiler_static='-Bstatic'
  471.       ;;
  472.     unicos*)
  473.       lt_prog_compiler_wl='-Wl,'
  474.       lt_prog_compiler_can_build_shared=no
  475.       ;;
  476.     uts4*)
  477.       lt_prog_compiler_pic='-pic'
  478.       lt_prog_compiler_static='-Bstatic'
  479.       ;;
  480.     *)
  481.       lt_prog_compiler_can_build_shared=no
  482.       ;;
  483.     esac
  484.   fi
  485. { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
  486. echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
  487. #
  488. # Check to make sure the PIC flag actually works.
  489. #
  490. if test -n "$lt_prog_compiler_pic"; then
  491. { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
  492. echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
  493. if test "${lt_prog_compiler_pic_works+set}" = set; then
  494.   echo $ECHO_N "(cached) $ECHO_C" >&6
  495. else
  496.   lt_prog_compiler_pic_works=no
  497.   ac_outfile=conftest.$ac_objext
  498.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  499.    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
  500.    # Insert the option either (1) after the last *FLAGS variable, or
  501.    # (2) before a word containing "conftest.", or (3) at the end.
  502.    # Note that $ac_compile itself does not contain backslashes and begins
  503.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  504.    # The option is referenced via a variable to avoid confusing sed.
  505.    lt_compile=`echo "$ac_compile" | $SED 
  506.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  507.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  508.    -e 's:$: $lt_compiler_flag:'`
  509.    (eval echo ""$as_me:7677: $lt_compile"" >&5)
  510.    (eval "$lt_compile" 2>conftest.err)
  511.    ac_status=$?
  512.    cat conftest.err >&5
  513.    echo "$as_me:7681: $? = $ac_status" >&5
  514.    if (exit $ac_status) && test -s "$ac_outfile"; then
  515.      # The compiler can only warn and ignore the option if not recognized
  516.      # So say no if there are warnings other than the usual output.
  517.      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
  518.      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  519.      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
  520.        lt_prog_compiler_pic_works=yes
  521.      fi
  522.    fi
  523.    $rm conftest*
  524. fi
  525. { echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
  526. echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6; }
  527. if test x"$lt_prog_compiler_pic_works" = xyes; then
  528.     case $lt_prog_compiler_pic in
  529.      "" | " "*) ;;
  530.      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
  531.      esac
  532. else
  533.     lt_prog_compiler_pic=
  534.      lt_prog_compiler_can_build_shared=no
  535. fi
  536. fi
  537. case $host_os in
  538.   # For platforms which do not support PIC, -DPIC is meaningless:
  539.   *djgpp*)
  540.     lt_prog_compiler_pic=
  541.     ;;
  542.   *)
  543.     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
  544.     ;;
  545. esac
  546. #
  547. # Check to make sure the static flag actually works.
  548. #
  549. wl=$lt_prog_compiler_wl eval lt_tmp_static_flag="$lt_prog_compiler_static"
  550. { echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
  551. echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
  552. if test "${lt_prog_compiler_static_works+set}" = set; then
  553.   echo $ECHO_N "(cached) $ECHO_C" >&6
  554. else
  555.   lt_prog_compiler_static_works=no
  556.    save_LDFLAGS="$LDFLAGS"
  557.    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
  558.    echo "$lt_simple_link_test_code" > conftest.$ac_ext
  559.    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  560.      # The linker can only warn and ignore the option if not recognized
  561.      # So say no if there are warnings
  562.      if test -s conftest.err; then
  563.        # Append any errors to the config.log.
  564.        cat conftest.err 1>&5
  565.        $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
  566.        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  567.        if diff conftest.exp conftest.er2 >/dev/null; then
  568.          lt_prog_compiler_static_works=yes
  569.        fi
  570.      else
  571.        lt_prog_compiler_static_works=yes
  572.      fi
  573.    fi
  574.    $rm conftest*
  575.    LDFLAGS="$save_LDFLAGS"
  576. fi
  577. { echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
  578. echo "${ECHO_T}$lt_prog_compiler_static_works" >&6; }
  579. if test x"$lt_prog_compiler_static_works" = xyes; then
  580.     :
  581. else
  582.     lt_prog_compiler_static=
  583. fi
  584. { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
  585. echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
  586. if test "${lt_cv_prog_compiler_c_o+set}" = set; then
  587.   echo $ECHO_N "(cached) $ECHO_C" >&6
  588. else
  589.   lt_cv_prog_compiler_c_o=no
  590.    $rm -r conftest 2>/dev/null
  591.    mkdir conftest
  592.    cd conftest
  593.    mkdir out
  594.    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  595.    lt_compiler_flag="-o out/conftest2.$ac_objext"
  596.    # Insert the option either (1) after the last *FLAGS variable, or
  597.    # (2) before a word containing "conftest.", or (3) at the end.
  598.    # Note that $ac_compile itself does not contain backslashes and begins
  599.    # with a dollar sign (not a hyphen), so the echo should work correctly.
  600.    lt_compile=`echo "$ac_compile" | $SED 
  601.    -e 's:.*FLAGS}{0,1} :&$lt_compiler_flag :; t' 
  602.    -e 's: [^ ]*conftest.: $lt_compiler_flag&:; t' 
  603.    -e 's:$: $lt_compiler_flag:'`
  604.    (eval echo ""$as_me:7781: $lt_compile"" >&5)
  605.    (eval "$lt_compile" 2>out/conftest.err)
  606.    ac_status=$?
  607.    cat out/conftest.err >&5
  608.    echo "$as_me:7785: $? = $ac_status" >&5
  609.    if (exit $ac_status) && test -s out/conftest2.$ac_objext
  610.    then
  611.      # The compiler can only warn and ignore the option if not recognized
  612.      # So say no if there are warnings
  613.      $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
  614.      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  615.      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  616.        lt_cv_prog_compiler_c_o=yes
  617.      fi
  618.    fi
  619.    chmod u+w . 2>&5
  620.    $rm conftest*
  621.    # SGI C++ compiler will create directory out/ii_files/ for
  622.    # template instantiation
  623.    test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
  624.    $rm out/* && rmdir out
  625.    cd ..
  626.    rmdir conftest
  627.    $rm conftest*
  628. fi
  629. { echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
  630. echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
  631. hard_links="nottested"
  632. if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
  633.   # do not overwrite the value of need_locks provided by the user
  634.   { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
  635. echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
  636.   hard_links=yes
  637.   $rm conftest*
  638.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  639.   touch conftest.a
  640.   ln conftest.a conftest.b 2>&5 || hard_links=no
  641.   ln conftest.a conftest.b 2>/dev/null && hard_links=no
  642.   { echo "$as_me:$LINENO: result: $hard_links" >&5
  643. echo "${ECHO_T}$hard_links" >&6; }
  644.   if test "$hard_links" = no; then
  645.     { echo "$as_me:$LINENO: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&5
  646. echo "$as_me: WARNING: `$CC' does not support `-c -o', so `make -j' may be unsafe" >&2;}
  647.     need_locks=warn
  648.   fi
  649. else
  650.   need_locks=no
  651. fi
  652. { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
  653. echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
  654.   runpath_var=
  655.   allow_undefined_flag=
  656.   enable_shared_with_static_runtimes=no
  657.   archive_cmds=
  658.   archive_expsym_cmds=
  659.   old_archive_From_new_cmds=
  660.   old_archive_from_expsyms_cmds=
  661.   export_dynamic_flag_spec=
  662.   whole_archive_flag_spec=
  663.   thread_safe_flag_spec=
  664.   hardcode_libdir_flag_spec=
  665.   hardcode_libdir_flag_spec_ld=
  666.   hardcode_libdir_separator=
  667.   hardcode_direct=no
  668.   hardcode_minus_L=no
  669.   hardcode_shlibpath_var=unsupported
  670.   link_all_deplibs=unknown
  671.   hardcode_automatic=no
  672.   module_cmds=
  673.   module_expsym_cmds=
  674.   always_export_symbols=no
  675.   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '''s/.* //''' | sort | uniq > $export_symbols'
  676.   # include_expsyms should be a list of space-separated symbols to be *always*
  677.   # included in the symbol list
  678.   include_expsyms=
  679.   # exclude_expsyms can be an extended regexp of symbols to exclude
  680.   # it will be wrapped by ` (' and `)$', so one must not match beginning or
  681.   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  682.   # as well as any symbol that contains `d'.
  683.   exclude_expsyms="_GLOBAL_OFFSET_TABLE_"
  684.   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  685.   # platforms (ab)use it in PIC code, but their linkers get confused if
  686.   # the symbol is explicitly referenced.  Since portable code cannot
  687.   # rely on this symbol name, it's probably fine to never include it in
  688.   # preloaded symbol tables.
  689.   extract_expsyms_cmds=
  690.   # Just being paranoid about ensuring that cc_basename is set.
  691.   for cc_temp in $compiler""; do
  692.   case $cc_temp in
  693.     compile | *[\/]compile | ccache | *[\/]ccache ) ;;
  694.     distcc | *[\/]distcc | purify | *[\/]purify ) ;;
  695.     -*) ;;
  696.     *) break;;
  697.   esac
  698. done
  699. cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
  700.   case $host_os in
  701.   cygwin* | mingw* | pw32*)
  702.     # FIXME: the MSVC++ port hasn't been tested in a loooong time
  703.     # When not using gcc, we currently assume that we are using
  704.     # Microsoft Visual C++.
  705.     if test "$GCC" != yes; then
  706.       with_gnu_ld=no
  707.     fi
  708.     ;;
  709.   interix*)
  710.     # we just hope/assume this is gcc and not c89 (= MSVC++)
  711.     with_gnu_ld=yes
  712.     ;;
  713.   openbsd*)
  714.     with_gnu_ld=no
  715.     ;;
  716.   esac
  717.   ld_shlibs=yes
  718.   if test "$with_gnu_ld" = yes; then
  719.     # If archive_cmds runs LD, not CC, wlarc should be empty
  720.     wlarc='${wl}'
  721.     # Set some defaults for GNU ld with shared library support. These
  722.     # are reset later if shared libraries are not supported. Putting them
  723.     # here allows them to be overridden if necessary.
  724.     runpath_var=LD_RUN_PATH
  725.     hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
  726.     export_dynamic_flag_spec='${wl}--export-dynamic'
  727.     # ancient GNU ld didn't support --whole-archive et. al.
  728.     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
  729. whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  730.       else
  731.    whole_archive_flag_spec=
  732.     fi
  733.     supports_anon_versioning=no
  734.     case `$LD -v 2>/dev/null` in
  735.       * [01].* | * 2.[0-9].* | * 2.10.*) ;; # catch versions < 2.11
  736.       * 2.11.93.0.2 *) supports_anon_versioning=yes ;; # RH7.3 ...
  737.       * 2.11.92.0.12 *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  738.       * 2.11.*) ;; # other 2.11 versions
  739.       *) supports_anon_versioning=yes ;;
  740.     esac
  741.     # See if GNU ld supports shared libraries.
  742.     case $host_os in
  743.     aix3* | aix4* | aix5*)
  744.       # On AIX/PPC, the GNU linker is very broken
  745.       if test "$host_cpu" != ia64; then
  746. ld_shlibs=no
  747. cat <<EOF 1>&2
  748. *** Warning: the GNU linker, at least up to release 2.9.1, is reported
  749. *** to be unable to reliably create shared libraries on AIX.
  750. *** Therefore, libtool is disabling shared libraries support.  If you
  751. *** really care for shared libraries, you may want to modify your PATH
  752. *** so that a non-GNU linker is found, and then restart.
  753. EOF
  754.       fi
  755.       ;;
  756.     amigaos*)
  757.       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  758.       hardcode_libdir_flag_spec='-L$libdir'
  759.       hardcode_minus_L=yes
  760.       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
  761.       # that the semantics of dynamic libraries on AmigaOS, at least up
  762.       # to version 4, is to share data among multiple programs linked
  763.       # with the same dynamic library.  Since this doesn't match the
  764.       # behavior of shared libraries on other platforms, we can't use
  765.       # them.
  766.       ld_shlibs=no
  767.       ;;
  768.     beos*)
  769.       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  770. allow_undefined_flag=unsupported
  771. # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  772. # support --undefined.  This deserves some investigation.  FIXME
  773. archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  774.       else
  775. ld_shlibs=no
  776.       fi
  777.       ;;
  778.     cygwin* | mingw* | pw32*)
  779.       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
  780.       # as there is no search path for DLLs.
  781.       hardcode_libdir_flag_spec='-L$libdir'
  782.       allow_undefined_flag=unsupported
  783.       always_export_symbols=no
  784.       enable_shared_with_static_runtimes=yes
  785.       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '''/^[BCDGRS][ ]/s/.*[ ]([^ ]*)/1 DATA/''' -e '''/^[AITW][ ]/s/.*[ ]//''' | sort | uniq > $export_symbols'
  786.       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
  787.         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  788. # If the export-symbols file already is a .def file (1st line
  789. # is EXPORTS), use it as is; otherwise, prepend...
  790. archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  791.   cp $export_symbols $output_objdir/$soname.def;
  792. else
  793.   echo EXPORTS > $output_objdir/$soname.def;
  794.   cat $export_symbols >> $output_objdir/$soname.def;
  795. fi~
  796. $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  797.       else
  798. ld_shlibs=no
  799.       fi
  800.       ;;
  801.     interix[3-9]*)
  802.       hardcode_direct=no
  803.       hardcode_shlibpath_var=no
  804.       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  805.       export_dynamic_flag_spec='${wl}-E'
  806.       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  807.       # Instead, shared libraries are loaded at an image base (0x10000000 by
  808.       # default) and relocated if they conflict, which is a slow very memory
  809.       # consuming and fragmenting process.  To avoid this, we pick a random,
  810.       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  811.       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  812.       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  813.       archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 * 262144 + 1342177280` -o $lib'
  814.       ;;
  815.     gnu* | linux* | k*bsd*-gnu)
  816.       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  817. tmp_addflag=
  818. case $cc_basename,$host_cpu in
  819. pgcc*) # Portland Group C compiler
  820.   whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $echo "$new_convenience"` ${wl}--no-whole-archive'
  821.   tmp_addflag=' $pic_flag'
  822.   ;;
  823. pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
  824.   whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience""; do test  -n "$conv" && new_convenience="$new_convenience,$conv"; done; $echo "$new_convenience"` ${wl}--no-whole-archive'
  825.   tmp_addflag=' $pic_flag -Mnomain' ;;
  826. ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
  827.   tmp_addflag=' -i_dynamic' ;;
  828. efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
  829.   tmp_addflag=' -i_dynamic -nofor_main' ;;
  830. ifc* | ifort*) # Intel Fortran compiler
  831.   tmp_addflag=' -nofor_main' ;;
  832. esac
  833. case `$CC -V 2>&1 | sed 5q` in
  834. *Sun C*) # Sun C 5.9
  835.   whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience""; do test -z "$conv" || new_convenience="$new_convenience,$conv"; done; $echo "$new_convenience"` ${wl}--no-whole-archive'
  836.   tmp_sharedflag='-G' ;;
  837. *Sun F*) # Sun Fortran 8.3
  838.   tmp_sharedflag='-G' ;;
  839. *)
  840.   tmp_sharedflag='-shared' ;;
  841. esac
  842. archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  843. if test $supports_anon_versioning = yes; then
  844.   archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
  845.   cat $export_symbols | sed -e "s/(.*)/1;/" >> $output_objdir/$libname.ver~
  846.   $echo "local: *; };" >> $output_objdir/$libname.ver~
  847.   $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  848. fi
  849.       else
  850. ld_shlibs=no
  851.       fi
  852.       ;;
  853.     netbsd*)
  854.       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  855. archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  856. wlarc=
  857.       else
  858. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  859. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  860.       fi
  861.       ;;
  862.     solaris*)
  863.       if $LD -v 2>&1 | grep 'BFD 2.8' > /dev/null; then
  864. ld_shlibs=no
  865. cat <<EOF 1>&2
  866. *** Warning: The releases 2.8.* of the GNU linker cannot reliably
  867. *** create shared libraries on Solaris systems.  Therefore, libtool
  868. *** is disabling shared libraries support.  We urge you to upgrade GNU
  869. *** binutils to release 2.9.1 or newer.  Another option is to modify
  870. *** your PATH or compiler configuration so that the native linker is
  871. *** used, and then restart.
  872. EOF
  873.       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  874. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  875. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  876.       else
  877. ld_shlibs=no
  878.       fi
  879.       ;;
  880.     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
  881.       case `$LD -v 2>&1` in
  882.         * [01].* | * 2.[0-9].* | * 2.1[0-5].*)
  883. ld_shlibs=no
  884. cat <<_LT_EOF 1>&2
  885. *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
  886. *** reliably create shared libraries on SCO systems.  Therefore, libtool
  887. *** is disabling shared libraries support.  We urge you to upgrade GNU
  888. *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
  889. *** your PATH or compiler configuration so that the native linker is
  890. *** used, and then restart.
  891. _LT_EOF
  892. ;;
  893. *)
  894.   if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  895.     hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
  896.     archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
  897.     archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
  898.   else
  899.     ld_shlibs=no
  900.   fi
  901. ;;
  902.       esac
  903.       ;;
  904.     sunos4*)
  905.       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  906.       wlarc=
  907.       hardcode_direct=yes
  908.       hardcode_shlibpath_var=no
  909.       ;;
  910.     *)
  911.       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
  912. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  913. archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
  914.       else
  915. ld_shlibs=no
  916.       fi
  917.       ;;
  918.     esac
  919.     if test "$ld_shlibs" = no; then
  920.       runpath_var=
  921.       hardcode_libdir_flag_spec=
  922.       export_dynamic_flag_spec=
  923.       whole_archive_flag_spec=
  924.     fi
  925.   else
  926.     # PORTME fill in a description of your system's linker (not GNU ld)
  927.     case $host_os in
  928.     aix3*)
  929.       allow_undefined_flag=unsupported
  930.       always_export_symbols=yes
  931.       archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
  932.       # Note: this linker hardcodes the directories in LIBPATH if there
  933.       # are no directories specified by -L.
  934.       hardcode_minus_L=yes
  935.       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
  936. # Neither direct hardcoding nor static linking is supported with a
  937. # broken collect2.
  938. hardcode_direct=unsupported
  939.       fi
  940.       ;;
  941.     aix4* | aix5*)
  942.       if test "$host_cpu" = ia64; then
  943. # On IA64, the linker does run time linking by default, so we don't
  944. # have to do anything special.
  945. aix_use_runtimelinking=no
  946. exp_sym_flag='-Bexport'
  947. no_entry_flag=""
  948.       else
  949. # If we're using GNU nm, then we don't want the "-C" option.
  950. # -C means demangle to AIX nm, but means don't demangle with GNU nm
  951. if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
  952.   export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '''{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }''' | sort -u > $export_symbols'
  953. else
  954.   export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '''{ if ((($2 == "T") || ($2 == "D") || ($2 == "B")) && (substr($3,1,1) != ".")) { print $3 } }''' | sort -u > $export_symbols'
  955. fi
  956. aix_use_runtimelinking=no
  957. # Test if we are trying to use run time linking or normal
  958. # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  959. # need to do runtime linking.
  960. case $host_os in aix4.[23]|aix4.[23].*|aix5*)
  961.   for ld_flag in $LDFLAGS; do
  962.      if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  963.        aix_use_runtimelinking=yes
  964.        break
  965.      fi
  966.   done
  967.   ;;
  968. esac
  969. exp_sym_flag='-bexport'
  970. no_entry_flag='-bnoentry'
  971.       fi
  972.       # When large executables or shared objects are built, AIX ld can
  973.       # have problems creating the table of contents.  If linking a library
  974.       # or program results in "error TOC overflow" add -mminimal-toc to
  975.       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  976.       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  977.       archive_cmds=''
  978.       hardcode_direct=yes
  979.       hardcode_libdir_separator=':'
  980.       link_all_deplibs=yes
  981.       if test "$GCC" = yes; then
  982. case $host_os in aix4.[012]|aix4.[012].*)
  983. # We only want to do this on AIX 4.2 and lower, the check
  984. # below for broken collect2 doesn't work under 4.3+
  985.   collect2name=`${CC} -print-prog-name=collect2`
  986.   if test -f "$collect2name" && 
  987.       strings "$collect2name" | grep resolve_lib_name >/dev/null
  988.   then
  989.      # We have reworked collect2
  990.      :
  991.   else
  992.      # We have old collect2
  993.      hardcode_direct=unsupported
  994.      # It fails to find uninstalled libraries when the uninstalled
  995.      # path is not listed in the libpath.  Setting hardcode_minus_L
  996.      # to unsupported forces relinking
  997.      hardcode_minus_L=yes
  998.      hardcode_libdir_flag_spec='-L$libdir'
  999.      hardcode_libdir_separator=
  1000.   fi
  1001.   ;;
  1002. esac
  1003. shared_flag='-shared'
  1004. if test "$aix_use_runtimelinking" = yes; then
  1005.   shared_flag="$shared_flag "'${wl}-G'
  1006. fi
  1007.       else
  1008. # not using gcc
  1009. if test "$host_cpu" = ia64; then
  1010.    # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  1011.    # chokes on -Wl,-G. The following line is correct:
  1012.   shared_flag='-G'
  1013. else
  1014.   if test "$aix_use_runtimelinking" = yes; then
  1015.     shared_flag='${wl}-G'
  1016.   else
  1017.     shared_flag='${wl}-bM:SRE'
  1018.   fi
  1019. fi
  1020.       fi
  1021.       # It seems that -bexpall does not export symbols beginning with
  1022.       # underscore (_), so it is better to generate a list of symbols to export.
  1023.       always_export_symbols=yes
  1024.       if test "$aix_use_runtimelinking" = yes; then
  1025. # Warning - without using the other runtime loading flags (-brtl),
  1026. # -berok will link without error, but may produce a broken library.
  1027. allow_undefined_flag='-berok'
  1028.        # Determine the default libpath from the value encoded in an empty executable.
  1029.        cat >conftest.$ac_ext <<_ACEOF
  1030. /* confdefs.h.  */
  1031. _ACEOF
  1032. cat confdefs.h >>conftest.$ac_ext
  1033. cat >>conftest.$ac_ext <<_ACEOF
  1034. /* end confdefs.h.  */
  1035. int
  1036. main ()
  1037. {
  1038.   ;
  1039.   return 0;
  1040. }
  1041. _ACEOF
  1042. rm -f conftest.$ac_objext conftest$ac_exeext
  1043. if { (ac_try="$ac_link"
  1044. case "(($ac_try" in
  1045.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1046.   *) ac_try_echo=$ac_try;;
  1047. esac
  1048. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1049.   (eval "$ac_link") 2>conftest.er1
  1050.   ac_status=$?
  1051.   grep -v '^ *+' conftest.er1 >conftest.err
  1052.   rm -f conftest.er1
  1053.   cat conftest.err >&5
  1054.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1055.   (exit $ac_status); } && {
  1056.  test -z "$ac_c_werror_flag" ||
  1057.  test ! -s conftest.err
  1058.        } && test -s conftest$ac_exeext &&
  1059.        $as_test_x conftest$ac_exeext; then
  1060. lt_aix_libpath_sed='
  1061.     /Import File Strings/,/^$/ {
  1062. /^0/ {
  1063.     s/^0  *(.*)$/1/
  1064.     p
  1065. }
  1066.     }'
  1067. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1068. # Check for a 64-bit object if we didn't find anything.
  1069. if test -z "$aix_libpath"; then
  1070.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1071. fi
  1072. else
  1073.   echo "$as_me: failed program was:" >&5
  1074. sed 's/^/| /' conftest.$ac_ext >&5
  1075. fi
  1076. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1077.       conftest$ac_exeext conftest.$ac_ext
  1078. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  1079.        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  1080. archive_expsym_cmds="$CC"' -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"${wl}$exp_sym_flag:$export_symbols $shared_flag"
  1081.        else
  1082. if test "$host_cpu" = ia64; then
  1083.   hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
  1084.   allow_undefined_flag="-z nodefs"
  1085.   archive_expsym_cmds="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"${wl}$exp_sym_flag:$export_symbols"
  1086. else
  1087.  # Determine the default libpath from the value encoded in an empty executable.
  1088.  cat >conftest.$ac_ext <<_ACEOF
  1089. /* confdefs.h.  */
  1090. _ACEOF
  1091. cat confdefs.h >>conftest.$ac_ext
  1092. cat >>conftest.$ac_ext <<_ACEOF
  1093. /* end confdefs.h.  */
  1094. int
  1095. main ()
  1096. {
  1097.   ;
  1098.   return 0;
  1099. }
  1100. _ACEOF
  1101. rm -f conftest.$ac_objext conftest$ac_exeext
  1102. if { (ac_try="$ac_link"
  1103. case "(($ac_try" in
  1104.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  1105.   *) ac_try_echo=$ac_try;;
  1106. esac
  1107. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  1108.   (eval "$ac_link") 2>conftest.er1
  1109.   ac_status=$?
  1110.   grep -v '^ *+' conftest.er1 >conftest.err
  1111.   rm -f conftest.er1
  1112.   cat conftest.err >&5
  1113.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1114.   (exit $ac_status); } && {
  1115.  test -z "$ac_c_werror_flag" ||
  1116.  test ! -s conftest.err
  1117.        } && test -s conftest$ac_exeext &&
  1118.        $as_test_x conftest$ac_exeext; then
  1119. lt_aix_libpath_sed='
  1120.     /Import File Strings/,/^$/ {
  1121. /^0/ {
  1122.     s/^0  *(.*)$/1/
  1123.     p
  1124. }
  1125.     }'
  1126. aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1127. # Check for a 64-bit object if we didn't find anything.
  1128. if test -z "$aix_libpath"; then
  1129.   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1130. fi
  1131. else
  1132.   echo "$as_me: failed program was:" >&5
  1133. sed 's/^/| /' conftest.$ac_ext >&5
  1134. fi
  1135. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  1136.       conftest$ac_exeext conftest.$ac_ext
  1137. if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  1138.  hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
  1139.   # Warning - without using the other run time loading flags,
  1140.   # -berok will link without error, but may produce a broken library.
  1141.   no_undefined_flag=' ${wl}-bernotok'
  1142.   allow_undefined_flag=' ${wl}-berok'
  1143.   # Exported symbols can be pulled into shared objects from archives
  1144.   whole_archive_flag_spec='$convenience'
  1145.   archive_cmds_need_lc=yes
  1146.   # This is similar to how AIX traditionally builds its shared libraries.
  1147.   archive_expsym_cmds="$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
  1148. fi
  1149.       fi
  1150.       ;;
  1151.     amigaos*)
  1152.       archive_cmds='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
  1153.       hardcode_libdir_flag_spec='-L$libdir'
  1154.       hardcode_minus_L=yes
  1155.       # see comment about different semantics on the GNU ld section
  1156.       ld_shlibs=no
  1157.       ;;
  1158.     bsdi[45]*)
  1159.       export_dynamic_flag_spec=-rdynamic
  1160.       ;;
  1161.     cygwin* | mingw* | pw32*)
  1162.       # When not using gcc, we currently assume that we are using
  1163.       # Microsoft Visual C++.
  1164.       # hardcode_libdir_flag_spec is actually meaningless, as there is
  1165.       # no search path for DLLs.
  1166.       hardcode_libdir_flag_spec=' '
  1167.       allow_undefined_flag=unsupported
  1168.       # Tell ltmain to make .lib files, not .a files.
  1169.       libext=lib
  1170.       # Tell ltmain to make .dll files, not .so files.
  1171.       shrext_cmds=".dll"
  1172.       # FIXME: Setting linknames here is a bad hack.
  1173.       archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '''s/ -lc$//'''` -link -dll~linknames='
  1174.       # The linker will automatically build a .lib file if we build a DLL.
  1175.       old_archive_From_new_cmds='true'
  1176.       # FIXME: Should let the user specify the lib program.
  1177.       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
  1178.       fix_srcfile_path='`cygpath -w "$srcfile"`'
  1179.       enable_shared_with_static_runtimes=yes
  1180.       ;;
  1181.     darwin* | rhapsody*)
  1182.       case $host_os in
  1183.         rhapsody* | darwin1.[012])
  1184.          allow_undefined_flag='${wl}-undefined ${wl}suppress'
  1185.          ;;
  1186.        *) # Darwin 1.3 on
  1187.          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
  1188.            allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  1189.          else
  1190.            case ${MACOSX_DEPLOYMENT_TARGET} in
  1191.              10.[012])
  1192.                allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
  1193.                ;;
  1194.              10.*)
  1195.                allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
  1196.                ;;
  1197.            esac
  1198.          fi
  1199.          ;;
  1200.       esac
  1201.       archive_cmds_need_lc=no
  1202.       hardcode_direct=no
  1203.       hardcode_automatic=yes
  1204.       hardcode_shlibpath_var=unsupported
  1205.       whole_archive_flag_spec=''
  1206.       link_all_deplibs=yes
  1207.     if test "$GCC" = yes ; then
  1208.      output_verbose_link_cmd='echo'
  1209.         archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
  1210.       module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  1211.       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
  1212.       archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1213.       module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1214.     else
  1215.       case $cc_basename in
  1216.         xlc*)
  1217.          output_verbose_link_cmd='echo'
  1218.          archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
  1219.          module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
  1220.           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
  1221.          archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1222.           module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^(..*),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1223.           ;;
  1224.        *)
  1225.          ld_shlibs=no
  1226.           ;;
  1227.       esac
  1228.     fi
  1229.       ;;
  1230.     dgux*)
  1231.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1232.       hardcode_libdir_flag_spec='-L$libdir'
  1233.       hardcode_shlibpath_var=no
  1234.       ;;
  1235.     freebsd1*)
  1236.       ld_shlibs=no
  1237.       ;;
  1238.     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1239.     # support.  Future versions do this automatically, but an explicit c++rt0.o
  1240.     # does not break anything, and helps significantly (at the cost of a little
  1241.     # extra space).
  1242.     freebsd2.2*)
  1243.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  1244.       hardcode_libdir_flag_spec='-R$libdir'
  1245.       hardcode_direct=yes
  1246.       hardcode_shlibpath_var=no
  1247.       ;;
  1248.     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1249.     freebsd2*)
  1250.       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1251.       hardcode_direct=yes
  1252.       hardcode_minus_L=yes
  1253.       hardcode_shlibpath_var=no
  1254.       ;;
  1255.     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1256.     freebsd* | dragonfly*)
  1257.       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  1258.       hardcode_libdir_flag_spec='-R$libdir'
  1259.       hardcode_direct=yes
  1260.       hardcode_shlibpath_var=no
  1261.       ;;
  1262.     hpux9*)
  1263.       if test "$GCC" = yes; then
  1264. archive_cmds='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  1265.       else
  1266. archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
  1267.       fi
  1268.       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1269.       hardcode_libdir_separator=:
  1270.       hardcode_direct=yes
  1271.       # hardcode_minus_L: Not really in the search PATH,
  1272.       # but as the default location of the library.
  1273.       hardcode_minus_L=yes
  1274.       export_dynamic_flag_spec='${wl}-E'
  1275.       ;;
  1276.     hpux10*)
  1277.       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  1278. archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1279.       else
  1280. archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  1281.       fi
  1282.       if test "$with_gnu_ld" = no; then
  1283. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1284. hardcode_libdir_separator=:
  1285. hardcode_direct=yes
  1286. export_dynamic_flag_spec='${wl}-E'
  1287. # hardcode_minus_L: Not really in the search PATH,
  1288. # but as the default location of the library.
  1289. hardcode_minus_L=yes
  1290.       fi
  1291.       ;;
  1292.     hpux11*)
  1293.       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
  1294. case $host_cpu in
  1295. hppa*64*)
  1296.   archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1297.   ;;
  1298. ia64*)
  1299.   archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  1300.   ;;
  1301. *)
  1302.   archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1303.   ;;
  1304. esac
  1305.       else
  1306. case $host_cpu in
  1307. hppa*64*)
  1308.   archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1309.   ;;
  1310. ia64*)
  1311.   archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  1312.   ;;
  1313. *)
  1314.   archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1315.   ;;
  1316. esac
  1317.       fi
  1318.       if test "$with_gnu_ld" = no; then
  1319. hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
  1320. hardcode_libdir_separator=:
  1321. case $host_cpu in
  1322. hppa*64*|ia64*)
  1323.   hardcode_libdir_flag_spec_ld='+b $libdir'
  1324.   hardcode_direct=no
  1325.   hardcode_shlibpath_var=no
  1326.   ;;
  1327. *)
  1328.   hardcode_direct=yes
  1329.   export_dynamic_flag_spec='${wl}-E'
  1330.   # hardcode_minus_L: Not really in the search PATH,
  1331.   # but as the default location of the library.
  1332.   hardcode_minus_L=yes
  1333.   ;;
  1334. esac
  1335.       fi
  1336.       ;;
  1337.     irix5* | irix6* | nonstopux*)
  1338.       if test "$GCC" = yes; then
  1339. archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1340.       else
  1341. archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1342. hardcode_libdir_flag_spec_ld='-rpath $libdir'
  1343.       fi
  1344.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1345.       hardcode_libdir_separator=:
  1346.       link_all_deplibs=yes
  1347.       ;;
  1348.     netbsd*)
  1349.       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  1350. archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  1351.       else
  1352. archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  1353.       fi
  1354.       hardcode_libdir_flag_spec='-R$libdir'
  1355.       hardcode_direct=yes
  1356.       hardcode_shlibpath_var=no
  1357.       ;;
  1358.     newsos6)
  1359.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1360.       hardcode_direct=yes
  1361.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1362.       hardcode_libdir_separator=:
  1363.       hardcode_shlibpath_var=no
  1364.       ;;
  1365.     openbsd*)
  1366.       if test -f /usr/libexec/ld.so; then
  1367. hardcode_direct=yes
  1368. hardcode_shlibpath_var=no
  1369. if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1370.   archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1371.   archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  1372.   hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  1373.   export_dynamic_flag_spec='${wl}-E'
  1374. else
  1375.   case $host_os in
  1376.    openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
  1377.      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1378.      hardcode_libdir_flag_spec='-R$libdir'
  1379.      ;;
  1380.    *)
  1381.      archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1382.      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
  1383.      ;;
  1384.   esac
  1385.         fi
  1386.       else
  1387. ld_shlibs=no
  1388.       fi
  1389.       ;;
  1390.     os2*)
  1391.       hardcode_libdir_flag_spec='-L$libdir'
  1392.       hardcode_minus_L=yes
  1393.       allow_undefined_flag=unsupported
  1394.       archive_cmds='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION "$libname"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
  1395.       old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  1396.       ;;
  1397.     osf3*)
  1398.       if test "$GCC" = yes; then
  1399. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1400. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1401.       else
  1402. allow_undefined_flag=' -expect_unresolved *'
  1403. archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1404.       fi
  1405.       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1406.       hardcode_libdir_separator=:
  1407.       ;;
  1408.     osf4* | osf5*) # as osf3* with the addition of -msym flag
  1409.       if test "$GCC" = yes; then
  1410. allow_undefined_flag=' ${wl}-expect_unresolved ${wl}*'
  1411. archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1412. hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1413.       else
  1414. allow_undefined_flag=' -expect_unresolved *'
  1415. archive_cmds='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
  1416. archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\n" -exported_symbol "$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
  1417. $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
  1418. # Both c and cxx compiler support -rpath directly
  1419. hardcode_libdir_flag_spec='-rpath $libdir'
  1420.       fi
  1421.       hardcode_libdir_separator=:
  1422.       ;;
  1423.     solaris*)
  1424.       no_undefined_flag=' -z text'
  1425.       if test "$GCC" = yes; then
  1426. wlarc='${wl}'
  1427. archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1428. archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1429.   $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
  1430.       else
  1431. wlarc=''
  1432. archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1433. archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/(.*)/1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
  1434.    $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
  1435.       fi
  1436.       hardcode_libdir_flag_spec='-R$libdir'
  1437.       hardcode_shlibpath_var=no
  1438.       case $host_os in
  1439.       solaris2.[0-5] | solaris2.[0-5].*) ;;
  1440.       *)
  1441. # The compiler driver will combine and reorder linker options,
  1442. # but understands `-z linker_flag'.  GCC discards it without `$wl',
  1443. # but is careful enough not to reorder.
  1444.   # Supported since Solaris 2.6 (maybe 2.5.1?)
  1445. if test "$GCC" = yes; then
  1446.   whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  1447. else
  1448.   whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
  1449. fi
  1450. ;;
  1451.       esac
  1452.       link_all_deplibs=yes
  1453.       ;;
  1454.     sunos4*)
  1455.       if test "x$host_vendor" = xsequent; then
  1456. # Use $CC to link under sequent, because it throws in some extra .o
  1457. # files that make .init and .fini sections work.
  1458. archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  1459.       else
  1460. archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  1461.       fi
  1462.       hardcode_libdir_flag_spec='-L$libdir'
  1463.       hardcode_direct=yes
  1464.       hardcode_minus_L=yes
  1465.       hardcode_shlibpath_var=no
  1466.       ;;
  1467.     sysv4)
  1468.       case $host_vendor in
  1469. sni)
  1470.   archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1471.   hardcode_direct=yes # is this really true???
  1472. ;;
  1473. siemens)
  1474.   ## LD is ld it makes a PLAMLIB
  1475.   ## CC just makes a GrossModule.
  1476.   archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1477.   reload_cmds='$CC -r -o $output$reload_objs'
  1478.   hardcode_direct=no
  1479.         ;;
  1480. motorola)
  1481.   archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1482.   hardcode_direct=no #Motorola manual says yes, but my tests say they lie
  1483. ;;
  1484.       esac
  1485.       runpath_var='LD_RUN_PATH'
  1486.       hardcode_shlibpath_var=no
  1487.       ;;
  1488.     sysv4.3*)
  1489.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1490.       hardcode_shlibpath_var=no
  1491.       export_dynamic_flag_spec='-Bexport'
  1492.       ;;
  1493.     sysv4*MP*)
  1494.       if test -d /usr/nec; then
  1495. archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1496. hardcode_shlibpath_var=no
  1497. runpath_var=LD_RUN_PATH
  1498. hardcode_runpath_var=yes
  1499. ld_shlibs=yes
  1500.       fi
  1501.       ;;
  1502.     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
  1503.       no_undefined_flag='${wl}-z,text'
  1504.       archive_cmds_need_lc=no
  1505.       hardcode_shlibpath_var=no
  1506.       runpath_var='LD_RUN_PATH'
  1507.       if test "$GCC" = yes; then
  1508. archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1509. archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1510.       else
  1511. archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1512. archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1513.       fi
  1514.       ;;
  1515.     sysv5* | sco3.2v5* | sco5v6*)
  1516.       # Note: We can NOT use -z defs as we might desire, because we do not
  1517.       # link with -lc, and that would cause any symbols used from libc to
  1518.       # always be unresolved, which means just about no library would
  1519.       # ever link correctly.  If we're not using GNU ld we use -z text
  1520.       # though, which does catch some bad symbols but isn't as heavy-handed
  1521.       # as -z defs.
  1522.       no_undefined_flag='${wl}-z,text'
  1523.       allow_undefined_flag='${wl}-z,nodefs'
  1524.       archive_cmds_need_lc=no
  1525.       hardcode_shlibpath_var=no
  1526.       hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
  1527.       hardcode_libdir_separator=':'
  1528.       link_all_deplibs=yes
  1529.       export_dynamic_flag_spec='${wl}-Bexport'
  1530.       runpath_var='LD_RUN_PATH'
  1531.       if test "$GCC" = yes; then
  1532. archive_cmds='$CC -shared ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1533. archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1534.       else
  1535. archive_cmds='$CC -G ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1536. archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1537.       fi
  1538.       ;;
  1539.     uts4*)
  1540.       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1541.       hardcode_libdir_flag_spec='-L$libdir'
  1542.       hardcode_shlibpath_var=no
  1543.       ;;
  1544.     *)
  1545.       ld_shlibs=no
  1546.       ;;
  1547.     esac
  1548.   fi
  1549. { echo "$as_me:$LINENO: result: $ld_shlibs" >&5
  1550. echo "${ECHO_T}$ld_shlibs" >&6; }
  1551. test "$ld_shlibs" = no && can_build_shared=no
  1552. #
  1553. # Do we need to explicitly link libc?
  1554. #
  1555. case "x$archive_cmds_need_lc" in
  1556. x|xyes)
  1557.   # Assume -lc should be added
  1558.   archive_cmds_need_lc=yes
  1559.   if test "$enable_shared" = yes && test "$GCC" = yes; then
  1560.     case $archive_cmds in
  1561.     *'~'*)
  1562.       # FIXME: we may have to deal with multi-command sequences.
  1563.       ;;
  1564.     '$CC '*)
  1565.       # Test whether the compiler implicitly links with -lc since on some
  1566.       # systems, -lgcc has to come before -lc. If gcc already passes -lc
  1567.       # to ld, don't add -lc before -lgcc.
  1568.       { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
  1569. echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
  1570.       $rm conftest*
  1571.       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1572.       if { (eval echo "$as_me:$LINENO: "$ac_compile"") >&5
  1573.   (eval $ac_compile) 2>&5
  1574.   ac_status=$?
  1575.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1576.   (exit $ac_status); } 2>conftest.err; then
  1577.         soname=conftest
  1578.         lib=conftest
  1579.         libobjs=conftest.$ac_objext
  1580.         deplibs=
  1581.         wl=$lt_prog_compiler_wl
  1582. pic_flag=$lt_prog_compiler_pic
  1583.         compiler_flags=-v
  1584.         linker_flags=-v
  1585.         verstring=
  1586.         output_objdir=.
  1587.         libname=conftest
  1588.         lt_save_allow_undefined_flag=$allow_undefined_flag
  1589.         allow_undefined_flag=
  1590.         if { (eval echo "$as_me:$LINENO: "$archive_cmds 2>&1 | grep " -lc " >/dev/null 2>&1"") >&5
  1591.   (eval $archive_cmds 2>&1 | grep " -lc " >/dev/null 2>&1) 2>&5
  1592.   ac_status=$?
  1593.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  1594.   (exit $ac_status); }
  1595.         then
  1596.   archive_cmds_need_lc=no
  1597.         else
  1598.   archive_cmds_need_lc=yes
  1599.         fi
  1600.         allow_undefined_flag=$lt_save_allow_undefined_flag
  1601.       else
  1602.         cat conftest.err 1>&5
  1603.       fi
  1604.       $rm conftest*
  1605.       { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
  1606. echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
  1607.       ;;
  1608.     esac
  1609.   fi
  1610.   ;;
  1611. esac
  1612. { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
  1613. echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
  1614. library_names_spec=
  1615. libname_spec='lib$name'
  1616. soname_spec=
  1617. shrext_cmds=".so"
  1618. postinstall_cmds=
  1619. postuninstall_cmds=
  1620. finish_cmds=
  1621. finish_eval=
  1622. shlibpath_var=
  1623. shlibpath_overrides_runpath=unknown
  1624. version_type=none
  1625. dynamic_linker="$host_os ld.so"
  1626. sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1627. if test "$GCC" = yes; then
  1628.   case $host_os in
  1629.     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
  1630.     *) lt_awk_arg="/^libraries:/" ;;
  1631.   esac
  1632.   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1633.   if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
  1634.     # if the path contains ";" then we assume it to be the separator
  1635.     # otherwise default to the standard path separator (i.e. ":") - it is
  1636.     # assumed that no part of a normal pathname contains ";" but that should
  1637.     # okay in the real world where ";" in dirpaths is itself problematic.
  1638.     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
  1639.   else
  1640.     lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1641.   fi
  1642.   # Ok, now we have the path, separated by spaces, we can step through it
  1643.   # and add multilib dir if necessary.
  1644.   lt_tmp_lt_search_path_spec=
  1645.   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
  1646.   for lt_sys_path in $lt_search_path_spec; do
  1647.     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
  1648.       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
  1649.     else
  1650.       test -d "$lt_sys_path" && 
  1651. lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
  1652.     fi
  1653.   done
  1654.   lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
  1655. BEGIN {RS=" "; FS="/|n";} {
  1656.   lt_foo="";
  1657.   lt_count=0;
  1658.   for (lt_i = NF; lt_i > 0; lt_i--) {
  1659.     if ($lt_i != "" && $lt_i != ".") {
  1660.       if ($lt_i == "..") {
  1661.         lt_count++;
  1662.       } else {
  1663.         if (lt_count == 0) {
  1664.           lt_foo="/" $lt_i lt_foo;
  1665.         } else {
  1666.           lt_count--;
  1667.         }
  1668.       }
  1669.     }
  1670.   }
  1671.   if (lt_foo != "") { lt_freq[lt_foo]++; }
  1672.   if (lt_freq[lt_foo] == 1) { print lt_foo; }
  1673. }'`
  1674.   sys_lib_search_path_spec=`echo $lt_search_path_spec`
  1675. else
  1676.   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1677. fi
  1678. need_lib_prefix=unknown
  1679. hardcode_into_libs=no
  1680. # when you set need_version to no, make sure it does not cause -set_version
  1681. # flags to be left without arguments
  1682. need_version=unknown
  1683. case $host_os in
  1684. aix3*)
  1685.   version_type=linux
  1686.   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  1687.   shlibpath_var=LIBPATH
  1688.   # AIX 3 has no versioning support, so we append a major version to the name.
  1689.   soname_spec='${libname}${release}${shared_ext}$major'
  1690.   ;;
  1691. aix4* | aix5*)
  1692.   version_type=linux
  1693.   need_lib_prefix=no
  1694.   need_version=no
  1695.   hardcode_into_libs=yes
  1696.   if test "$host_cpu" = ia64; then
  1697.     # AIX 5 supports IA64
  1698.     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1699.     shlibpath_var=LD_LIBRARY_PATH
  1700.   else
  1701.     # With GCC up to 2.95.x, collect2 would create an import file
  1702.     # for dependence libraries.  The import file would start with
  1703.     # the line `#! .'.  This would cause the generated library to
  1704.     # depend on `.', always an invalid library.  This was fixed in
  1705.     # development snapshots of GCC prior to 3.0.
  1706.     case $host_os in
  1707.       aix4 | aix4.[01] | aix4.[01].*)
  1708.       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1709.    echo ' yes '
  1710.    echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
  1711. :
  1712.       else
  1713. can_build_shared=no
  1714.       fi
  1715.       ;;
  1716.     esac
  1717.     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1718.     # soname into executable. Probably we can add versioning support to
  1719.     # collect2, so additional links can be useful in future.
  1720.     if test "$aix_use_runtimelinking" = yes; then
  1721.       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1722.       # instead of lib<name>.a to let people know that these are not
  1723.       # typical AIX shared libraries.
  1724.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1725.     else
  1726.       # We preserve .a as extension for shared libraries through AIX4.2
  1727.       # and later when we are not doing run time linking.
  1728.       library_names_spec='${libname}${release}.a $libname.a'
  1729.       soname_spec='${libname}${release}${shared_ext}$major'
  1730.     fi
  1731.     shlibpath_var=LIBPATH
  1732.   fi
  1733.   ;;
  1734. amigaos*)
  1735.   library_names_spec='$libname.ixlibrary $libname.a'
  1736.   # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1737.   finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '''s%^.*/([^/]*).ixlibrary$%1%'''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
  1738.   ;;
  1739. beos*)
  1740.   library_names_spec='${libname}${shared_ext}'
  1741.   dynamic_linker="$host_os ld.so"
  1742.   shlibpath_var=LIBRARY_PATH
  1743.   ;;
  1744. bsdi[45]*)
  1745.   version_type=linux
  1746.   need_version=no
  1747.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1748.   soname_spec='${libname}${release}${shared_ext}$major'
  1749.   finish_cmds='PATH="$PATH:/sbin" ldconfig $libdir'
  1750.   shlibpath_var=LD_LIBRARY_PATH
  1751.   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1752.   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1753.   # the default ld.so.conf also contains /usr/contrib/lib and
  1754.   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1755.   # libtool to hard-code these into programs
  1756.   ;;
  1757. cygwin* | mingw* | pw32*)
  1758.   version_type=windows
  1759.   shrext_cmds=".dll"
  1760.   need_version=no
  1761.   need_lib_prefix=no
  1762.   case $GCC,$host_os in
  1763.   yes,cygwin* | yes,mingw* | yes,pw32*)
  1764.     library_names_spec='$libname.dll.a'
  1765.     # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1766.     postinstall_cmds='base_file=`basename ${file}`~
  1767.       dlpath=`$SHELL 2>&1 -c '''. $dir/'''${base_file}'''i;echo $dlname'''`~
  1768.       dldir=$destdir/`dirname $dlpath`~
  1769.       test -d $dldir || mkdir -p $dldir~
  1770.       $install_prog $dir/$dlname $dldir/$dlname~
  1771.       chmod a+x $dldir/$dlname'
  1772.     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '''. $file; echo $dlname'''`~
  1773.       dlpath=$dir/$dldll~
  1774.        $rm $dlpath'
  1775.     shlibpath_overrides_runpath=yes
  1776.     case $host_os in
  1777.     cygwin*)
  1778.       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1779.       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1780.       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
  1781.       ;;
  1782.     mingw*)
  1783.       # MinGW DLLs use traditional 'lib' prefix
  1784.       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1785.       sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
  1786.       if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
  1787.         # It is most probably a Windows format PATH printed by
  1788.         # mingw gcc, but we are running on Cygwin. Gcc prints its search
  1789.         # path with ; separators, and with drive letters. We can handle the
  1790.         # drive letters (cygwin fileutils understands them), so leave them,
  1791.         # especially as we might pass files found there to a mingw objdump,
  1792.         # which wouldn't understand a cygwinified path. Ahh.
  1793.         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
  1794.       else
  1795.         sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
  1796.       fi
  1797.       ;;
  1798.     pw32*)
  1799.       # pw32 DLLs use 'pw' prefix rather than 'lib'
  1800.       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
  1801.       ;;
  1802.     esac
  1803.     ;;
  1804.   *)
  1805.     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
  1806.     ;;
  1807.   esac
  1808.   dynamic_linker='Win32 ld.exe'
  1809.   # FIXME: first we should search . and the directory the executable is in
  1810.   shlibpath_var=PATH
  1811.   ;;
  1812. darwin* | rhapsody*)
  1813.   dynamic_linker="$host_os dyld"
  1814.   version_type=darwin
  1815.   need_lib_prefix=no
  1816.   need_version=no
  1817.   library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  1818.   soname_spec='${libname}${release}${major}$shared_ext'
  1819.   shlibpath_overrides_runpath=yes
  1820.   shlibpath_var=DYLD_LIBRARY_PATH
  1821.   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  1822.   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
  1823.   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1824.   ;;
  1825. dgux*)
  1826.   version_type=linux
  1827.   need_lib_prefix=no
  1828.   need_version=no
  1829.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  1830.   soname_spec='${libname}${release}${shared_ext}$major'
  1831.   shlibpath_var=LD_LIBRARY_PATH
  1832.   ;;
  1833. freebsd1*)
  1834.   dynamic_linker=no
  1835.   ;;
  1836. freebsd* | dragonfly*)
  1837.   # DragonFly does not have aout.  When/if they implement a new
  1838.   # versioning mechanism, adjust this.
  1839.   if test -x /usr/bin/objformat; then
  1840.     objformat=`/usr/bin/objformat`
  1841.   else
  1842.     case $host_os in
  1843.     freebsd[123]*) objformat=aout ;;
  1844.     *) objformat=elf ;;
  1845.     esac
  1846.   fi
  1847.   version_type=freebsd-$objformat
  1848.   case $version_type in
  1849.     freebsd-elf*)
  1850.       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1851.       need_version=no
  1852.       need_lib_prefix=no
  1853.       ;;
  1854.     freebsd-*)
  1855.       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  1856.       need_version=yes
  1857.       ;;
  1858.   esac
  1859.   shlibpath_var=LD_LIBRARY_PATH
  1860.   case $host_os in
  1861.   freebsd2*)
  1862.     shlibpath_overrides_runpath=yes
  1863.     ;;
  1864.   freebsd3.[01]* | freebsdelf3.[01]*)
  1865.     shlibpath_overrides_runpath=yes
  1866.     hardcode_into_libs=yes
  1867.     ;;
  1868.   freebsd3.[2-9]* | freebsdelf3.[2-9]* | 
  1869.   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
  1870.     shlibpath_overrides_runpath=no
  1871.     hardcode_into_libs=yes
  1872.     ;;
  1873.   *) # from 4.6 on, and DragonFly
  1874.     shlibpath_overrides_runpath=yes
  1875.     hardcode_into_libs=yes
  1876.     ;;
  1877.   esac
  1878.   ;;
  1879. gnu*)
  1880.   version_type=linux
  1881.   need_lib_prefix=no
  1882.   need_version=no
  1883.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1884.   soname_spec='${libname}${release}${shared_ext}$major'
  1885.   shlibpath_var=LD_LIBRARY_PATH
  1886.   hardcode_into_libs=yes
  1887.   ;;
  1888. hpux9* | hpux10* | hpux11*)
  1889.   # Give a soname corresponding to the major version so that dld.sl refuses to
  1890.   # link against other versions.
  1891.   version_type=sunos
  1892.   need_lib_prefix=no
  1893.   need_version=no
  1894.   case $host_cpu in
  1895.   ia64*)
  1896.     shrext_cmds='.so'
  1897.     hardcode_into_libs=yes
  1898.     dynamic_linker="$host_os dld.so"
  1899.     shlibpath_var=LD_LIBRARY_PATH
  1900.     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1901.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1902.     soname_spec='${libname}${release}${shared_ext}$major'
  1903.     if test "X$HPUX_IA64_MODE" = X32; then
  1904.       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  1905.     else
  1906.       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  1907.     fi
  1908.     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1909.     ;;
  1910.    hppa*64*)
  1911.      shrext_cmds='.sl'
  1912.      hardcode_into_libs=yes
  1913.      dynamic_linker="$host_os dld.sl"
  1914.      shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  1915.      shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1916.      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1917.      soname_spec='${libname}${release}${shared_ext}$major'
  1918.      sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  1919.      sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1920.      ;;
  1921.    *)
  1922.     shrext_cmds='.sl'
  1923.     dynamic_linker="$host_os dld.sl"
  1924.     shlibpath_var=SHLIB_PATH
  1925.     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1926.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1927.     soname_spec='${libname}${release}${shared_ext}$major'
  1928.     ;;
  1929.   esac
  1930.   # HP-UX runs *really* slowly unless shared libraries are mode 555.
  1931.   postinstall_cmds='chmod 555 $lib'
  1932.   ;;
  1933. interix[3-9]*)
  1934.   version_type=linux
  1935.   need_lib_prefix=no
  1936.   need_version=no
  1937.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1938.   soname_spec='${libname}${release}${shared_ext}$major'
  1939.   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
  1940.   shlibpath_var=LD_LIBRARY_PATH
  1941.   shlibpath_overrides_runpath=no
  1942.   hardcode_into_libs=yes
  1943.   ;;
  1944. irix5* | irix6* | nonstopux*)
  1945.   case $host_os in
  1946.     nonstopux*) version_type=nonstopux ;;
  1947.     *)
  1948. if test "$lt_cv_prog_gnu_ld" = yes; then
  1949. version_type=linux
  1950. else
  1951. version_type=irix
  1952. fi ;;
  1953.   esac
  1954.   need_lib_prefix=no
  1955.   need_version=no
  1956.   soname_spec='${libname}${release}${shared_ext}$major'
  1957.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  1958.   case $host_os in
  1959.   irix5* | nonstopux*)
  1960.     libsuff= shlibsuff=
  1961.     ;;
  1962.   *)
  1963.     case $LD in # libtool.m4 will add one of these switches to LD
  1964.     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  1965.       libsuff= shlibsuff= libmagic=32-bit;;
  1966.     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  1967.       libsuff=32 shlibsuff=N32 libmagic=N32;;
  1968.     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  1969.       libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1970.     *) libsuff= shlibsuff= libmagic=never-match;;
  1971.     esac
  1972.     ;;
  1973.   esac
  1974.   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1975.   shlibpath_overrides_runpath=no
  1976.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1977.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1978.   hardcode_into_libs=yes
  1979.   ;;
  1980. # No shared lib support for Linux oldld, aout, or coff.
  1981. linux*oldld* | linux*aout* | linux*coff*)
  1982.   dynamic_linker=no
  1983.   ;;
  1984. # This must be Linux ELF.
  1985. linux* | k*bsd*-gnu)
  1986.   version_type=linux
  1987.   need_lib_prefix=no
  1988.   need_version=no
  1989.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1990.   soname_spec='${libname}${release}${shared_ext}$major'
  1991.   finish_cmds='PATH="$PATH:/sbin" ldconfig -n $libdir'
  1992.   shlibpath_var=LD_LIBRARY_PATH
  1993.   shlibpath_overrides_runpath=no
  1994.   # This implies no fast_install, which is unacceptable.
  1995.   # Some rework will be needed to allow for fast_install
  1996.   # before this can be enabled.
  1997.   hardcode_into_libs=yes
  1998.   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1999.   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  2000.   # Append ld.so.conf contents to the search path
  2001.   if test -f /etc/ld.so.conf; then
  2002.     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", $2)); skip = 1; } { if (!skip) print $0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[  ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr 'n' ' '`
  2003.     sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
  2004.   fi
  2005.   # We used to test for /lib/ld.so.1 and disable shared libraries on
  2006.   # powerpc, because MkLinux only supported shared libraries with the
  2007.   # GNU dynamic linker.  Since this was broken with cross compilers,
  2008.   # most powerpc-linux boxes support dynamic linking these days and
  2009.   # people can always --disable-shared, the test was removed, and we
  2010.   # assume the GNU/Linux dynamic linker is in use.
  2011.   dynamic_linker='GNU/Linux ld.so'
  2012.   ;;
  2013. netbsd*)
  2014.   version_type=sunos
  2015.   need_lib_prefix=no
  2016.   need_version=no
  2017.   if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
  2018.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2019.     finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  2020.     dynamic_linker='NetBSD (a.out) ld.so'
  2021.   else
  2022.     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  2023.     soname_spec='${libname}${release}${shared_ext}$major'
  2024.     dynamic_linker='NetBSD ld.elf_so'
  2025.   fi
  2026.   shlibpath_var=LD_LIBRARY_PATH
  2027.   shlibpath_overrides_runpath=yes
  2028.   hardcode_into_libs=yes
  2029.   ;;
  2030. newsos6)
  2031.   version_type=linux
  2032.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2033.   shlibpath_var=LD_LIBRARY_PATH
  2034.   shlibpath_overrides_runpath=yes
  2035.   ;;
  2036. nto-qnx*)
  2037.   version_type=linux
  2038.   need_lib_prefix=no
  2039.   need_version=no
  2040.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2041.   soname_spec='${libname}${release}${shared_ext}$major'
  2042.   shlibpath_var=LD_LIBRARY_PATH
  2043.   shlibpath_overrides_runpath=yes
  2044.   ;;
  2045. openbsd*)
  2046.   version_type=sunos
  2047.   sys_lib_dlsearch_path_spec="/usr/lib"
  2048.   need_lib_prefix=no
  2049.   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  2050.   case $host_os in
  2051.     openbsd3.3 | openbsd3.3.*) need_version=yes ;;
  2052.     *)                         need_version=no  ;;
  2053.   esac
  2054.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2055.   finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
  2056.   shlibpath_var=LD_LIBRARY_PATH
  2057.   if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  2058.     case $host_os in
  2059.       openbsd2.[89] | openbsd2.[89].*)
  2060. shlibpath_overrides_runpath=no
  2061. ;;
  2062.       *)
  2063. shlibpath_overrides_runpath=yes
  2064. ;;
  2065.       esac
  2066.   else
  2067.     shlibpath_overrides_runpath=yes
  2068.   fi
  2069.   ;;
  2070. os2*)
  2071.   libname_spec='$name'
  2072.   shrext_cmds=".dll"
  2073.   need_lib_prefix=no
  2074.   library_names_spec='$libname${shared_ext} $libname.a'
  2075.   dynamic_linker='OS/2 ld.exe'
  2076.   shlibpath_var=LIBPATH
  2077.   ;;
  2078. osf3* | osf4* | osf5*)
  2079.   version_type=osf
  2080.   need_lib_prefix=no
  2081.   need_version=no
  2082.   soname_spec='${libname}${release}${shared_ext}$major'
  2083.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2084.   shlibpath_var=LD_LIBRARY_PATH
  2085.   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  2086.   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  2087.   ;;
  2088. rdos*)
  2089.   dynamic_linker=no
  2090.   ;;
  2091. solaris*)
  2092.   version_type=linux
  2093.   need_lib_prefix=no
  2094.   need_version=no
  2095.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2096.   soname_spec='${libname}${release}${shared_ext}$major'
  2097.   shlibpath_var=LD_LIBRARY_PATH
  2098.   shlibpath_overrides_runpath=yes
  2099.   hardcode_into_libs=yes
  2100.   # ldd complains unless libraries are executable
  2101.   postinstall_cmds='chmod +x $lib'
  2102.   ;;
  2103. sunos4*)
  2104.   version_type=sunos
  2105.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  2106.   finish_cmds='PATH="$PATH:/usr/etc" ldconfig $libdir'
  2107.   shlibpath_var=LD_LIBRARY_PATH
  2108.   shlibpath_overrides_runpath=yes
  2109.   if test "$with_gnu_ld" = yes; then
  2110.     need_lib_prefix=no
  2111.   fi
  2112.   need_version=yes
  2113.   ;;
  2114. sysv4 | sysv4.3*)
  2115.   version_type=linux
  2116.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2117.   soname_spec='${libname}${release}${shared_ext}$major'
  2118.   shlibpath_var=LD_LIBRARY_PATH
  2119.   case $host_vendor in
  2120.     sni)
  2121.       shlibpath_overrides_runpath=no
  2122.       need_lib_prefix=no
  2123.       export_dynamic_flag_spec='${wl}-Blargedynsym'
  2124.       runpath_var=LD_RUN_PATH
  2125.       ;;
  2126.     siemens)
  2127.       need_lib_prefix=no
  2128.       ;;
  2129.     motorola)
  2130.       need_lib_prefix=no
  2131.       need_version=no
  2132.       shlibpath_overrides_runpath=no
  2133.       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  2134.       ;;
  2135.   esac
  2136.   ;;
  2137. sysv4*MP*)
  2138.   if test -d /usr/nec ;then
  2139.     version_type=linux
  2140.     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  2141.     soname_spec='$libname${shared_ext}.$major'
  2142.     shlibpath_var=LD_LIBRARY_PATH
  2143.   fi
  2144.   ;;
  2145. sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  2146.   version_type=freebsd-elf
  2147.   need_lib_prefix=no
  2148.   need_version=no
  2149.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  2150.   soname_spec='${libname}${release}${shared_ext}$major'
  2151.   shlibpath_var=LD_LIBRARY_PATH
  2152.   hardcode_into_libs=yes
  2153.   if test "$with_gnu_ld" = yes; then
  2154.     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  2155.     shlibpath_overrides_runpath=no
  2156.   else
  2157.     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  2158.     shlibpath_overrides_runpath=yes
  2159.     case $host_os in
  2160.       sco3.2v5*)
  2161.         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  2162. ;;
  2163.     esac
  2164.   fi
  2165.   sys_lib_dlsearch_path_spec='/usr/lib'
  2166.   ;;
  2167. uts4*)
  2168.   version_type=linux
  2169.   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  2170.   soname_spec='${libname}${release}${shared_ext}$major'
  2171.   shlibpath_var=LD_LIBRARY_PATH
  2172.   ;;
  2173. *)
  2174.   dynamic_linker=no
  2175.   ;;
  2176. esac
  2177. { echo "$as_me:$LINENO: result: $dynamic_linker" >&5
  2178. echo "${ECHO_T}$dynamic_linker" >&6; }
  2179. test "$dynamic_linker" = no && can_build_shared=no
  2180. variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  2181. if test "$GCC" = yes; then
  2182.   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  2183. fi
  2184. { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
  2185. echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
  2186. hardcode_action=
  2187. if test -n "$hardcode_libdir_flag_spec" || 
  2188.    test -n "$runpath_var" || 
  2189.    test "X$hardcode_automatic" = "Xyes" ; then
  2190.   # We can hardcode non-existant directories.
  2191.   if test "$hardcode_direct" != no &&
  2192.      # If the only mechanism to avoid hardcoding is shlibpath_var, we
  2193.      # have to relink, otherwise we might link with an installed library
  2194.      # when we should be linking with a yet-to-be-installed one
  2195.      ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
  2196.      test "$hardcode_minus_L" != no; then
  2197.     # Linking always hardcodes the temporary library directory.
  2198.     hardcode_action=relink
  2199.   else
  2200.     # We can link without hardcoding, and we can hardcode nonexisting dirs.
  2201.     hardcode_action=immediate
  2202.   fi
  2203. else
  2204.   # We cannot hardcode anything, or else we can only hardcode existing
  2205.   # directories.
  2206.   hardcode_action=unsupported
  2207. fi
  2208. { echo "$as_me:$LINENO: result: $hardcode_action" >&5
  2209. echo "${ECHO_T}$hardcode_action" >&6; }
  2210. if test "$hardcode_action" = relink; then
  2211.   # Fast installation is not supported
  2212.   enable_fast_install=no
  2213. elif test "$shlibpath_overrides_runpath" = yes ||
  2214.      test "$enable_shared" = no; then
  2215.   # Fast installation is not necessary
  2216.   enable_fast_install=needless
  2217. fi
  2218. striplib=
  2219. old_striplib=
  2220. { echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
  2221. echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
  2222. if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
  2223.   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  2224.   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  2225.   { echo "$as_me:$LINENO: result: yes" >&5
  2226. echo "${ECHO_T}yes" >&6; }
  2227. else
  2228. # FIXME - insert some real tests, host_os isn't really good enough
  2229.   case $host_os in
  2230.    darwin*)
  2231.        if test -n "$STRIP" ; then
  2232.          striplib="$STRIP -x"
  2233.          old_striplib="$STRIP -S"
  2234.          { echo "$as_me:$LINENO: result: yes" >&5
  2235. echo "${ECHO_T}yes" >&6; }
  2236.        else
  2237.   { echo "$as_me:$LINENO: result: no" >&5
  2238. echo "${ECHO_T}no" >&6; }
  2239. fi
  2240.        ;;
  2241.    *)
  2242.   { echo "$as_me:$LINENO: result: no" >&5
  2243. echo "${ECHO_T}no" >&6; }
  2244.     ;;
  2245.   esac
  2246. fi
  2247. if test "x$enable_dlopen" != xyes; then
  2248.   enable_dlopen=unknown
  2249.   enable_dlopen_self=unknown
  2250.   enable_dlopen_self_static=unknown
  2251. else
  2252.   lt_cv_dlopen=no
  2253.   lt_cv_dlopen_libs=
  2254.   case $host_os in
  2255.   beos*)
  2256.     lt_cv_dlopen="load_add_on"
  2257.     lt_cv_dlopen_libs=
  2258.     lt_cv_dlopen_self=yes
  2259.     ;;
  2260.   mingw* | pw32*)
  2261.     lt_cv_dlopen="LoadLibrary"
  2262.     lt_cv_dlopen_libs=
  2263.    ;;
  2264.   cygwin*)
  2265.     lt_cv_dlopen="dlopen"
  2266.     lt_cv_dlopen_libs=
  2267.    ;;
  2268.   darwin*)
  2269.   # if libdl is installed we need to link against it
  2270.     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  2271. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
  2272. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  2273.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2274. else
  2275.   ac_check_lib_save_LIBS=$LIBS
  2276. LIBS="-ldl  $LIBS"
  2277. cat >conftest.$ac_ext <<_ACEOF
  2278. /* confdefs.h.  */
  2279. _ACEOF
  2280. cat confdefs.h >>conftest.$ac_ext
  2281. cat >>conftest.$ac_ext <<_ACEOF
  2282. /* end confdefs.h.  */
  2283. /* Override any GCC internal prototype to avoid an error.
  2284.    Use char because int might match the return type of a GCC
  2285.    builtin and then its argument prototype would still apply.  */
  2286. #ifdef __cplusplus
  2287. extern "C"
  2288. #endif
  2289. char dlopen ();
  2290. int
  2291. main ()
  2292. {
  2293. return dlopen ();
  2294.   ;
  2295.   return 0;
  2296. }
  2297. _ACEOF
  2298. rm -f conftest.$ac_objext conftest$ac_exeext
  2299. if { (ac_try="$ac_link"
  2300. case "(($ac_try" in
  2301.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2302.   *) ac_try_echo=$ac_try;;
  2303. esac
  2304. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2305.   (eval "$ac_link") 2>conftest.er1
  2306.   ac_status=$?
  2307.   grep -v '^ *+' conftest.er1 >conftest.err
  2308.   rm -f conftest.er1
  2309.   cat conftest.err >&5
  2310.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2311.   (exit $ac_status); } && {
  2312.  test -z "$ac_c_werror_flag" ||
  2313.  test ! -s conftest.err
  2314.        } && test -s conftest$ac_exeext &&
  2315.        $as_test_x conftest$ac_exeext; then
  2316.   ac_cv_lib_dl_dlopen=yes
  2317. else
  2318.   echo "$as_me: failed program was:" >&5
  2319. sed 's/^/| /' conftest.$ac_ext >&5
  2320. ac_cv_lib_dl_dlopen=no
  2321. fi
  2322. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2323.       conftest$ac_exeext conftest.$ac_ext
  2324. LIBS=$ac_check_lib_save_LIBS
  2325. fi
  2326. { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  2327. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
  2328. if test $ac_cv_lib_dl_dlopen = yes; then
  2329.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  2330. else
  2331.     lt_cv_dlopen="dyld"
  2332.     lt_cv_dlopen_libs=
  2333.     lt_cv_dlopen_self=yes
  2334. fi
  2335.    ;;
  2336.   *)
  2337.     { echo "$as_me:$LINENO: checking for shl_load" >&5
  2338. echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
  2339. if test "${ac_cv_func_shl_load+set}" = set; then
  2340.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2341. else
  2342.   cat >conftest.$ac_ext <<_ACEOF
  2343. /* confdefs.h.  */
  2344. _ACEOF
  2345. cat confdefs.h >>conftest.$ac_ext
  2346. cat >>conftest.$ac_ext <<_ACEOF
  2347. /* end confdefs.h.  */
  2348. /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
  2349.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2350. #define shl_load innocuous_shl_load
  2351. /* System header to define __stub macros and hopefully few prototypes,
  2352.     which can conflict with char shl_load (); below.
  2353.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2354.     <limits.h> exists even on freestanding compilers.  */
  2355. #ifdef __STDC__
  2356. # include <limits.h>
  2357. #else
  2358. # include <assert.h>
  2359. #endif
  2360. #undef shl_load
  2361. /* Override any GCC internal prototype to avoid an error.
  2362.    Use char because int might match the return type of a GCC
  2363.    builtin and then its argument prototype would still apply.  */
  2364. #ifdef __cplusplus
  2365. extern "C"
  2366. #endif
  2367. char shl_load ();
  2368. /* The GNU C library defines this for functions which it implements
  2369.     to always fail with ENOSYS.  Some functions are actually named
  2370.     something starting with __ and the normal name is an alias.  */
  2371. #if defined __stub_shl_load || defined __stub___shl_load
  2372. choke me
  2373. #endif
  2374. int
  2375. main ()
  2376. {
  2377. return shl_load ();
  2378.   ;
  2379.   return 0;
  2380. }
  2381. _ACEOF
  2382. rm -f conftest.$ac_objext conftest$ac_exeext
  2383. if { (ac_try="$ac_link"
  2384. case "(($ac_try" in
  2385.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2386.   *) ac_try_echo=$ac_try;;
  2387. esac
  2388. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2389.   (eval "$ac_link") 2>conftest.er1
  2390.   ac_status=$?
  2391.   grep -v '^ *+' conftest.er1 >conftest.err
  2392.   rm -f conftest.er1
  2393.   cat conftest.err >&5
  2394.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2395.   (exit $ac_status); } && {
  2396.  test -z "$ac_c_werror_flag" ||
  2397.  test ! -s conftest.err
  2398.        } && test -s conftest$ac_exeext &&
  2399.        $as_test_x conftest$ac_exeext; then
  2400.   ac_cv_func_shl_load=yes
  2401. else
  2402.   echo "$as_me: failed program was:" >&5
  2403. sed 's/^/| /' conftest.$ac_ext >&5
  2404. ac_cv_func_shl_load=no
  2405. fi
  2406. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2407.       conftest$ac_exeext conftest.$ac_ext
  2408. fi
  2409. { echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
  2410. echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
  2411. if test $ac_cv_func_shl_load = yes; then
  2412.   lt_cv_dlopen="shl_load"
  2413. else
  2414.   { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
  2415. echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
  2416. if test "${ac_cv_lib_dld_shl_load+set}" = set; then
  2417.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2418. else
  2419.   ac_check_lib_save_LIBS=$LIBS
  2420. LIBS="-ldld  $LIBS"
  2421. cat >conftest.$ac_ext <<_ACEOF
  2422. /* confdefs.h.  */
  2423. _ACEOF
  2424. cat confdefs.h >>conftest.$ac_ext
  2425. cat >>conftest.$ac_ext <<_ACEOF
  2426. /* end confdefs.h.  */
  2427. /* Override any GCC internal prototype to avoid an error.
  2428.    Use char because int might match the return type of a GCC
  2429.    builtin and then its argument prototype would still apply.  */
  2430. #ifdef __cplusplus
  2431. extern "C"
  2432. #endif
  2433. char shl_load ();
  2434. int
  2435. main ()
  2436. {
  2437. return shl_load ();
  2438.   ;
  2439.   return 0;
  2440. }
  2441. _ACEOF
  2442. rm -f conftest.$ac_objext conftest$ac_exeext
  2443. if { (ac_try="$ac_link"
  2444. case "(($ac_try" in
  2445.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2446.   *) ac_try_echo=$ac_try;;
  2447. esac
  2448. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2449.   (eval "$ac_link") 2>conftest.er1
  2450.   ac_status=$?
  2451.   grep -v '^ *+' conftest.er1 >conftest.err
  2452.   rm -f conftest.er1
  2453.   cat conftest.err >&5
  2454.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2455.   (exit $ac_status); } && {
  2456.  test -z "$ac_c_werror_flag" ||
  2457.  test ! -s conftest.err
  2458.        } && test -s conftest$ac_exeext &&
  2459.        $as_test_x conftest$ac_exeext; then
  2460.   ac_cv_lib_dld_shl_load=yes
  2461. else
  2462.   echo "$as_me: failed program was:" >&5
  2463. sed 's/^/| /' conftest.$ac_ext >&5
  2464. ac_cv_lib_dld_shl_load=no
  2465. fi
  2466. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2467.       conftest$ac_exeext conftest.$ac_ext
  2468. LIBS=$ac_check_lib_save_LIBS
  2469. fi
  2470. { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
  2471. echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
  2472. if test $ac_cv_lib_dld_shl_load = yes; then
  2473.   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-dld"
  2474. else
  2475.   { echo "$as_me:$LINENO: checking for dlopen" >&5
  2476. echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
  2477. if test "${ac_cv_func_dlopen+set}" = set; then
  2478.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2479. else
  2480.   cat >conftest.$ac_ext <<_ACEOF
  2481. /* confdefs.h.  */
  2482. _ACEOF
  2483. cat confdefs.h >>conftest.$ac_ext
  2484. cat >>conftest.$ac_ext <<_ACEOF
  2485. /* end confdefs.h.  */
  2486. /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
  2487.    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
  2488. #define dlopen innocuous_dlopen
  2489. /* System header to define __stub macros and hopefully few prototypes,
  2490.     which can conflict with char dlopen (); below.
  2491.     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2492.     <limits.h> exists even on freestanding compilers.  */
  2493. #ifdef __STDC__
  2494. # include <limits.h>
  2495. #else
  2496. # include <assert.h>
  2497. #endif
  2498. #undef dlopen
  2499. /* Override any GCC internal prototype to avoid an error.
  2500.    Use char because int might match the return type of a GCC
  2501.    builtin and then its argument prototype would still apply.  */
  2502. #ifdef __cplusplus
  2503. extern "C"
  2504. #endif
  2505. char dlopen ();
  2506. /* The GNU C library defines this for functions which it implements
  2507.     to always fail with ENOSYS.  Some functions are actually named
  2508.     something starting with __ and the normal name is an alias.  */
  2509. #if defined __stub_dlopen || defined __stub___dlopen
  2510. choke me
  2511. #endif
  2512. int
  2513. main ()
  2514. {
  2515. return dlopen ();
  2516.   ;
  2517.   return 0;
  2518. }
  2519. _ACEOF
  2520. rm -f conftest.$ac_objext conftest$ac_exeext
  2521. if { (ac_try="$ac_link"
  2522. case "(($ac_try" in
  2523.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2524.   *) ac_try_echo=$ac_try;;
  2525. esac
  2526. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2527.   (eval "$ac_link") 2>conftest.er1
  2528.   ac_status=$?
  2529.   grep -v '^ *+' conftest.er1 >conftest.err
  2530.   rm -f conftest.er1
  2531.   cat conftest.err >&5
  2532.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2533.   (exit $ac_status); } && {
  2534.  test -z "$ac_c_werror_flag" ||
  2535.  test ! -s conftest.err
  2536.        } && test -s conftest$ac_exeext &&
  2537.        $as_test_x conftest$ac_exeext; then
  2538.   ac_cv_func_dlopen=yes
  2539. else
  2540.   echo "$as_me: failed program was:" >&5
  2541. sed 's/^/| /' conftest.$ac_ext >&5
  2542. ac_cv_func_dlopen=no
  2543. fi
  2544. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2545.       conftest$ac_exeext conftest.$ac_ext
  2546. fi
  2547. { echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
  2548. echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
  2549. if test $ac_cv_func_dlopen = yes; then
  2550.   lt_cv_dlopen="dlopen"
  2551. else
  2552.   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
  2553. echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
  2554. if test "${ac_cv_lib_dl_dlopen+set}" = set; then
  2555.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2556. else
  2557.   ac_check_lib_save_LIBS=$LIBS
  2558. LIBS="-ldl  $LIBS"
  2559. cat >conftest.$ac_ext <<_ACEOF
  2560. /* confdefs.h.  */
  2561. _ACEOF
  2562. cat confdefs.h >>conftest.$ac_ext
  2563. cat >>conftest.$ac_ext <<_ACEOF
  2564. /* end confdefs.h.  */
  2565. /* Override any GCC internal prototype to avoid an error.
  2566.    Use char because int might match the return type of a GCC
  2567.    builtin and then its argument prototype would still apply.  */
  2568. #ifdef __cplusplus
  2569. extern "C"
  2570. #endif
  2571. char dlopen ();
  2572. int
  2573. main ()
  2574. {
  2575. return dlopen ();
  2576.   ;
  2577.   return 0;
  2578. }
  2579. _ACEOF
  2580. rm -f conftest.$ac_objext conftest$ac_exeext
  2581. if { (ac_try="$ac_link"
  2582. case "(($ac_try" in
  2583.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2584.   *) ac_try_echo=$ac_try;;
  2585. esac
  2586. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2587.   (eval "$ac_link") 2>conftest.er1
  2588.   ac_status=$?
  2589.   grep -v '^ *+' conftest.er1 >conftest.err
  2590.   rm -f conftest.er1
  2591.   cat conftest.err >&5
  2592.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2593.   (exit $ac_status); } && {
  2594.  test -z "$ac_c_werror_flag" ||
  2595.  test ! -s conftest.err
  2596.        } && test -s conftest$ac_exeext &&
  2597.        $as_test_x conftest$ac_exeext; then
  2598.   ac_cv_lib_dl_dlopen=yes
  2599. else
  2600.   echo "$as_me: failed program was:" >&5
  2601. sed 's/^/| /' conftest.$ac_ext >&5
  2602. ac_cv_lib_dl_dlopen=no
  2603. fi
  2604. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2605.       conftest$ac_exeext conftest.$ac_ext
  2606. LIBS=$ac_check_lib_save_LIBS
  2607. fi
  2608. { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
  2609. echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
  2610. if test $ac_cv_lib_dl_dlopen = yes; then
  2611.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
  2612. else
  2613.   { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
  2614. echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
  2615. if test "${ac_cv_lib_svld_dlopen+set}" = set; then
  2616.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2617. else
  2618.   ac_check_lib_save_LIBS=$LIBS
  2619. LIBS="-lsvld  $LIBS"
  2620. cat >conftest.$ac_ext <<_ACEOF
  2621. /* confdefs.h.  */
  2622. _ACEOF
  2623. cat confdefs.h >>conftest.$ac_ext
  2624. cat >>conftest.$ac_ext <<_ACEOF
  2625. /* end confdefs.h.  */
  2626. /* Override any GCC internal prototype to avoid an error.
  2627.    Use char because int might match the return type of a GCC
  2628.    builtin and then its argument prototype would still apply.  */
  2629. #ifdef __cplusplus
  2630. extern "C"
  2631. #endif
  2632. char dlopen ();
  2633. int
  2634. main ()
  2635. {
  2636. return dlopen ();
  2637.   ;
  2638.   return 0;
  2639. }
  2640. _ACEOF
  2641. rm -f conftest.$ac_objext conftest$ac_exeext
  2642. if { (ac_try="$ac_link"
  2643. case "(($ac_try" in
  2644.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2645.   *) ac_try_echo=$ac_try;;
  2646. esac
  2647. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2648.   (eval "$ac_link") 2>conftest.er1
  2649.   ac_status=$?
  2650.   grep -v '^ *+' conftest.er1 >conftest.err
  2651.   rm -f conftest.er1
  2652.   cat conftest.err >&5
  2653.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2654.   (exit $ac_status); } && {
  2655.  test -z "$ac_c_werror_flag" ||
  2656.  test ! -s conftest.err
  2657.        } && test -s conftest$ac_exeext &&
  2658.        $as_test_x conftest$ac_exeext; then
  2659.   ac_cv_lib_svld_dlopen=yes
  2660. else
  2661.   echo "$as_me: failed program was:" >&5
  2662. sed 's/^/| /' conftest.$ac_ext >&5
  2663. ac_cv_lib_svld_dlopen=no
  2664. fi
  2665. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2666.       conftest$ac_exeext conftest.$ac_ext
  2667. LIBS=$ac_check_lib_save_LIBS
  2668. fi
  2669. { echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
  2670. echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
  2671. if test $ac_cv_lib_svld_dlopen = yes; then
  2672.   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
  2673. else
  2674.   { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
  2675. echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
  2676. if test "${ac_cv_lib_dld_dld_link+set}" = set; then
  2677.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2678. else
  2679.   ac_check_lib_save_LIBS=$LIBS
  2680. LIBS="-ldld  $LIBS"
  2681. cat >conftest.$ac_ext <<_ACEOF
  2682. /* confdefs.h.  */
  2683. _ACEOF
  2684. cat confdefs.h >>conftest.$ac_ext
  2685. cat >>conftest.$ac_ext <<_ACEOF
  2686. /* end confdefs.h.  */
  2687. /* Override any GCC internal prototype to avoid an error.
  2688.    Use char because int might match the return type of a GCC
  2689.    builtin and then its argument prototype would still apply.  */
  2690. #ifdef __cplusplus
  2691. extern "C"
  2692. #endif
  2693. char dld_link ();
  2694. int
  2695. main ()
  2696. {
  2697. return dld_link ();
  2698.   ;
  2699.   return 0;
  2700. }
  2701. _ACEOF
  2702. rm -f conftest.$ac_objext conftest$ac_exeext
  2703. if { (ac_try="$ac_link"
  2704. case "(($ac_try" in
  2705.   *"* | *`* | *\*) ac_try_echo=$ac_try;;
  2706.   *) ac_try_echo=$ac_try;;
  2707. esac
  2708. eval "echo "$as_me:$LINENO: $ac_try_echo"") >&5
  2709.   (eval "$ac_link") 2>conftest.er1
  2710.   ac_status=$?
  2711.   grep -v '^ *+' conftest.er1 >conftest.err
  2712.   rm -f conftest.er1
  2713.   cat conftest.err >&5
  2714.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2715.   (exit $ac_status); } && {
  2716.  test -z "$ac_c_werror_flag" ||
  2717.  test ! -s conftest.err
  2718.        } && test -s conftest$ac_exeext &&
  2719.        $as_test_x conftest$ac_exeext; then
  2720.   ac_cv_lib_dld_dld_link=yes
  2721. else
  2722.   echo "$as_me: failed program was:" >&5
  2723. sed 's/^/| /' conftest.$ac_ext >&5
  2724. ac_cv_lib_dld_dld_link=no
  2725. fi
  2726. rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo 
  2727.       conftest$ac_exeext conftest.$ac_ext
  2728. LIBS=$ac_check_lib_save_LIBS
  2729. fi
  2730. { echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
  2731. echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
  2732. if test $ac_cv_lib_dld_dld_link = yes; then
  2733.   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-dld"
  2734. fi
  2735. fi
  2736. fi
  2737. fi
  2738. fi
  2739. fi
  2740.     ;;
  2741.   esac
  2742.   if test "x$lt_cv_dlopen" != xno; then
  2743.     enable_dlopen=yes
  2744.   else
  2745.     enable_dlopen=no
  2746.   fi
  2747.   case $lt_cv_dlopen in
  2748.   dlopen)
  2749.     save_CPPFLAGS="$CPPFLAGS"
  2750.     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  2751.     save_LDFLAGS="$LDFLAGS"
  2752.     wl=$lt_prog_compiler_wl eval LDFLAGS="$LDFLAGS $export_dynamic_flag_spec"
  2753.     save_LIBS="$LIBS"
  2754.     LIBS="$lt_cv_dlopen_libs $LIBS"
  2755.     { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
  2756. echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
  2757. if test "${lt_cv_dlopen_self+set}" = set; then
  2758.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2759. else
  2760.      if test "$cross_compiling" = yes; then :
  2761.   lt_cv_dlopen_self=cross
  2762. else
  2763.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2764.   lt_status=$lt_dlunknown
  2765.   cat > conftest.$ac_ext <<EOF
  2766. #line 10132 "configure"
  2767. #include "confdefs.h"
  2768. #if HAVE_DLFCN_H
  2769. #include <dlfcn.h>
  2770. #endif
  2771. #include <stdio.h>
  2772. #ifdef RTLD_GLOBAL
  2773. #  define LT_DLGLOBAL RTLD_GLOBAL
  2774. #else
  2775. #  ifdef DL_GLOBAL
  2776. #    define LT_DLGLOBAL DL_GLOBAL
  2777. #  else
  2778. #    define LT_DLGLOBAL 0
  2779. #  endif
  2780. #endif
  2781. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  2782.    find out it does not work in some platform. */
  2783. #ifndef LT_DLLAZY_OR_NOW
  2784. #  ifdef RTLD_LAZY
  2785. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  2786. #  else
  2787. #    ifdef DL_LAZY
  2788. #      define LT_DLLAZY_OR_NOW DL_LAZY
  2789. #    else
  2790. #      ifdef RTLD_NOW
  2791. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  2792. #      else
  2793. #        ifdef DL_NOW
  2794. #          define LT_DLLAZY_OR_NOW DL_NOW
  2795. #        else
  2796. #          define LT_DLLAZY_OR_NOW 0
  2797. #        endif
  2798. #      endif
  2799. #    endif
  2800. #  endif
  2801. #endif
  2802. #ifdef __cplusplus
  2803. extern "C" void exit (int);
  2804. #endif
  2805. void fnord() { int i=42;}
  2806. int main ()
  2807. {
  2808.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  2809.   int status = $lt_dlunknown;
  2810.   if (self)
  2811.     {
  2812.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  2813.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  2814.       /* dlclose (self); */
  2815.     }
  2816.   else
  2817.     puts (dlerror ());
  2818.     exit (status);
  2819. }
  2820. EOF
  2821.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2822.   (eval $ac_link) 2>&5
  2823.   ac_status=$?
  2824.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2825.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  2826.     (./conftest; exit; ) >&5 2>/dev/null
  2827.     lt_status=$?
  2828.     case x$lt_status in
  2829.       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
  2830.       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
  2831.       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
  2832.     esac
  2833.   else :
  2834.     # compilation failed
  2835.     lt_cv_dlopen_self=no
  2836.   fi
  2837. fi
  2838. rm -fr conftest*
  2839. fi
  2840. { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
  2841. echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
  2842.     if test "x$lt_cv_dlopen_self" = xyes; then
  2843.       wl=$lt_prog_compiler_wl eval LDFLAGS="$LDFLAGS $lt_prog_compiler_static"
  2844.       { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
  2845. echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
  2846. if test "${lt_cv_dlopen_self_static+set}" = set; then
  2847.   echo $ECHO_N "(cached) $ECHO_C" >&6
  2848. else
  2849.      if test "$cross_compiling" = yes; then :
  2850.   lt_cv_dlopen_self_static=cross
  2851. else
  2852.   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  2853.   lt_status=$lt_dlunknown
  2854.   cat > conftest.$ac_ext <<EOF
  2855. #line 10232 "configure"
  2856. #include "confdefs.h"
  2857. #if HAVE_DLFCN_H
  2858. #include <dlfcn.h>
  2859. #endif
  2860. #include <stdio.h>
  2861. #ifdef RTLD_GLOBAL
  2862. #  define LT_DLGLOBAL RTLD_GLOBAL
  2863. #else
  2864. #  ifdef DL_GLOBAL
  2865. #    define LT_DLGLOBAL DL_GLOBAL
  2866. #  else
  2867. #    define LT_DLGLOBAL 0
  2868. #  endif
  2869. #endif
  2870. /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  2871.    find out it does not work in some platform. */
  2872. #ifndef LT_DLLAZY_OR_NOW
  2873. #  ifdef RTLD_LAZY
  2874. #    define LT_DLLAZY_OR_NOW RTLD_LAZY
  2875. #  else
  2876. #    ifdef DL_LAZY
  2877. #      define LT_DLLAZY_OR_NOW DL_LAZY
  2878. #    else
  2879. #      ifdef RTLD_NOW
  2880. #        define LT_DLLAZY_OR_NOW RTLD_NOW
  2881. #      else
  2882. #        ifdef DL_NOW
  2883. #          define LT_DLLAZY_OR_NOW DL_NOW
  2884. #        else
  2885. #          define LT_DLLAZY_OR_NOW 0
  2886. #        endif
  2887. #      endif
  2888. #    endif
  2889. #  endif
  2890. #endif
  2891. #ifdef __cplusplus
  2892. extern "C" void exit (int);
  2893. #endif
  2894. void fnord() { int i=42;}
  2895. int main ()
  2896. {
  2897.   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  2898.   int status = $lt_dlunknown;
  2899.   if (self)
  2900.     {
  2901.       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  2902.       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
  2903.       /* dlclose (self); */
  2904.     }
  2905.   else
  2906.     puts (dlerror ());
  2907.     exit (status);
  2908. }
  2909. EOF
  2910.   if { (eval echo "$as_me:$LINENO: "$ac_link"") >&5
  2911.   (eval $ac_link) 2>&5
  2912.   ac_status=$?
  2913.   echo "$as_me:$LINENO: $? = $ac_status" >&5
  2914.   (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
  2915.     (./conftest; exit; ) >&5 2>/dev/null
  2916.     lt_status=$?
  2917.     case x$lt_status in
  2918.       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
  2919.       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
  2920.       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
  2921.     esac
  2922.   else :
  2923.     # compilation failed
  2924.     lt_cv_dlopen_self_static=no
  2925.   fi
  2926. fi
  2927. rm -fr conftest*
  2928. fi
  2929. { echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
  2930. echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
  2931.     fi
  2932.     CPPFLAGS="$save_CPPFLAGS"
  2933.     LDFLAGS="$save_LDFLAGS"
  2934.     LIBS="$save_LIBS"
  2935.     ;;
  2936.   esac
  2937.   case $lt_cv_dlopen_self in
  2938.   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  2939.   *) enable_dlopen_self=unknown ;;
  2940.   esac
  2941.   case $lt_cv_dlopen_self_static in
  2942.   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  2943.   *) enable_dlopen_self_static=unknown ;;
  2944.   esac
  2945. fi
  2946. # Report which library types will actually be built
  2947. { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
  2948. echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
  2949. { echo "$as_me:$LINENO: result: $can_build_shared" >&5
  2950. echo "${ECHO_T}$can_build_shared" >&6; }
  2951. { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
  2952. echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
  2953. test "$can_build_shared" = "no" && enable_shared=no
  2954. # On AIX, shared libraries and static libraries use the same namespace, and
  2955. # are all built from PIC.
  2956. case $host_os in
  2957. aix3*)
  2958.   test "$enable_shared" = yes && enable_static=no
  2959.   if test -n "$RANLIB"; then
  2960.     archive_cmds="$archive_cmds~$RANLIB $lib"
  2961.     postinstall_cmds='$RANLIB $lib'
  2962.   fi
  2963.   ;;
  2964. aix4* | aix5*)
  2965.   if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  2966.     test "$enable_shared" = yes && enable_static=no
  2967.   fi
  2968.     ;;
  2969. esac
  2970. { echo "$as_me:$LINENO: result: $enable_shared" >&5
  2971. echo "${ECHO_T}$enable_shared" >&6; }
  2972. { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
  2973. echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
  2974. # Make sure either enable_shared or enable_static is yes.
  2975. test "$enable_shared" = yes || enable_static=yes
  2976. { echo "$as_me:$LINENO: result: $enable_static" >&5
  2977. echo "${ECHO_T}$enable_static" >&6; }
  2978. # The else clause should only fire when bootstrapping the
  2979. # libtool distribution, otherwise you forgot to ship ltmain.sh
  2980. # with your package, and you will get complaints that there are
  2981. # no rules to generate ltmain.sh.
  2982. if test -f "$ltmain"; then
  2983.   # See if we are running on zsh, and set the options which allow our commands through
  2984.   # without removal of  escapes.
  2985.   if test -n "${ZSH_VERSION+set}" ; then
  2986.     setopt NO_GLOB_SUBST
  2987.   fi
  2988.   # Now quote all the things that may contain metacharacters while being
  2989.   # careful not to overquote the AC_SUBSTed values.  We take copies of the
  2990.   # variables and quote the copies for generation of the libtool script.
  2991.   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM 
  2992.     SED SHELL STRIP 
  2993.     libname_spec library_names_spec soname_spec extract_expsyms_cmds 
  2994.     old_striplib striplib file_magic_cmd finish_cmds finish_eval 
  2995.     deplibs_check_method reload_flag reload_cmds need_locks 
  2996.     lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl 
  2997.     lt_cv_sys_global_symbol_to_c_name_address 
  2998.     sys_lib_search_path_spec sys_lib_dlsearch_path_spec 
  2999.     old_postinstall_cmds old_postuninstall_cmds 
  3000.     compiler 
  3001.     CC 
  3002.     LD 
  3003.     lt_prog_compiler_wl 
  3004.     lt_prog_compiler_pic 
  3005.     lt_prog_compiler_static 
  3006.     lt_prog_compiler_no_builtin_flag 
  3007.     export_dynamic_flag_spec 
  3008.     thread_safe_flag_spec 
  3009.     whole_archive_flag_spec 
  3010.     enable_shared_with_static_runtimes 
  3011.     old_archive_cmds 
  3012.     old_archive_from_new_cmds 
  3013.     predep_objects 
  3014.     postdep_objects 
  3015.     predeps 
  3016.     postdeps 
  3017.     compiler_lib_search_path 
  3018.     archive_cmds 
  3019.     archive_expsym_cmds 
  3020.     postinstall_cmds 
  3021.     postuninstall_cmds 
  3022.     old_archive_from_expsyms_cmds 
  3023.     allow_undefined_flag 
  3024.     no_undefined_flag 
  3025.     export_symbols_cmds 
  3026.     hardcode_libdir_flag_spec 
  3027.     hardcode_libdir_flag_spec_ld 
  3028.     hardcode_libdir_separator 
  3029.     hardcode_automatic 
  3030.     module_cmds 
  3031.     module_expsym_cmds 
  3032.     lt_cv_prog_compiler_c_o 
  3033.     fix_srcfile_path 
  3034.     exclude_expsyms 
  3035.     include_expsyms; do
  3036.     case $var in
  3037.     old_archive_cmds | 
  3038.     old_archive_from_new_cmds | 
  3039.     archive_cmds | 
  3040.     archive_expsym_cmds | 
  3041.     module_cmds | 
  3042.     module_expsym_cmds | 
  3043.     old_archive_from_expsyms_cmds | 
  3044.     export_symbols_cmds | 
  3045.     extract_expsyms_cmds | reload_cmds | finish_cmds | 
  3046.     postinstall_cmds | postuninstall_cmds | 
  3047.     old_postinstall_cmds | old_postuninstall_cmds | 
  3048.     sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
  3049.       # Double-quote double-evaled strings.
  3050.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$double_quote_subst" -e "$sed_quote_subst" -e "$delay_variable_subst"`\""
  3051.       ;;
  3052.     *)
  3053.       eval "lt_$var=\"`$echo "X$$var" | $Xsed -e "$sed_quote_subst"`\""
  3054.       ;;
  3055.     esac
  3056.   done
  3057.   case $lt_echo in
  3058.   *'$0 --fallback-echo"')
  3059.     lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
  3060.     ;;
  3061.   esac
  3062. cfgfile="${ofile}T"
  3063.   trap "$rm "$cfgfile"; exit 1" 1 2 15
  3064.   $rm -f "$cfgfile"
  3065.   { echo "$as_me:$LINENO: creating $ofile" >&5
  3066. echo "$as_me: creating $ofile" >&6;}
  3067.   cat <<__EOF__ >> "$cfgfile"
  3068. #! $SHELL
  3069. # `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
  3070. # Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
  3071. # NOTE: Changes made to this file will be lost: look at ltmain.sh.
  3072. #
  3073. # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
  3074. # Free Software Foundation, Inc.
  3075. #
  3076. # This file is part of GNU Libtool:
  3077. # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
  3078. #
  3079. # This program is free software; you can redistribute it and/or modify
  3080. # it under the terms of the GNU General Public License as published by
  3081. # the Free Software Foundation; either version 2 of the License, or
  3082. # (at your option) any later version.
  3083. #
  3084. # This program is distributed in the hope that it will be useful, but
  3085. # WITHOUT ANY WARRANTY; without even the implied warranty of
  3086. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  3087. # General Public License for more details.
  3088. #
  3089. # You should have received a copy of the GNU General Public License
  3090. # along with this program; if not, write to the Free Software
  3091. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  3092. #
  3093. # As a special exception to the GNU General Public License, if you
  3094. # distribute this file as part of a program that contains a
  3095. # configuration script generated by Autoconf, you may include it under
  3096. # the same distribution terms that you use for the rest of that program.
  3097. # A sed program that does not truncate output.
  3098. SED=$lt_SED
  3099. # Sed that helps us avoid accidentally triggering echo(1) options like -n.
  3100. Xsed="$SED -e 1s/^X//"
  3101. # The HP-UX ksh and POSIX shell print the target directory to stdout
  3102. # if CDPATH is set.
  3103. (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
  3104. # The names of the tagged configurations supported by this script.
  3105. available_tags=
  3106. # ### BEGIN LIBTOOL CONFIG
  3107. # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  3108. # Shell to use when invoking shell scripts.
  3109. SHELL=$lt_SHELL
  3110. # Whether or not to build shared libraries.
  3111. build_libtool_libs=$enable_shared
  3112. # Whether or not to build static libraries.
  3113. build_old_libs=$enable_static
  3114. # Whether or not to add -lc for building shared libraries.
  3115. build_libtool_need_lc=$archive_cmds_need_lc
  3116. # Whether or not to disallow shared libs when runtime libs are static
  3117. allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
  3118. # Whether or not to optimize for fast installation.
  3119. fast_install=$enable_fast_install
  3120. # The host system.
  3121. host_alias=$host_alias
  3122. host=$host
  3123. host_os=$host_os
  3124. # The build system.
  3125. build_alias=$build_alias
  3126. build=$build
  3127. build_os=$build_os
  3128. # An echo program that does not interpret backslashes.
  3129. echo=$lt_echo
  3130. # The archiver.
  3131. AR=$lt_AR
  3132. AR_FLAGS=$lt_AR_FLAGS
  3133. # A C compiler.
  3134. LTCC=$lt_LTCC
  3135. # LTCC compiler flags.
  3136. LTCFLAGS=$lt_LTCFLAGS
  3137. # A language-specific compiler.
  3138. CC=$lt_compiler
  3139. # Is the compiler the GNU C compiler?
  3140. with_gcc=$GCC
  3141. # An ERE matcher.
  3142. EGREP=$lt_EGREP
  3143. # The linker used to build libraries.
  3144. LD=$lt_LD
  3145. # Whether we need hard or soft links.
  3146. LN_S=$lt_LN_S
  3147. # A BSD-compatible nm program.
  3148. NM=$lt_NM
  3149. # A symbol stripping program
  3150. STRIP=$lt_STRIP
  3151. # Used to examine libraries when file_magic_cmd begins "file"
  3152. MAGIC_CMD=$MAGIC_CMD
  3153. # Used on cygwin: DLL creation program.
  3154. DLLTOOL="$DLLTOOL"
  3155. # Used on cygwin: object dumper.
  3156. OBJDUMP="$OBJDUMP"
  3157. # Used on cygwin: assembler.
  3158. AS="$AS"
  3159. # The name of the directory that contains temporary libtool files.
  3160. objdir=$objdir
  3161. # How to create reloadable object files.
  3162. reload_flag=$lt_reload_flag
  3163. reload_cmds=$lt_reload_cmds
  3164. # How to pass a linker flag through the compiler.
  3165. wl=$lt_lt_prog_compiler_wl
  3166. # Object file suffix (normally "o").
  3167. objext="$ac_objext"
  3168. # Old archive suffix (normally "a").
  3169. libext="$libext"
  3170. # Shared library suffix (normally ".so").
  3171. shrext_cmds='$shrext_cmds'
  3172. # Executable file suffix (normally "").
  3173. exeext="$exeext"
  3174. # Additional compiler flags for building library objects.
  3175. pic_flag=$lt_lt_prog_compiler_pic
  3176. pic_mode=$pic_mode
  3177. # What is the maximum length of a command?
  3178. max_cmd_len=$lt_cv_sys_max_cmd_len
  3179. # Does compiler simultaneously support -c and -o options?
  3180. compiler_c_o=$lt_lt_cv_prog_compiler_c_o
  3181. # Must we lock files when doing compilation?
  3182. need_locks=$lt_need_locks
  3183. # Do we need the lib prefix for modules?
  3184. need_lib_prefix=$need_lib_prefix
  3185. # Do we need a version for libraries?
  3186. need_version=$need_version
  3187. # Whether dlopen is supported.
  3188. dlopen_support=$enable_dlopen
  3189. # Whether dlopen of programs is supported.
  3190. dlopen_self=$enable_dlopen_self
  3191. # Whether dlopen of statically linked programs is supported.