IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2005, 4:59:43 PM (21 years ago)
Author:
desonia
Message:

modified the use of gsl-config usage. Response to BUG 280.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel4/psModules/configure

    r2839 r3100  
    279279# The HP-UX ksh and POSIX shell print the target directory to stdout
    280280# if CDPATH is set.
    281 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
     281(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    282282
    283283if test -z "$ECHO"; then
     
    33113311  done
    33123312done
     3313
     3314fi
     3315
    33133316SED=$lt_cv_path_SED
    3314 
    3315 fi
    3316 
    33173317echo "$as_me:$LINENO: result: $SED" >&5
    33183318echo "${ECHO_T}$SED" >&6
     
    34553455esac
    34563456reload_cmds='$LD$reload_flag -o $output$reload_objs'
     3457case $host_os in
     3458  darwin*)
     3459    if test "$GCC" = yes; then
     3460      reload_cmds='$CC -nostdlib ${wl}-r -o $output$reload_objs'
     3461    else
     3462      reload_cmds='$LD$reload_flag -o $output$reload_objs'
     3463    fi
     3464    ;;
     3465esac
    34573466
    34583467echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
     
    35413550  ;;
    35423551
    3543 bsdi4*)
     3552bsdi[45]*)
    35443553  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
    35453554  lt_cv_file_magic_cmd='/usr/bin/file -L'
     
    36153624linux*)
    36163625  case $host_cpu in
    3617   alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64*)
     3626  alpha*|hppa*|i*86|ia64*|m68*|mips*|powerpc*|sparc*|s390*|sh*|x86_64)
    36183627    lt_cv_deplibs_check_method=pass_all ;;
    36193628  *)
     
    36453654
    36463655openbsd*)
    3647   lt_cv_file_magic_cmd=/usr/bin/file
    3648   lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
    36493656  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    3650     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
     3657    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
    36513658  else
    3652     lt_cv_deplibs_check_method='file_magic OpenBSD.* shared library'
     3659    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
    36533660  fi
    36543661  ;;
     
    37433750*-*-irix6*)
    37443751  # Find out which ABI we are using.
    3745   echo '#line 3745 "configure"' > conftest.$ac_ext
     3752  echo '#line 3752 "configure"' > conftest.$ac_ext
    37463753  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    37473754  (eval $ac_compile) 2>&5
     
    53155322
    53165323# Provide some information about the compiler.
    5317 echo "$as_me:5317:" \
     5324echo "$as_me:5324:" \
    53185325     "checking for Fortran 77 compiler version" >&5
    53195326ac_compiler=`set X $ac_compile; echo $2`
     
    55055512    ;;
    55065513
     5514  netbsd* | freebsd* | openbsd* | darwin* )
     5515    # This has been around since 386BSD, at least.  Likely further.
     5516    if test -x /sbin/sysctl; then
     5517      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
     5518    elif test -x /usr/sbin/sysctl; then
     5519      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
     5520    else
     5521      lt_cv_sys_max_cmd_len=65536 # usable default for *BSD
     5522    fi
     5523    # And add a safety zone
     5524    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
     5525    ;;
     5526
    55075527 *)
    55085528    # If test is not a shell built-in, we'll probably end up computing a
    55095529    # maximum length that is only half of the actual maximum length, but
    55105530    # we can't tell.
    5511     while (test "X"`$CONFIG_SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
     5531    SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
     5532    while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
    55125533               = "XX$teststring") >/dev/null 2>&1 &&
    55135534            new_result=`expr "X$teststring" : ".*" 2>&1` &&
     
    60786099fi
    60796100
     6101cc_basename=`$echo X"$compiler" | $Xsed -e 's%^.*/%%'`
     6102
    60806103# Only perform the check for file, if the check method requires it
    60816104case $deplibs_check_method in
     
    63496372   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    63506373   -e 's:$: $lt_compiler_flag:'`
    6351    (eval echo "\"\$as_me:6351: $lt_compile\"" >&5)
     6374   (eval echo "\"\$as_me:6374: $lt_compile\"" >&5)
    63526375   (eval "$lt_compile" 2>conftest.err)
    63536376   ac_status=$?
    63546377   cat conftest.err >&5
    6355    echo "$as_me:6355: \$? = $ac_status" >&5
     6378   echo "$as_me:6378: \$? = $ac_status" >&5
    63566379   if (exit $ac_status) && test -s "$ac_outfile"; then
    63576380     # The compiler can only warn and ignore the option if not recognized
     
    64606483      fi
    64616484      ;;
     6485      darwin*)
     6486        # PIC is the default on this platform
     6487        # Common symbols not allowed in MH_DYLIB files
     6488       case "$cc_basename" in
     6489         xlc*)
     6490         lt_prog_compiler_pic='-qnocommon'
     6491         lt_prog_compiler_wl='-Wl,'
     6492         ;;
     6493       esac
     6494       ;;
    64626495
    64636496    mingw* | pw32* | os2*)
     
    65826615   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    65836616   -e 's:$: $lt_compiler_flag:'`
    6584    (eval echo "\"\$as_me:6584: $lt_compile\"" >&5)
     6617   (eval echo "\"\$as_me:6617: $lt_compile\"" >&5)
    65856618   (eval "$lt_compile" 2>conftest.err)
    65866619   ac_status=$?
    65876620   cat conftest.err >&5
    6588    echo "$as_me:6588: \$? = $ac_status" >&5
     6621   echo "$as_me:6621: \$? = $ac_status" >&5
    65896622   if (exit $ac_status) && test -s "$ac_outfile"; then
    65906623     # The compiler can only warn and ignore the option if not recognized
     
    66426675   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    66436676   -e 's:$: $lt_compiler_flag:'`
    6644    (eval echo "\"\$as_me:6644: $lt_compile\"" >&5)
     6677   (eval echo "\"\$as_me:6677: $lt_compile\"" >&5)
    66456678   (eval "$lt_compile" 2>out/conftest.err)
    66466679   ac_status=$?
    66476680   cat out/conftest.err >&5
    6648    echo "$as_me:6648: \$? = $ac_status" >&5
     6681   echo "$as_me:6681: \$? = $ac_status" >&5
    66496682   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    66506683   then
     
    71467179      ;;
    71477180
    7148     bsdi4*)
     7181    bsdi[45]*)
    71497182      export_dynamic_flag_spec=-rdynamic
    71507183      ;;
     
    71727205
    71737206    darwin* | rhapsody*)
    7174     if test "$GXX" = yes ; then
     7207      case "$host_os" in
     7208        rhapsody* | darwin1.[012])
     7209         allow_undefined_flag='${wl}-undefined ${wl}suppress'
     7210         ;;
     7211       *) # Darwin 1.3 on
     7212         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     7213           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     7214         else
     7215           case ${MACOSX_DEPLOYMENT_TARGET} in
     7216             10.[012])
     7217               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     7218               ;;
     7219             10.*)
     7220               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
     7221               ;;
     7222           esac
     7223         fi
     7224         ;;
     7225      esac
    71757226      archive_cmds_need_lc=no
    7176       case "$host_os" in
    7177       rhapsody* | darwin1.[012])
    7178         allow_undefined_flag='-undefined suppress'
    7179         ;;
    7180       *) # Darwin 1.3 on
    7181       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    7182         allow_undefined_flag='-flat_namespace -undefined suppress'
    7183       else
    7184         case ${MACOSX_DEPLOYMENT_TARGET} in
    7185           10.[012])
    7186             allow_undefined_flag='-flat_namespace -undefined suppress'
    7187             ;;
    7188           10.*)
    7189             allow_undefined_flag='-undefined dynamic_lookup'
    7190             ;;
    7191         esac
    7192       fi
    7193         ;;
    7194       esac
    7195         lt_int_apple_cc_single_mod=no
    7196         output_verbose_link_cmd='echo'
    7197         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    7198           lt_int_apple_cc_single_mod=yes
    7199         fi
    7200         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    7201           archive_cmds='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    7202         else
    7203         archive_cmds='$CC -r ${wl}-bind_at_load -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'
    7204       fi
    7205       module_cmds='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    7206       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    7207         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    7208           archive_expsym_cmds='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}'
    7209         else
    7210           archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
    7211         fi
    7212           module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    72137227      hardcode_direct=no
    72147228      hardcode_automatic=yes
    72157229      hardcode_shlibpath_var=unsupported
    7216       whole_archive_flag_spec='-all_load $convenience'
     7230      whole_archive_flag_spec=''
    72177231      link_all_deplibs=yes
     7232    if test "$GCC" = yes ; then
     7233        output_verbose_link_cmd='echo'
     7234        archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     7235      module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     7236      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     7237      archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     7238      module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    72187239    else
    7219       ld_shlibs=no
     7240      case "$cc_basename" in
     7241        xlc*)
     7242         output_verbose_link_cmd='echo'
     7243         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     7244         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     7245          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     7246         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     7247          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     7248          ;;
     7249       *)
     7250         ld_shlibs=no
     7251          ;;
     7252      esac
    72207253    fi
    72217254      ;;
     
    73627395      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    73637396        archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     7397        archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    73647398        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
    73657399        export_dynamic_flag_spec='${wl}-E'
     
    77137747  ;;
    77147748
    7715 bsdi4*)
     7749bsdi[45]*)
    77167750  version_type=linux
    77177751  need_version=no
     
    79728006  hardcode_into_libs=yes
    79738007
    7974   # find out which ABI we are using
    7975   libsuff=
    7976   case "$host_cpu" in
    7977   x86_64*|s390x*|powerpc64*)
    7978     echo '#line 7978 "configure"' > conftest.$ac_ext
    7979     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    7980   (eval $ac_compile) 2>&5
    7981   ac_status=$?
    7982   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    7983   (exit $ac_status); }; then
    7984       case `/usr/bin/file conftest.$ac_objext` in
    7985       *64-bit*)
    7986         libsuff=64
    7987         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    7988         ;;
    7989       esac
    7990     fi
    7991     rm -rf conftest*
    7992     ;;
    7993   esac
    7994 
    79958008  # Append ld.so.conf contents to the search path
    79968009  if test -f /etc/ld.so.conf; then
    79978010    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    7998     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     8011    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    79998012  fi
    80008013
     
    80588071  version_type=sunos
    80598072  need_lib_prefix=no
    8060   need_version=yes
     8073  need_version=no
    80618074  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    80628075  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    81808193hardcode_action=
    81818194if test -n "$hardcode_libdir_flag_spec" || \
    8182    test -n "$runpath_var " || \
    8183    test "X$hardcode_automatic"="Xyes" ; then
     8195   test -n "$runpath_var" || \
     8196   test "X$hardcode_automatic" = "Xyes" ; then
    81848197
    81858198  # We can hardcode non-existant directories.
     
    88478860  lt_status=$lt_dlunknown
    88488861  cat > conftest.$ac_ext <<EOF
    8849 #line 8849 "configure"
     8862#line 8862 "configure"
    88508863#include "confdefs.h"
    88518864
     
    89458958  lt_status=$lt_dlunknown
    89468959  cat > conftest.$ac_ext <<EOF
    8947 #line 8947 "configure"
     8960#line 8960 "configure"
    89488961#include "confdefs.h"
    89498962
     
    90749087    test "$enable_shared" = yes && enable_static=no
    90759088  fi
    9076   ;;
    9077   darwin* | rhapsody*)
    9078   if test "$GCC" = yes; then
    9079     archive_cmds_need_lc=no
    9080     case "$host_os" in
    9081     rhapsody* | darwin1.[012])
    9082       allow_undefined_flag='-undefined suppress'
    9083       ;;
    9084     *) # Darwin 1.3 on
    9085       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    9086         allow_undefined_flag='-flat_namespace -undefined suppress'
    9087       else
    9088         case ${MACOSX_DEPLOYMENT_TARGET} in
    9089           10.[012])
    9090             allow_undefined_flag='-flat_namespace -undefined suppress'
    9091             ;;
    9092           10.*)
    9093             allow_undefined_flag='-undefined dynamic_lookup'
    9094             ;;
    9095         esac
    9096       fi
    9097       ;;
    9098     esac
    9099     output_verbose_link_cmd='echo'
    9100     archive_cmds='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring'
    9101     module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    9102     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    9103     archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag  -o $lib $libobjs $deplibs$compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    9104     module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
    9105     hardcode_direct=no
    9106     hardcode_automatic=yes
    9107     hardcode_shlibpath_var=unsupported
    9108     whole_archive_flag_spec='-all_load $convenience'
    9109     link_all_deplibs=yes
    9110   else
    9111     ld_shlibs=no
    9112   fi
    91139089    ;;
    91149090esac
     
    91369112  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    91379113  # variables and quote the copies for generation of the libtool script.
    9138   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     9114  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    91399115    SED SHELL STRIP \
    91409116    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    92559231# The HP-UX ksh and POSIX shell print the target directory to stdout
    92569232# if CDPATH is set.
    9257 if test "X\${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
     9233(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    92589234
    92599235# The names of the tagged configurations supported by this script.
     
    93279303
    93289304# Used on cygwin: assembler.
    9329 AS="$AS"
     9305AS=$lt_AS
    93309306
    93319307# The name of the directory that contains temporary libtool files.
     
    1013110107    ;;
    1013210108
     10109
    1013310110  cygwin* | mingw* | pw32*)
    1013410111    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
     
    1015410131    fi
    1015510132  ;;
    10156 
    10157   darwin* | rhapsody*)
    10158   if test "$GXX" = yes; then
    10159     archive_cmds_need_lc_CXX=no
    10160     case "$host_os" in
    10161     rhapsody* | darwin1.[012])
    10162       allow_undefined_flag_CXX='-undefined suppress'
    10163       ;;
    10164     *) # Darwin 1.3 on
    10165       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    10166         allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
     10133      darwin* | rhapsody*)
     10134        case "$host_os" in
     10135        rhapsody* | darwin1.[012])
     10136         allow_undefined_flag_CXX='${wl}-undefined ${wl}suppress'
     10137         ;;
     10138       *) # Darwin 1.3 on
     10139         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     10140           allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     10141         else
     10142           case ${MACOSX_DEPLOYMENT_TARGET} in
     10143             10.[012])
     10144               allow_undefined_flag_CXX='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     10145               ;;
     10146             10.*)
     10147               allow_undefined_flag_CXX='${wl}-undefined ${wl}dynamic_lookup'
     10148               ;;
     10149           esac
     10150         fi
     10151         ;;
     10152        esac
     10153      archive_cmds_need_lc_CXX=no
     10154      hardcode_direct_CXX=no
     10155      hardcode_automatic_CXX=yes
     10156      hardcode_shlibpath_var_CXX=unsupported
     10157      whole_archive_flag_spec_CXX=''
     10158      link_all_deplibs_CXX=yes
     10159
     10160    if test "$GXX" = yes ; then
     10161      lt_int_apple_cc_single_mod=no
     10162      output_verbose_link_cmd='echo'
     10163      if $CC -dumpspecs 2>&1 | $EGREP 'single_module' >/dev/null ; then
     10164       lt_int_apple_cc_single_mod=yes
     10165      fi
     10166      if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     10167       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    1016710168      else
    10168         case ${MACOSX_DEPLOYMENT_TARGET} in
    10169           10.[012])
    10170             allow_undefined_flag_CXX='-flat_namespace -undefined suppress'
    10171             ;;
    10172           10.*)
    10173             allow_undefined_flag_CXX='-undefined dynamic_lookup'
    10174             ;;
    10175         esac
     10169          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'
     10170        fi
     10171        module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     10172        # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     10173          if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
     10174            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}'
     10175          else
     10176            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}'
     10177          fi
     10178            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}'
     10179      else
     10180      case "$cc_basename" in
     10181        xlc*)
     10182         output_verbose_link_cmd='echo'
     10183          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     10184          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     10185          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     10186          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 $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     10187          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}'
     10188          ;;
     10189       *)
     10190         ld_shlibs_CXX=no
     10191          ;;
     10192      esac
    1017610193      fi
    10177       ;;
    10178     esac
    10179     lt_int_apple_cc_single_mod=no
    10180     output_verbose_link_cmd='echo'
    10181     if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    10182       lt_int_apple_cc_single_mod=yes
    10183     fi
    10184     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    10185       archive_cmds_CXX='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    10186     else
    10187       archive_cmds_CXX='$CC -r ${wl}-bind_at_load -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'
    10188     fi
    10189     module_cmds_CXX='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    10190 
    10191     # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    10192     if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    10193       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}'
    10194     else
    10195       archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
    10196     fi
    10197     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}'
    10198     hardcode_direct_CXX=no
    10199     hardcode_automatic_CXX=yes
    10200     hardcode_shlibpath_var_CXX=unsupported
    10201     whole_archive_flag_spec_CXX='-all_load $convenience'
    10202     link_all_deplibs_CXX=yes
    10203   else
    10204     ld_shlibs_CXX=no
    10205   fi
    10206     ;;
     10194        ;;
    1020710195
    1020810196  dgux*)
     
    1041010398        # Intel C++
    1041110399        with_gnu_ld=yes
     10400        # version 8.0 and above of icpc choke on multiply defined symbols
     10401        # if we add $predep_objects and $postdep_objects, however 7.1 and
     10402        # earlier do not add the objects themselves.
     10403        case `$CC -V 2>&1` in
     10404        *"Version 7."*)
     10405          archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
     10406          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'
     10407          ;;
     10408        *)  # Version 8.0 or newer
     10409          archive_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
     10410        archive_expsym_cmds_CXX='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
     10411          ;;
     10412        esac
    1041210413        archive_cmds_need_lc_CXX=no
    10413         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
    10414         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'
    1041510414        hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
    1041610415        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
     
    1046810467    # Workaround some broken pre-1.5 toolchains
    1046910468    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
     10469    ;;
     10470  openbsd2*)
     10471    # C++ shared libraries are fairly broken
     10472    ld_shlibs_CXX=no
     10473    ;;
     10474  openbsd*)
     10475    archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
     10476    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
     10477    if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
     10478      archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
     10479      export_dynamic_flag_spec_CXX='${wl}-E'
     10480      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
     10481    fi
     10482    output_verbose_link_cmd='echo'
    1047010483    ;;
    1047110484  osf3*)
     
    1092410937        esac
    1092510938        ;;
     10939       darwin*)
     10940         # PIC is the default on this platform
     10941         # Common symbols not allowed in MH_DYLIB files
     10942         case "$cc_basename" in
     10943           xlc*)
     10944           lt_prog_compiler_pic_CXX='-qnocommon'
     10945           lt_prog_compiler_wl_CXX='-Wl,'
     10946           ;;
     10947         esac
     10948       ;;
    1092610949      dgux*)
    1092710950        case $cc_basename in
     
    1112411147   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1112511148   -e 's:$: $lt_compiler_flag:'`
    11126    (eval echo "\"\$as_me:11126: $lt_compile\"" >&5)
     11149   (eval echo "\"\$as_me:11149: $lt_compile\"" >&5)
    1112711150   (eval "$lt_compile" 2>conftest.err)
    1112811151   ac_status=$?
    1112911152   cat conftest.err >&5
    11130    echo "$as_me:11130: \$? = $ac_status" >&5
     11153   echo "$as_me:11153: \$? = $ac_status" >&5
    1113111154   if (exit $ac_status) && test -s "$ac_outfile"; then
    1113211155     # The compiler can only warn and ignore the option if not recognized
     
    1118411207   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1118511208   -e 's:$: $lt_compiler_flag:'`
    11186    (eval echo "\"\$as_me:11186: $lt_compile\"" >&5)
     11209   (eval echo "\"\$as_me:11209: $lt_compile\"" >&5)
    1118711210   (eval "$lt_compile" 2>out/conftest.err)
    1118811211   ac_status=$?
    1118911212   cat out/conftest.err >&5
    11190    echo "$as_me:11190: \$? = $ac_status" >&5
     11213   echo "$as_me:11213: \$? = $ac_status" >&5
    1119111214   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1119211215   then
     
    1143211455  ;;
    1143311456
    11434 bsdi4*)
     11457bsdi[45]*)
    1143511458  version_type=linux
    1143611459  need_version=no
     
    1169111714  hardcode_into_libs=yes
    1169211715
    11693   # find out which ABI we are using
    11694   libsuff=
    11695   case "$host_cpu" in
    11696   x86_64*|s390x*|powerpc64*)
    11697     echo '#line 11697 "configure"' > conftest.$ac_ext
    11698     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    11699   (eval $ac_compile) 2>&5
    11700   ac_status=$?
    11701   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    11702   (exit $ac_status); }; then
    11703       case `/usr/bin/file conftest.$ac_objext` in
    11704       *64-bit*)
    11705         libsuff=64
    11706         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    11707         ;;
    11708       esac
    11709     fi
    11710     rm -rf conftest*
    11711     ;;
    11712   esac
    11713 
    1171411716  # Append ld.so.conf contents to the search path
    1171511717  if test -f /etc/ld.so.conf; then
    1171611718    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    11717     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     11719    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1171811720  fi
    1171911721
     
    1177711779  version_type=sunos
    1177811780  need_lib_prefix=no
    11779   need_version=yes
     11781  need_version=no
    1178011782  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1178111783  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1189911901hardcode_action_CXX=
    1190011902if test -n "$hardcode_libdir_flag_spec_CXX" || \
    11901    test -n "$runpath_var CXX" || \
    11902    test "X$hardcode_automatic_CXX"="Xyes" ; then
     11903   test -n "$runpath_var_CXX" || \
     11904   test "X$hardcode_automatic_CXX" = "Xyes" ; then
    1190311905
    1190411906  # We can hardcode non-existant directories.
     
    1256612568  lt_status=$lt_dlunknown
    1256712569  cat > conftest.$ac_ext <<EOF
    12568 #line 12568 "configure"
     12570#line 12570 "configure"
    1256912571#include "confdefs.h"
    1257012572
     
    1266412666  lt_status=$lt_dlunknown
    1266512667  cat > conftest.$ac_ext <<EOF
    12666 #line 12666 "configure"
     12668#line 12668 "configure"
    1266712669#include "confdefs.h"
    1266812670
     
    1278112783  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1278212784  # variables and quote the copies for generation of the libtool script.
    12783   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     12785  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1278412786    SED SHELL STRIP \
    1278512787    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1292412926
    1292512927# Used on cygwin: assembler.
    12926 AS="$AS"
     12928AS=$lt_AS
    1292712929
    1292812930# The name of the directory that contains temporary libtool files.
     
    1336913371      fi
    1337013372      ;;
     13373      darwin*)
     13374        # PIC is the default on this platform
     13375        # Common symbols not allowed in MH_DYLIB files
     13376       case "$cc_basename" in
     13377         xlc*)
     13378         lt_prog_compiler_pic_F77='-qnocommon'
     13379         lt_prog_compiler_wl_F77='-Wl,'
     13380         ;;
     13381       esac
     13382       ;;
    1337113383
    1337213384    mingw* | pw32* | os2*)
     
    1349113503   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1349213504   -e 's:$: $lt_compiler_flag:'`
    13493    (eval echo "\"\$as_me:13493: $lt_compile\"" >&5)
     13505   (eval echo "\"\$as_me:13505: $lt_compile\"" >&5)
    1349413506   (eval "$lt_compile" 2>conftest.err)
    1349513507   ac_status=$?
    1349613508   cat conftest.err >&5
    13497    echo "$as_me:13497: \$? = $ac_status" >&5
     13509   echo "$as_me:13509: \$? = $ac_status" >&5
    1349813510   if (exit $ac_status) && test -s "$ac_outfile"; then
    1349913511     # The compiler can only warn and ignore the option if not recognized
     
    1355113563   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1355213564   -e 's:$: $lt_compiler_flag:'`
    13553    (eval echo "\"\$as_me:13553: $lt_compile\"" >&5)
     13565   (eval echo "\"\$as_me:13565: $lt_compile\"" >&5)
    1355413566   (eval "$lt_compile" 2>out/conftest.err)
    1355513567   ac_status=$?
    1355613568   cat out/conftest.err >&5
    13557    echo "$as_me:13557: \$? = $ac_status" >&5
     13569   echo "$as_me:13569: \$? = $ac_status" >&5
    1355813570   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1355913571   then
     
    1403514047      ;;
    1403614048
    14037     bsdi4*)
     14049    bsdi[45]*)
    1403814050      export_dynamic_flag_spec_F77=-rdynamic
    1403914051      ;;
     
    1406114073
    1406214074    darwin* | rhapsody*)
    14063     if test "$GXX" = yes ; then
     14075      case "$host_os" in
     14076        rhapsody* | darwin1.[012])
     14077         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
     14078         ;;
     14079       *) # Darwin 1.3 on
     14080         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     14081           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     14082         else
     14083           case ${MACOSX_DEPLOYMENT_TARGET} in
     14084             10.[012])
     14085               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     14086               ;;
     14087             10.*)
     14088               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
     14089               ;;
     14090           esac
     14091         fi
     14092         ;;
     14093      esac
    1406414094      archive_cmds_need_lc_F77=no
    14065       case "$host_os" in
    14066       rhapsody* | darwin1.[012])
    14067         allow_undefined_flag_F77='-undefined suppress'
    14068         ;;
    14069       *) # Darwin 1.3 on
    14070       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    14071         allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    14072       else
    14073         case ${MACOSX_DEPLOYMENT_TARGET} in
    14074           10.[012])
    14075             allow_undefined_flag_F77='-flat_namespace -undefined suppress'
    14076             ;;
    14077           10.*)
    14078             allow_undefined_flag_F77='-undefined dynamic_lookup'
    14079             ;;
    14080         esac
    14081       fi
    14082         ;;
    14083       esac
    14084         lt_int_apple_cc_single_mod=no
    14085         output_verbose_link_cmd='echo'
    14086         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    14087           lt_int_apple_cc_single_mod=yes
    14088         fi
    14089         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    14090           archive_cmds_F77='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    14091         else
    14092         archive_cmds_F77='$CC -r ${wl}-bind_at_load -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'
    14093       fi
    14094       module_cmds_F77='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    14095       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    14096         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    14097           archive_expsym_cmds_F77='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}'
    14098         else
    14099           archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
    14100         fi
    14101           module_expsym_cmds_F77='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}'
    1410214095      hardcode_direct_F77=no
    1410314096      hardcode_automatic_F77=yes
    1410414097      hardcode_shlibpath_var_F77=unsupported
    14105       whole_archive_flag_spec_F77='-all_load $convenience'
     14098      whole_archive_flag_spec_F77=''
    1410614099      link_all_deplibs_F77=yes
     14100    if test "$GCC" = yes ; then
     14101        output_verbose_link_cmd='echo'
     14102        archive_cmds_F77='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     14103      module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     14104      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     14105      archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     14106      module_expsym_cmds_F77='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}'
    1410714107    else
    14108       ld_shlibs_F77=no
     14108      case "$cc_basename" in
     14109        xlc*)
     14110         output_verbose_link_cmd='echo'
     14111         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     14112         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     14113          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     14114         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     14115          module_expsym_cmds_F77='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}'
     14116          ;;
     14117       *)
     14118         ld_shlibs_F77=no
     14119          ;;
     14120      esac
    1410914121    fi
    1411014122      ;;
     
    1425114263      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    1425214264        archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     14265        archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    1425314266        hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
    1425414267        export_dynamic_flag_spec_F77='${wl}-E'
     
    1460214615  ;;
    1460314616
    14604 bsdi4*)
     14617bsdi[45]*)
    1460514618  version_type=linux
    1460614619  need_version=no
     
    1486114874  hardcode_into_libs=yes
    1486214875
    14863   # find out which ABI we are using
    14864   libsuff=
    14865   case "$host_cpu" in
    14866   x86_64*|s390x*|powerpc64*)
    14867     echo '#line 14867 "configure"' > conftest.$ac_ext
    14868     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    14869   (eval $ac_compile) 2>&5
    14870   ac_status=$?
    14871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    14872   (exit $ac_status); }; then
    14873       case `/usr/bin/file conftest.$ac_objext` in
    14874       *64-bit*)
    14875         libsuff=64
    14876         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    14877         ;;
    14878       esac
    14879     fi
    14880     rm -rf conftest*
    14881     ;;
    14882   esac
    14883 
    1488414876  # Append ld.so.conf contents to the search path
    1488514877  if test -f /etc/ld.so.conf; then
    1488614878    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    14887     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     14879    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1488814880  fi
    1488914881
     
    1494714939  version_type=sunos
    1494814940  need_lib_prefix=no
    14949   need_version=yes
     14941  need_version=no
    1495014942  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1495114943  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1506915061hardcode_action_F77=
    1507015062if test -n "$hardcode_libdir_flag_spec_F77" || \
    15071    test -n "$runpath_var F77" || \
    15072    test "X$hardcode_automatic_F77"="Xyes" ; then
     15063   test -n "$runpath_var_F77" || \
     15064   test "X$hardcode_automatic_F77" = "Xyes" ; then
    1507315065
    1507415066  # We can hardcode non-existant directories.
     
    1514615138  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1514715139  # variables and quote the copies for generation of the libtool script.
    15148   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     15140  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1514915141    SED SHELL STRIP \
    1515015142    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1528915281
    1529015282# Used on cygwin: assembler.
    15291 AS="$AS"
     15283AS=$lt_AS
    1529215284
    1529315285# The name of the directory that contains temporary libtool files.
     
    1560615598   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1560715599   -e 's:$: $lt_compiler_flag:'`
    15608    (eval echo "\"\$as_me:15608: $lt_compile\"" >&5)
     15600   (eval echo "\"\$as_me:15600: $lt_compile\"" >&5)
    1560915601   (eval "$lt_compile" 2>conftest.err)
    1561015602   ac_status=$?
    1561115603   cat conftest.err >&5
    15612    echo "$as_me:15612: \$? = $ac_status" >&5
     15604   echo "$as_me:15604: \$? = $ac_status" >&5
    1561315605   if (exit $ac_status) && test -s "$ac_outfile"; then
    1561415606     # The compiler can only warn and ignore the option if not recognized
     
    1571715709      fi
    1571815710      ;;
     15711      darwin*)
     15712        # PIC is the default on this platform
     15713        # Common symbols not allowed in MH_DYLIB files
     15714       case "$cc_basename" in
     15715         xlc*)
     15716         lt_prog_compiler_pic_GCJ='-qnocommon'
     15717         lt_prog_compiler_wl_GCJ='-Wl,'
     15718         ;;
     15719       esac
     15720       ;;
    1571915721
    1572015722    mingw* | pw32* | os2*)
     
    1583915841   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1584015842   -e 's:$: $lt_compiler_flag:'`
    15841    (eval echo "\"\$as_me:15841: $lt_compile\"" >&5)
     15843   (eval echo "\"\$as_me:15843: $lt_compile\"" >&5)
    1584215844   (eval "$lt_compile" 2>conftest.err)
    1584315845   ac_status=$?
    1584415846   cat conftest.err >&5
    15845    echo "$as_me:15845: \$? = $ac_status" >&5
     15847   echo "$as_me:15847: \$? = $ac_status" >&5
    1584615848   if (exit $ac_status) && test -s "$ac_outfile"; then
    1584715849     # The compiler can only warn and ignore the option if not recognized
     
    1589915901   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
    1590015902   -e 's:$: $lt_compiler_flag:'`
    15901    (eval echo "\"\$as_me:15901: $lt_compile\"" >&5)
     15903   (eval echo "\"\$as_me:15903: $lt_compile\"" >&5)
    1590215904   (eval "$lt_compile" 2>out/conftest.err)
    1590315905   ac_status=$?
    1590415906   cat out/conftest.err >&5
    15905    echo "$as_me:15905: \$? = $ac_status" >&5
     15907   echo "$as_me:15907: \$? = $ac_status" >&5
    1590615908   if (exit $ac_status) && test -s out/conftest2.$ac_objext
    1590715909   then
     
    1640316405      ;;
    1640416406
    16405     bsdi4*)
     16407    bsdi[45]*)
    1640616408      export_dynamic_flag_spec_GCJ=-rdynamic
    1640716409      ;;
     
    1642916431
    1643016432    darwin* | rhapsody*)
    16431     if test "$GXX" = yes ; then
     16433      case "$host_os" in
     16434        rhapsody* | darwin1.[012])
     16435         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
     16436         ;;
     16437       *) # Darwin 1.3 on
     16438         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
     16439           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     16440         else
     16441           case ${MACOSX_DEPLOYMENT_TARGET} in
     16442             10.[012])
     16443               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
     16444               ;;
     16445             10.*)
     16446               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
     16447               ;;
     16448           esac
     16449         fi
     16450         ;;
     16451      esac
    1643216452      archive_cmds_need_lc_GCJ=no
    16433       case "$host_os" in
    16434       rhapsody* | darwin1.[012])
    16435         allow_undefined_flag_GCJ='-undefined suppress'
    16436         ;;
    16437       *) # Darwin 1.3 on
    16438       if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
    16439         allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    16440       else
    16441         case ${MACOSX_DEPLOYMENT_TARGET} in
    16442           10.[012])
    16443             allow_undefined_flag_GCJ='-flat_namespace -undefined suppress'
    16444             ;;
    16445           10.*)
    16446             allow_undefined_flag_GCJ='-undefined dynamic_lookup'
    16447             ;;
    16448         esac
    16449       fi
    16450         ;;
    16451       esac
    16452         lt_int_apple_cc_single_mod=no
    16453         output_verbose_link_cmd='echo'
    16454         if $CC -dumpspecs 2>&1 | grep 'single_module' >/dev/null ; then
    16455           lt_int_apple_cc_single_mod=yes
    16456         fi
    16457         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    16458           archive_cmds_GCJ='$CC -dynamiclib -single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
    16459         else
    16460         archive_cmds_GCJ='$CC -r ${wl}-bind_at_load -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'
    16461       fi
    16462       module_cmds_GCJ='$CC ${wl}-bind_at_load $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
    16463       # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
    16464         if test "X$lt_int_apple_cc_single_mod" = Xyes ; then
    16465           archive_expsym_cmds_GCJ='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}'
    16466         else
    16467           archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r ${wl}-bind_at_load -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}'
    16468         fi
    16469           module_expsym_cmds_GCJ='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}'
    1647016453      hardcode_direct_GCJ=no
    1647116454      hardcode_automatic_GCJ=yes
    1647216455      hardcode_shlibpath_var_GCJ=unsupported
    16473       whole_archive_flag_spec_GCJ='-all_load $convenience'
     16456      whole_archive_flag_spec_GCJ=''
    1647416457      link_all_deplibs_GCJ=yes
     16458    if test "$GCC" = yes ; then
     16459        output_verbose_link_cmd='echo'
     16460        archive_cmds_GCJ='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
     16461      module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     16462      # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     16463      archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     16464      module_expsym_cmds_GCJ='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}'
    1647516465    else
    16476       ld_shlibs_GCJ=no
     16466      case "$cc_basename" in
     16467        xlc*)
     16468         output_verbose_link_cmd='echo'
     16469         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $verstring'
     16470         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
     16471          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin ld's
     16472         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
     16473          module_expsym_cmds_GCJ='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}'
     16474          ;;
     16475       *)
     16476         ld_shlibs_GCJ=no
     16477          ;;
     16478      esac
    1647716479    fi
    1647816480      ;;
     
    1661916621      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
    1662016622        archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
     16623        archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
    1662116624        hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
    1662216625        export_dynamic_flag_spec_GCJ='${wl}-E'
     
    1697016973  ;;
    1697116974
    16972 bsdi4*)
     16975bsdi[45]*)
    1697316976  version_type=linux
    1697416977  need_version=no
     
    1722917232  hardcode_into_libs=yes
    1723017233
    17231   # find out which ABI we are using
    17232   libsuff=
    17233   case "$host_cpu" in
    17234   x86_64*|s390x*|powerpc64*)
    17235     echo '#line 17235 "configure"' > conftest.$ac_ext
    17236     if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
    17237   (eval $ac_compile) 2>&5
    17238   ac_status=$?
    17239   echo "$as_me:$LINENO: \$? = $ac_status" >&5
    17240   (exit $ac_status); }; then
    17241       case `/usr/bin/file conftest.$ac_objext` in
    17242       *64-bit*)
    17243         libsuff=64
    17244         sys_lib_search_path_spec="/lib${libsuff} /usr/lib${libsuff} /usr/local/lib${libsuff}"
    17245         ;;
    17246       esac
    17247     fi
    17248     rm -rf conftest*
    17249     ;;
    17250   esac
    17251 
    1725217234  # Append ld.so.conf contents to the search path
    1725317235  if test -f /etc/ld.so.conf; then
    1725417236    lt_ld_extra=`$SED -e 's/:,\t/ /g;s/=^=*$//;s/=^= * / /g' /etc/ld.so.conf | tr '\n' ' '`
    17255     sys_lib_dlsearch_path_spec="/lib${libsuff} /usr/lib${libsuff} $lt_ld_extra"
     17237    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
    1725617238  fi
    1725717239
     
    1731517297  version_type=sunos
    1731617298  need_lib_prefix=no
    17317   need_version=yes
     17299  need_version=no
    1731817300  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
    1731917301  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
     
    1743717419hardcode_action_GCJ=
    1743817420if test -n "$hardcode_libdir_flag_spec_GCJ" || \
    17439    test -n "$runpath_var GCJ" || \
    17440    test "X$hardcode_automatic_GCJ"="Xyes" ; then
     17421   test -n "$runpath_var_GCJ" || \
     17422   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
    1744117423
    1744217424  # We can hardcode non-existant directories.
     
    1810418086  lt_status=$lt_dlunknown
    1810518087  cat > conftest.$ac_ext <<EOF
    18106 #line 18106 "configure"
     18088#line 18088 "configure"
    1810718089#include "confdefs.h"
    1810818090
     
    1820218184  lt_status=$lt_dlunknown
    1820318185  cat > conftest.$ac_ext <<EOF
    18204 #line 18204 "configure"
     18186#line 18186 "configure"
    1820518187#include "confdefs.h"
    1820618188
     
    1831918301  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1832018302  # variables and quote the copies for generation of the libtool script.
    18321   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     18303  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1832218304    SED SHELL STRIP \
    1832318305    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1846218444
    1846318445# Used on cygwin: assembler.
    18464 AS="$AS"
     18446AS=$lt_AS
    1846518447
    1846618448# The name of the directory that contains temporary libtool files.
     
    1876418746  # careful not to overquote the AC_SUBSTed values.  We take copies of the
    1876518747  # variables and quote the copies for generation of the libtool script.
    18766   for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC NM \
     18748  for var in echo old_CC old_CFLAGS AR AR_FLAGS AS EGREP RANLIB LN_S LTCC NM \
    1876718749    SED SHELL STRIP \
    1876818750    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
     
    1890718889
    1890818890# Used on cygwin: assembler.
    18909 AS="$AS"
     18891AS=$lt_AS
    1891018892
    1891118893# The name of the directory that contains temporary libtool files.
     
    1934419326if test "$GSL_CONFIG" != ""
    1934519327then
    19346     GSL_PREFIX="`${GSL_CONFIG} --prefix`"
    19347     GSL_LIBS="`${GSL_CONFIG} --libs`"
    19348     LDFLAGS="${LDFLAGS=} -L$GSL_PREFIX/lib$GSL_LIBS"
    19349     CFLAGS="${CFLAGS=} -I$GSL_PREFIX/include"
     19328    LDFLAGS="${LDFLAGS=} `${GSL_CONFIG} --libs`"
     19329    CFLAGS="${CFLAGS=} `${GSL_CONFIG} --cflags`"
    1935019330fi
    1935119331
Note: See TracChangeset for help on using the changeset viewer.