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

通讯编程

开发平台:

Visual C++

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