Changeset 2217
- Timestamp:
- May 28, 2011 1:34:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/trunk/configure
r2169 r2217 1080 1080 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 1081 1081 --enable-debug compile all projects with debug options tests 1082 --enable-debug-lapack compile this project (Lapack) with debug options 1082 (implies --disable-shared) 1083 --enable-debug-lapack compile this project (Lapack) with debug compiler 1084 flags 1083 1085 --enable-doscompile Under Cygwin, compile so that executables run under 1084 1086 DOS. Set to mingw to use gcc/g++/ld with … … 1827 1829 case "${enableval}" in 1828 1830 yes) coin_debug_compile=true 1829 enable_shared=no1830 1831 ;; 1831 1832 no) coin_debug_compile=false … … 3087 3088 esac 3088 3089 3090 # add -DPROJECT_BUILD to signal compiler preprocessor which config header file to include 3091 if test x$COIN_PRJCT != x; then 3092 CFLAGS="$CFLAGS -D${COIN_PRJCT}_BUILD" 3093 fi 3094 3089 3095 # Try if CFLAGS works 3090 3096 save_CFLAGS="$CFLAGS" … … 3411 3417 3412 3418 # Provide some information about the compiler. 3413 echo "$as_me:341 3:" \3419 echo "$as_me:3419:" \ 3414 3420 "checking for Fortran 77 compiler version" >&5 3415 3421 ac_compiler=`set X $ac_compile; echo $2` … … 3982 3988 ac_save_FFLAGS=$FFLAGS 3983 3989 FFLAGS="$FFLAGS $ac_verb" 3984 (eval echo $as_me:39 84: \"$ac_link\") >&53990 (eval echo $as_me:3990: \"$ac_link\") >&5 3985 3991 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 3986 3992 echo "$ac_f77_v_output" >&5 … … 4060 4066 ac_save_FFLAGS=$FFLAGS 4061 4067 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4062 (eval echo $as_me:406 2: \"$ac_link\") >&54068 (eval echo $as_me:4068: \"$ac_link\") >&5 4063 4069 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4064 4070 echo "$ac_f77_v_output" >&5 … … 7833 7839 fi 7834 7840 done 7841 fi 7842 7843 if test "$coin_has_blas" != skipping; then 7844 7845 # Check whether --with-m4_tolower(Blas) or --without-m4_tolower(Blas) was given. 7846 if test "${with_blas+set}" = set; then 7847 withval="$with_blas" 7848 if test "$withval" = no ; then 7849 coin_has_blas=skipping 7850 fi 7851 7852 fi; 7835 7853 fi 7836 7854 … … 10031 10049 *-*-irix6*) 10032 10050 # Find out which ABI we are using. 10033 echo '#line 100 33"configure"' > conftest.$ac_ext10051 echo '#line 10051 "configure"' > conftest.$ac_ext 10034 10052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 10035 10053 (eval $ac_compile) 2>&5 … … 12508 12526 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12509 12527 -e 's:$: $lt_compiler_flag:'` 12510 (eval echo "\"\$as_me:125 10: $lt_compile\"" >&5)12528 (eval echo "\"\$as_me:12528: $lt_compile\"" >&5) 12511 12529 (eval "$lt_compile" 2>conftest.err) 12512 12530 ac_status=$? 12513 12531 cat conftest.err >&5 12514 echo "$as_me:125 14: \$? = $ac_status" >&512532 echo "$as_me:12532: \$? = $ac_status" >&5 12515 12533 if (exit $ac_status) && test -s "$ac_outfile"; then 12516 12534 # The compiler can only warn and ignore the option if not recognized … … 12776 12794 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12777 12795 -e 's:$: $lt_compiler_flag:'` 12778 (eval echo "\"\$as_me:127 78: $lt_compile\"" >&5)12796 (eval echo "\"\$as_me:12796: $lt_compile\"" >&5) 12779 12797 (eval "$lt_compile" 2>conftest.err) 12780 12798 ac_status=$? 12781 12799 cat conftest.err >&5 12782 echo "$as_me:12 782: \$? = $ac_status" >&512800 echo "$as_me:12800: \$? = $ac_status" >&5 12783 12801 if (exit $ac_status) && test -s "$ac_outfile"; then 12784 12802 # The compiler can only warn and ignore the option if not recognized … … 12880 12898 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12881 12899 -e 's:$: $lt_compiler_flag:'` 12882 (eval echo "\"\$as_me:12 882: $lt_compile\"" >&5)12900 (eval echo "\"\$as_me:12900: $lt_compile\"" >&5) 12883 12901 (eval "$lt_compile" 2>out/conftest.err) 12884 12902 ac_status=$? 12885 12903 cat out/conftest.err >&5 12886 echo "$as_me:12 886: \$? = $ac_status" >&512904 echo "$as_me:12904: \$? = $ac_status" >&5 12887 12905 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12888 12906 then … … 15297 15315 lt_status=$lt_dlunknown 15298 15316 cat > conftest.$ac_ext <<EOF 15299 #line 15 299"configure"15317 #line 15317 "configure" 15300 15318 #include "confdefs.h" 15301 15319 … … 15397 15415 lt_status=$lt_dlunknown 15398 15416 cat > conftest.$ac_ext <<EOF 15399 #line 15 399"configure"15417 #line 15417 "configure" 15400 15418 #include "confdefs.h" 15401 15419 … … 17757 17775 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17758 17776 -e 's:$: $lt_compiler_flag:'` 17759 (eval echo "\"\$as_me:177 59: $lt_compile\"" >&5)17777 (eval echo "\"\$as_me:17777: $lt_compile\"" >&5) 17760 17778 (eval "$lt_compile" 2>conftest.err) 17761 17779 ac_status=$? 17762 17780 cat conftest.err >&5 17763 echo "$as_me:177 63: \$? = $ac_status" >&517781 echo "$as_me:17781: \$? = $ac_status" >&5 17764 17782 if (exit $ac_status) && test -s "$ac_outfile"; then 17765 17783 # The compiler can only warn and ignore the option if not recognized … … 17861 17879 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17862 17880 -e 's:$: $lt_compiler_flag:'` 17863 (eval echo "\"\$as_me:178 63: $lt_compile\"" >&5)17881 (eval echo "\"\$as_me:17881: $lt_compile\"" >&5) 17864 17882 (eval "$lt_compile" 2>out/conftest.err) 17865 17883 ac_status=$? 17866 17884 cat out/conftest.err >&5 17867 echo "$as_me:178 67: \$? = $ac_status" >&517885 echo "$as_me:17885: \$? = $ac_status" >&5 17868 17886 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17869 17887 then … … 19431 19449 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19432 19450 -e 's:$: $lt_compiler_flag:'` 19433 (eval echo "\"\$as_me:194 33: $lt_compile\"" >&5)19451 (eval echo "\"\$as_me:19451: $lt_compile\"" >&5) 19434 19452 (eval "$lt_compile" 2>conftest.err) 19435 19453 ac_status=$? 19436 19454 cat conftest.err >&5 19437 echo "$as_me:194 37: \$? = $ac_status" >&519455 echo "$as_me:19455: \$? = $ac_status" >&5 19438 19456 if (exit $ac_status) && test -s "$ac_outfile"; then 19439 19457 # The compiler can only warn and ignore the option if not recognized … … 19535 19553 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19536 19554 -e 's:$: $lt_compiler_flag:'` 19537 (eval echo "\"\$as_me:195 37: $lt_compile\"" >&5)19555 (eval echo "\"\$as_me:19555: $lt_compile\"" >&5) 19538 19556 (eval "$lt_compile" 2>out/conftest.err) 19539 19557 ac_status=$? 19540 19558 cat out/conftest.err >&5 19541 echo "$as_me:195 41: \$? = $ac_status" >&519559 echo "$as_me:19559: \$? = $ac_status" >&5 19542 19560 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19543 19561 then … … 21742 21760 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 21743 21761 -e 's:$: $lt_compiler_flag:'` 21744 (eval echo "\"\$as_me:217 44: $lt_compile\"" >&5)21762 (eval echo "\"\$as_me:21762: $lt_compile\"" >&5) 21745 21763 (eval "$lt_compile" 2>conftest.err) 21746 21764 ac_status=$? 21747 21765 cat conftest.err >&5 21748 echo "$as_me:217 48: \$? = $ac_status" >&521766 echo "$as_me:21766: \$? = $ac_status" >&5 21749 21767 if (exit $ac_status) && test -s "$ac_outfile"; then 21750 21768 # The compiler can only warn and ignore the option if not recognized … … 22010 22028 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 22011 22029 -e 's:$: $lt_compiler_flag:'` 22012 (eval echo "\"\$as_me:220 12: $lt_compile\"" >&5)22030 (eval echo "\"\$as_me:22030: $lt_compile\"" >&5) 22013 22031 (eval "$lt_compile" 2>conftest.err) 22014 22032 ac_status=$? 22015 22033 cat conftest.err >&5 22016 echo "$as_me:220 16: \$? = $ac_status" >&522034 echo "$as_me:22034: \$? = $ac_status" >&5 22017 22035 if (exit $ac_status) && test -s "$ac_outfile"; then 22018 22036 # The compiler can only warn and ignore the option if not recognized … … 22114 22132 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 22115 22133 -e 's:$: $lt_compiler_flag:'` 22116 (eval echo "\"\$as_me:221 16: $lt_compile\"" >&5)22134 (eval echo "\"\$as_me:22134: $lt_compile\"" >&5) 22117 22135 (eval "$lt_compile" 2>out/conftest.err) 22118 22136 ac_status=$? 22119 22137 cat out/conftest.err >&5 22120 echo "$as_me:221 20: \$? = $ac_status" >&522138 echo "$as_me:22138: \$? = $ac_status" >&5 22121 22139 if (exit $ac_status) && test -s out/conftest2.$ac_objext 22122 22140 then
Note: See TracChangeset
for help on using the changeset viewer.