Changeset 2886
- Timestamp:
- Sep 12, 2013 12:20:53 AM (6 years ago)
- Location:
- ThirdParty/Blas/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Blas/trunk/Makefile.in
r2575 r2886 210 210 ac_ct_CXX = @ac_ct_CXX@ 211 211 ac_ct_F77 = @ac_ct_F77@ 212 ac_ct_PKG_CONFIG = @ac_ct_PKG_CONFIG@ 212 213 ac_ct_RANLIB = @ac_ct_RANLIB@ 213 214 ac_ct_STRIP = @ac_ct_STRIP@ 214 215 ac_cxx_preproc_warn_flag = @ac_cxx_preproc_warn_flag@ 215 ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@216 216 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 217 217 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ -
ThirdParty/Blas/trunk/configure
r2678 r2886 473 473 #endif" 474 474 475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion BLAS_SVN_REV build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 ac_ct_F77 FFLAGS MPIF77 FLIBS BLAS_PCLIBS PKG_CONFIG ac_ pt_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS'475 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS ALWAYS_FALSE_TRUE ALWAYS_FALSE_FALSE have_svnversion BLAS_SVN_REV build build_cpu build_vendor build_os CDEFS ADD_CFLAGS DBG_CFLAGS OPT_CFLAGS sol_cc_compiler CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT COIN_CC_IS_CL_TRUE COIN_CC_IS_CL_FALSE MPICC ADD_FFLAGS DBG_FFLAGS OPT_FFLAGS F77 ac_ct_F77 FFLAGS MPIF77 FLIBS BLAS_PCLIBS PKG_CONFIG ac_ct_PKG_CONFIG COIN_HAS_PKGCONFIG_TRUE COIN_HAS_PKGCONFIG_FALSE COIN_PKG_CONFIG_PATH COIN_PKG_CONFIG_PATH_UNINSTALLED EGREP LN_S INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBTOOLM4 have_autoconf have_automake have_svn BUILDTOOLSDIR AUX_DIR abs_source_dir abs_lib_dir abs_include_dir abs_bin_dir HAVE_EXTERNALS_TRUE HAVE_EXTERNALS_FALSE host host_cpu host_vendor host_os ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP LIBTOOL ac_c_preproc_warn_flag ac_cxx_preproc_warn_flag RPATH_FLAGS LT_LDFLAGS LIBEXT VPATH_DISTCLEANFILES ABSBUILDDIR LIBOBJS LTLIBOBJS' 476 476 ac_subst_files='' 477 477 … … 2782 2782 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2783 2783 fi ;; 2784 * ) 2785 CYGPATH_W=echo 2786 ;; 2784 2787 esac 2785 2788 CFLAGS="$save_cflags" … … 2894 2897 clang* ) ;; 2895 2898 cl* | */cl* | CL* | */CL*) 2896 coin_opt_cflags='-MT -O2' 2899 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 2900 coin_opt_cflags='-MD -O2' 2901 coin_dbg_cflags='-MDd' 2902 else 2903 coin_opt_cflags='-MT -O2' 2904 coin_dbg_cflags='-MTd' 2905 fi 2897 2906 coin_add_cflags='-nologo -wd4996 -D_CRT_SECURE_NO_DEPRECATE' 2898 coin_dbg_cflags='-MTd'2899 2907 ;; 2900 2908 icl* | */icl* | ICL* | */ICL*) 2901 coin_opt_cflags='-MT -Ox' 2909 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 2910 coin_opt_cflags='-MD -Ox' 2911 coin_dbg_cflags='-MDd -debug' 2912 else 2913 coin_opt_cflags='-MT -Ox' 2914 coin_dbg_cflags='-MTd -debug' 2915 fi 2902 2916 coin_add_cflags='-nologo -D_CRT_SECURE_NO_DEPRECATE' 2903 coin_dbg_cflags='-MTd -debug'2904 2917 ;; 2905 2918 esac … … 3547 3560 3548 3561 # Provide some information about the compiler. 3549 echo "$as_me:35 49:" \3562 echo "$as_me:3562:" \ 3550 3563 "checking for Fortran 77 compiler version" >&5 3551 3564 ac_compiler=`set X $ac_compile; echo $2` … … 3762 3775 case $F77 in 3763 3776 ifort* | */ifort* | IFORT* | */IFORT* ) 3764 coin_opt_fflags='-MT -O3' 3777 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 3778 coin_opt_fflags='-MD -O3' 3779 coin_dbg_fflags='-MDd -debug' 3780 else 3781 coin_opt_fflags='-MT -O3' 3782 coin_dbg_fflags='-MTd -debug' 3783 fi 3765 3784 coin_add_fflags='-fpp -nologo' 3766 coin_dbg_fflags='-MTd -debug'3767 3785 ;; 3768 3786 compile_f2c*) 3769 coin_opt_fflags='-MT -O2' 3787 if test "$coin_disable_shared" = yes || test "$enable_shared" = yes ; then 3788 coin_opt_fflags='-MD -O2' 3789 coin_dbg_fflags='-MDd' 3790 else 3791 coin_opt_fflags='-MT -O2' 3792 coin_dbg_fflags='-MTd' 3793 fi 3770 3794 coin_add_fflags='-nologo -wd4996' 3771 coin_dbg_fflags='-MTd'3772 3795 ;; 3773 3796 esac … … 4185 4208 ac_save_FFLAGS=$FFLAGS 4186 4209 FFLAGS="$FFLAGS $ac_verb" 4187 (eval echo $as_me:4 187: \"$ac_link\") >&54210 (eval echo $as_me:4210: \"$ac_link\") >&5 4188 4211 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4189 4212 echo "$ac_f77_v_output" >&5 … … 4263 4286 ac_save_FFLAGS=$FFLAGS 4264 4287 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4265 (eval echo $as_me:42 65: \"$ac_link\") >&54288 (eval echo $as_me:4288: \"$ac_link\") >&5 4266 4289 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4267 4290 echo "$ac_f77_v_output" >&5 … … 5032 5055 use_pkgconfig="$enableval" 5033 5056 else 5034 use_pkgconfig=yes 5057 if test x$coin_cc_is_cl = xtrue; then 5058 use_pkgconfig=no 5059 else 5060 use_pkgconfig=yes 5061 fi 5035 5062 fi; 5036 5063 … … 5042 5069 echo "$as_me:$LINENO: checking for $ac_word" >&5 5043 5070 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5044 if test "${ac_cv_p ath_PKG_CONFIG+set}" = set; then5071 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then 5045 5072 echo $ECHO_N "(cached) $ECHO_C" >&6 5046 5073 else 5047 case $PKG_CONFIG in 5048 [\\/]* | ?:[\\/]*) 5049 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. 5050 ;; 5051 *) 5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5074 if test -n "$PKG_CONFIG"; then 5075 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test. 5076 else 5077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5053 5078 for as_dir in $PATH 5054 5079 do … … 5057 5082 for ac_exec_ext in '' $ac_executable_extensions; do 5058 5083 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5059 ac_cv_p ath_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"5084 ac_cv_prog_PKG_CONFIG="${ac_tool_prefix}pkg-config" 5060 5085 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5061 5086 break 2 … … 5064 5089 done 5065 5090 5066 ;; 5067 esac 5068 fi 5069 PKG_CONFIG=$ac_cv_path_PKG_CONFIG 5070 5091 fi 5092 fi 5093 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG 5071 5094 if test -n "$PKG_CONFIG"; then 5072 5095 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 … … 5078 5101 5079 5102 fi 5080 if test -z "$ac_cv_p ath_PKG_CONFIG"; then5081 ac_ pt_PKG_CONFIG=$PKG_CONFIG5103 if test -z "$ac_cv_prog_PKG_CONFIG"; then 5104 ac_ct_PKG_CONFIG=$PKG_CONFIG 5082 5105 # Extract the first word of "pkg-config", so it can be a program name with args. 5083 5106 set dummy pkg-config; ac_word=$2 5084 5107 echo "$as_me:$LINENO: checking for $ac_word" >&5 5085 5108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 5086 if test "${ac_cv_p ath_ac_pt_PKG_CONFIG+set}" = set; then5109 if test "${ac_cv_prog_ac_ct_PKG_CONFIG+set}" = set; then 5087 5110 echo $ECHO_N "(cached) $ECHO_C" >&6 5088 5111 else 5089 case $ac_pt_PKG_CONFIG in 5090 [\\/]* | ?:[\\/]*) 5091 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. 5092 ;; 5093 *) 5094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5112 if test -n "$ac_ct_PKG_CONFIG"; then 5113 ac_cv_prog_ac_ct_PKG_CONFIG="$ac_ct_PKG_CONFIG" # Let the user override the test. 5114 else 5115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 5095 5116 for as_dir in $PATH 5096 5117 do … … 5099 5120 for ac_exec_ext in '' $ac_executable_extensions; do 5100 5121 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then 5101 ac_cv_p ath_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"5122 ac_cv_prog_ac_ct_PKG_CONFIG="pkg-config" 5102 5123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 5103 5124 break 2 … … 5106 5127 done 5107 5128 5108 ;; 5109 esac 5110 fi 5111 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG 5112 5113 if test -n "$ac_pt_PKG_CONFIG"; then 5114 echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 5115 echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6 5129 fi 5130 fi 5131 ac_ct_PKG_CONFIG=$ac_cv_prog_ac_ct_PKG_CONFIG 5132 if test -n "$ac_ct_PKG_CONFIG"; then 5133 echo "$as_me:$LINENO: result: $ac_ct_PKG_CONFIG" >&5 5134 echo "${ECHO_T}$ac_ct_PKG_CONFIG" >&6 5116 5135 else 5117 5136 echo "$as_me:$LINENO: result: no" >&5 … … 5119 5138 fi 5120 5139 5121 PKG_CONFIG=$ac_ pt_PKG_CONFIG5122 else 5123 PKG_CONFIG="$ac_cv_p ath_PKG_CONFIG"5140 PKG_CONFIG=$ac_ct_PKG_CONFIG 5141 else 5142 PKG_CONFIG="$ac_cv_prog_PKG_CONFIG" 5124 5143 fi 5125 5144 … … 5233 5252 # START 5234 5253 5254 coin_disable_shared=no 5235 5255 # Test if force_shared has been set 5236 5256 if test "x" = xforce_shared; then … … 5244 5264 # On Cygwin and AIX, building DLLs doesn't work 5245 5265 case $build in 5246 *-cygwin* )5266 *-cygwin* | *-mingw*) 5247 5267 coin_disable_shared=yes 5248 platform=Cygwin 5268 if test x"$enable_shared" = xyes; then 5269 case "$CXX" in 5270 clang* ) 5271 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 5272 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 5273 ;; 5274 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 5275 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&5 5276 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 5277 ;; 5278 *) 5279 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 5280 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 5281 ;; 5282 esac 5283 fi 5249 5284 ;; 5250 5285 *-aix*) 5251 5286 coin_disable_shared=yes 5252 5287 platform=AIX 5253 ;; 5254 *-mingw*) 5255 coin_disable_shared=yes 5256 platform="Msys" 5257 # case "$CXX" in 5258 # cl*) 5259 # coin_disable_shared=yes 5260 # platform="Msys with cl" 5261 # ;; 5262 # esac 5288 if test x"$enable_shared" = xyes; then 5289 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 5290 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 5291 fi 5263 5292 ;; 5264 5293 esac … … 5266 5295 if test x"$coin_disable_shared" = xyes; then 5267 5296 if test x"$enable_shared" = xyes; then 5268 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 5269 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 5297 : 5298 else 5299 # we don't disable shared, because it was not selected anyway 5300 coin_disable_shared=no 5270 5301 fi 5271 5302 enable_shared=no … … 6865 6896 *-*-irix6*) 6866 6897 # Find out which ABI we are using. 6867 echo '#line 68 67"configure"' > conftest.$ac_ext6898 echo '#line 6898 "configure"' > conftest.$ac_ext 6868 6899 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6869 6900 (eval $ac_compile) 2>&5 … … 9342 9373 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9343 9374 -e 's:$: $lt_compiler_flag:'` 9344 (eval echo "\"\$as_me:93 44: $lt_compile\"" >&5)9375 (eval echo "\"\$as_me:9375: $lt_compile\"" >&5) 9345 9376 (eval "$lt_compile" 2>conftest.err) 9346 9377 ac_status=$? 9347 9378 cat conftest.err >&5 9348 echo "$as_me:93 48: \$? = $ac_status" >&59379 echo "$as_me:9379: \$? = $ac_status" >&5 9349 9380 if (exit $ac_status) && test -s "$ac_outfile"; then 9350 9381 # The compiler can only warn and ignore the option if not recognized … … 9610 9641 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9611 9642 -e 's:$: $lt_compiler_flag:'` 9612 (eval echo "\"\$as_me:96 12: $lt_compile\"" >&5)9643 (eval echo "\"\$as_me:9643: $lt_compile\"" >&5) 9613 9644 (eval "$lt_compile" 2>conftest.err) 9614 9645 ac_status=$? 9615 9646 cat conftest.err >&5 9616 echo "$as_me:96 16: \$? = $ac_status" >&59647 echo "$as_me:9647: \$? = $ac_status" >&5 9617 9648 if (exit $ac_status) && test -s "$ac_outfile"; then 9618 9649 # The compiler can only warn and ignore the option if not recognized … … 9714 9745 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9715 9746 -e 's:$: $lt_compiler_flag:'` 9716 (eval echo "\"\$as_me:97 16: $lt_compile\"" >&5)9747 (eval echo "\"\$as_me:9747: $lt_compile\"" >&5) 9717 9748 (eval "$lt_compile" 2>out/conftest.err) 9718 9749 ac_status=$? 9719 9750 cat out/conftest.err >&5 9720 echo "$as_me:97 20: \$? = $ac_status" >&59751 echo "$as_me:9751: \$? = $ac_status" >&5 9721 9752 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9722 9753 then … … 12131 12162 lt_status=$lt_dlunknown 12132 12163 cat > conftest.$ac_ext <<EOF 12133 #line 121 33"configure"12164 #line 12164 "configure" 12134 12165 #include "confdefs.h" 12135 12166 … … 12231 12262 lt_status=$lt_dlunknown 12232 12263 cat > conftest.$ac_ext <<EOF 12233 #line 122 33"configure"12264 #line 12264 "configure" 12234 12265 #include "confdefs.h" 12235 12266 … … 14591 14622 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14592 14623 -e 's:$: $lt_compiler_flag:'` 14593 (eval echo "\"\$as_me:14 593: $lt_compile\"" >&5)14624 (eval echo "\"\$as_me:14624: $lt_compile\"" >&5) 14594 14625 (eval "$lt_compile" 2>conftest.err) 14595 14626 ac_status=$? 14596 14627 cat conftest.err >&5 14597 echo "$as_me:14 597: \$? = $ac_status" >&514628 echo "$as_me:14628: \$? = $ac_status" >&5 14598 14629 if (exit $ac_status) && test -s "$ac_outfile"; then 14599 14630 # The compiler can only warn and ignore the option if not recognized … … 14695 14726 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14696 14727 -e 's:$: $lt_compiler_flag:'` 14697 (eval echo "\"\$as_me:14 697: $lt_compile\"" >&5)14728 (eval echo "\"\$as_me:14728: $lt_compile\"" >&5) 14698 14729 (eval "$lt_compile" 2>out/conftest.err) 14699 14730 ac_status=$? 14700 14731 cat out/conftest.err >&5 14701 echo "$as_me:147 01: \$? = $ac_status" >&514732 echo "$as_me:14732: \$? = $ac_status" >&5 14702 14733 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14703 14734 then … … 16265 16296 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16266 16297 -e 's:$: $lt_compiler_flag:'` 16267 (eval echo "\"\$as_me:162 67: $lt_compile\"" >&5)16298 (eval echo "\"\$as_me:16298: $lt_compile\"" >&5) 16268 16299 (eval "$lt_compile" 2>conftest.err) 16269 16300 ac_status=$? 16270 16301 cat conftest.err >&5 16271 echo "$as_me:16 271: \$? = $ac_status" >&516302 echo "$as_me:16302: \$? = $ac_status" >&5 16272 16303 if (exit $ac_status) && test -s "$ac_outfile"; then 16273 16304 # The compiler can only warn and ignore the option if not recognized … … 16369 16400 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16370 16401 -e 's:$: $lt_compiler_flag:'` 16371 (eval echo "\"\$as_me:16 371: $lt_compile\"" >&5)16402 (eval echo "\"\$as_me:16402: $lt_compile\"" >&5) 16372 16403 (eval "$lt_compile" 2>out/conftest.err) 16373 16404 ac_status=$? 16374 16405 cat out/conftest.err >&5 16375 echo "$as_me:16 375: \$? = $ac_status" >&516406 echo "$as_me:16406: \$? = $ac_status" >&5 16376 16407 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16377 16408 then … … 18576 18607 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18577 18608 -e 's:$: $lt_compiler_flag:'` 18578 (eval echo "\"\$as_me:18 578: $lt_compile\"" >&5)18609 (eval echo "\"\$as_me:18609: $lt_compile\"" >&5) 18579 18610 (eval "$lt_compile" 2>conftest.err) 18580 18611 ac_status=$? 18581 18612 cat conftest.err >&5 18582 echo "$as_me:18 582: \$? = $ac_status" >&518613 echo "$as_me:18613: \$? = $ac_status" >&5 18583 18614 if (exit $ac_status) && test -s "$ac_outfile"; then 18584 18615 # The compiler can only warn and ignore the option if not recognized … … 18844 18875 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18845 18876 -e 's:$: $lt_compiler_flag:'` 18846 (eval echo "\"\$as_me:188 46: $lt_compile\"" >&5)18877 (eval echo "\"\$as_me:18877: $lt_compile\"" >&5) 18847 18878 (eval "$lt_compile" 2>conftest.err) 18848 18879 ac_status=$? 18849 18880 cat conftest.err >&5 18850 echo "$as_me:188 50: \$? = $ac_status" >&518881 echo "$as_me:18881: \$? = $ac_status" >&5 18851 18882 if (exit $ac_status) && test -s "$ac_outfile"; then 18852 18883 # The compiler can only warn and ignore the option if not recognized … … 18948 18979 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18949 18980 -e 's:$: $lt_compiler_flag:'` 18950 (eval echo "\"\$as_me:189 50: $lt_compile\"" >&5)18981 (eval echo "\"\$as_me:18981: $lt_compile\"" >&5) 18951 18982 (eval "$lt_compile" 2>out/conftest.err) 18952 18983 ac_status=$? 18953 18984 cat out/conftest.err >&5 18954 echo "$as_me:189 54: \$? = $ac_status" >&518985 echo "$as_me:18985: \$? = $ac_status" >&5 18955 18986 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18956 18987 then … … 21722 21753 -e 's%lib /OUT:%lib -OUT:%' \ 21723 21754 -e "s%cygpath -w%$CYGPATH_W%" \ 21724 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\ `lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo '"$mydos2unix"'\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \21725 -e 's /$AR t/lib -nologo -list/' \21755 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\$(lib -nologo -list \\$('"$CYGPATH_W \$1"') '"$mydos2unix"' | xargs echo); echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$('"$CYGPATH_W \$1"'); done%' \ 21756 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 21726 21757 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 21727 21758 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ … … 22678 22709 s,@BLAS_PCLIBS@,$BLAS_PCLIBS,;t t 22679 22710 s,@PKG_CONFIG@,$PKG_CONFIG,;t t 22680 s,@ac_ pt_PKG_CONFIG@,$ac_pt_PKG_CONFIG,;t t22711 s,@ac_ct_PKG_CONFIG@,$ac_ct_PKG_CONFIG,;t t 22681 22712 s,@COIN_HAS_PKGCONFIG_TRUE@,$COIN_HAS_PKGCONFIG_TRUE,;t t 22682 22713 s,@COIN_HAS_PKGCONFIG_FALSE@,$COIN_HAS_PKGCONFIG_FALSE,;t t
Note: See TracChangeset
for help on using the changeset viewer.