Changeset 150
- Timestamp:
- Nov 29, 2006 1:28:32 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Lapack/stable/1.0/configure
r139 r150 2779 2779 fi 2780 2780 2781 # if PM doesn't want the warning messages, take them out 2782 if test x"$coin_skip_warn_cflags" = xyes; then 2783 coin_warn_cflags= 2784 fi 2785 2781 2786 if test x${DBG_CFLAGS+set} != xset; then 2782 2787 DBG_CFLAGS="$coin_dbg_cflags $coin_add_cflags $coin_warn_cflags" … … 3064 3069 3065 3070 # Provide some information about the compiler. 3066 echo "$as_me:30 66:" \3071 echo "$as_me:3071:" \ 3067 3072 "checking for Fortran 77 compiler version" >&5 3068 3073 ac_compiler=`set X $ac_compile; echo $2` … … 3403 3408 fi 3404 3409 3410 # if PM doesn't want the warning messages, take them out 3411 if test x"$coin_skip_warn_fflags" = xyes; then 3412 coin_warn_fflags= 3413 fi 3414 3405 3415 if test x${DBG_FFLAGS+set} != xset; then 3406 3416 DBG_FFLAGS="$coin_dbg_fflags $coin_add_fflags $coin_warn_fflags" … … 4565 4575 *-*-irix6*) 4566 4576 # Find out which ABI we are using. 4567 echo '#line 45 67 "configure"' > conftest.$ac_ext4577 echo '#line 4577 "configure"' > conftest.$ac_ext 4568 4578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4569 4579 (eval $ac_compile) 2>&5 … … 6994 7004 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 6995 7005 -e 's:$: $lt_compiler_flag:'` 6996 (eval echo "\"\$as_me: 6996: $lt_compile\"" >&5)7006 (eval echo "\"\$as_me:7006: $lt_compile\"" >&5) 6997 7007 (eval "$lt_compile" 2>conftest.err) 6998 7008 ac_status=$? 6999 7009 cat conftest.err >&5 7000 echo "$as_me:70 00: \$? = $ac_status" >&57010 echo "$as_me:7010: \$? = $ac_status" >&5 7001 7011 if (exit $ac_status) && test -s "$ac_outfile"; then 7002 7012 # The compiler can only warn and ignore the option if not recognized … … 7262 7272 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7263 7273 -e 's:$: $lt_compiler_flag:'` 7264 (eval echo "\"\$as_me:72 64: $lt_compile\"" >&5)7274 (eval echo "\"\$as_me:7274: $lt_compile\"" >&5) 7265 7275 (eval "$lt_compile" 2>conftest.err) 7266 7276 ac_status=$? 7267 7277 cat conftest.err >&5 7268 echo "$as_me:72 68: \$? = $ac_status" >&57278 echo "$as_me:7278: \$? = $ac_status" >&5 7269 7279 if (exit $ac_status) && test -s "$ac_outfile"; then 7270 7280 # The compiler can only warn and ignore the option if not recognized … … 7366 7376 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7367 7377 -e 's:$: $lt_compiler_flag:'` 7368 (eval echo "\"\$as_me:73 68: $lt_compile\"" >&5)7378 (eval echo "\"\$as_me:7378: $lt_compile\"" >&5) 7369 7379 (eval "$lt_compile" 2>out/conftest.err) 7370 7380 ac_status=$? 7371 7381 cat out/conftest.err >&5 7372 echo "$as_me:73 72: \$? = $ac_status" >&57382 echo "$as_me:7382: \$? = $ac_status" >&5 7373 7383 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7374 7384 then … … 9711 9721 lt_status=$lt_dlunknown 9712 9722 cat > conftest.$ac_ext <<EOF 9713 #line 97 13 "configure"9723 #line 9723 "configure" 9714 9724 #include "confdefs.h" 9715 9725 … … 9811 9821 lt_status=$lt_dlunknown 9812 9822 cat > conftest.$ac_ext <<EOF 9813 #line 98 13 "configure"9823 #line 9823 "configure" 9814 9824 #include "confdefs.h" 9815 9825 … … 12155 12165 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12156 12166 -e 's:$: $lt_compiler_flag:'` 12157 (eval echo "\"\$as_me:121 57: $lt_compile\"" >&5)12167 (eval echo "\"\$as_me:12167: $lt_compile\"" >&5) 12158 12168 (eval "$lt_compile" 2>conftest.err) 12159 12169 ac_status=$? 12160 12170 cat conftest.err >&5 12161 echo "$as_me:121 61: \$? = $ac_status" >&512171 echo "$as_me:12171: \$? = $ac_status" >&5 12162 12172 if (exit $ac_status) && test -s "$ac_outfile"; then 12163 12173 # The compiler can only warn and ignore the option if not recognized … … 12259 12269 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12260 12270 -e 's:$: $lt_compiler_flag:'` 12261 (eval echo "\"\$as_me:122 61: $lt_compile\"" >&5)12271 (eval echo "\"\$as_me:12271: $lt_compile\"" >&5) 12262 12272 (eval "$lt_compile" 2>out/conftest.err) 12263 12273 ac_status=$? 12264 12274 cat out/conftest.err >&5 12265 echo "$as_me:122 65: \$? = $ac_status" >&512275 echo "$as_me:12275: \$? = $ac_status" >&5 12266 12276 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12267 12277 then … … 13829 13839 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13830 13840 -e 's:$: $lt_compiler_flag:'` 13831 (eval echo "\"\$as_me:138 31: $lt_compile\"" >&5)13841 (eval echo "\"\$as_me:13841: $lt_compile\"" >&5) 13832 13842 (eval "$lt_compile" 2>conftest.err) 13833 13843 ac_status=$? 13834 13844 cat conftest.err >&5 13835 echo "$as_me:138 35: \$? = $ac_status" >&513845 echo "$as_me:13845: \$? = $ac_status" >&5 13836 13846 if (exit $ac_status) && test -s "$ac_outfile"; then 13837 13847 # The compiler can only warn and ignore the option if not recognized … … 13933 13943 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13934 13944 -e 's:$: $lt_compiler_flag:'` 13935 (eval echo "\"\$as_me:139 35: $lt_compile\"" >&5)13945 (eval echo "\"\$as_me:13945: $lt_compile\"" >&5) 13936 13946 (eval "$lt_compile" 2>out/conftest.err) 13937 13947 ac_status=$? 13938 13948 cat out/conftest.err >&5 13939 echo "$as_me:139 39: \$? = $ac_status" >&513949 echo "$as_me:13949: \$? = $ac_status" >&5 13940 13950 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13941 13951 then … … 16140 16150 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16141 16151 -e 's:$: $lt_compiler_flag:'` 16142 (eval echo "\"\$as_me:161 42: $lt_compile\"" >&5)16152 (eval echo "\"\$as_me:16152: $lt_compile\"" >&5) 16143 16153 (eval "$lt_compile" 2>conftest.err) 16144 16154 ac_status=$? 16145 16155 cat conftest.err >&5 16146 echo "$as_me:161 46: \$? = $ac_status" >&516156 echo "$as_me:16156: \$? = $ac_status" >&5 16147 16157 if (exit $ac_status) && test -s "$ac_outfile"; then 16148 16158 # The compiler can only warn and ignore the option if not recognized … … 16408 16418 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16409 16419 -e 's:$: $lt_compiler_flag:'` 16410 (eval echo "\"\$as_me:164 10: $lt_compile\"" >&5)16420 (eval echo "\"\$as_me:16420: $lt_compile\"" >&5) 16411 16421 (eval "$lt_compile" 2>conftest.err) 16412 16422 ac_status=$? 16413 16423 cat conftest.err >&5 16414 echo "$as_me:164 14: \$? = $ac_status" >&516424 echo "$as_me:16424: \$? = $ac_status" >&5 16415 16425 if (exit $ac_status) && test -s "$ac_outfile"; then 16416 16426 # The compiler can only warn and ignore the option if not recognized … … 16512 16522 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16513 16523 -e 's:$: $lt_compiler_flag:'` 16514 (eval echo "\"\$as_me:165 14: $lt_compile\"" >&5)16524 (eval echo "\"\$as_me:16524: $lt_compile\"" >&5) 16515 16525 (eval "$lt_compile" 2>out/conftest.err) 16516 16526 ac_status=$? 16517 16527 cat out/conftest.err >&5 16518 echo "$as_me:165 18: \$? = $ac_status" >&516528 echo "$as_me:16528: \$? = $ac_status" >&5 16519 16529 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16520 16530 then
Note: See TracChangeset
for help on using the changeset viewer.