Changeset 1090 for ThirdParty/Mumps/stable/BSP/configure
- Timestamp:
- Aug 4, 2008 8:09:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Mumps/stable/BSP/configure
r1087 r1090 4642 4642 case "$F77" in 4643 4643 ifort* | */ifort* | IFORT* | */IFORT*) 4644 FLIBS="-link libifcorert.lib $LIBS /NODEFAULTLIB:libc.lib";; 4644 if test "$coin_debug_compile" = "true"; then 4645 FLIBS="-link libifcorertd.lib $LIBS /NODEFAULTLIB:libc.lib" 4646 else 4647 FLIBS="-link libifcorert.lib $LIBS /NODEFAULTLIB:libc.lib" 4648 fi 4649 ;; 4645 4650 compile_f2c*) 4646 4651 FLIBS=`$F77 -FLIBS` ;; … … 6332 6337 *-*-irix6*) 6333 6338 # Find out which ABI we are using. 6334 echo '#line 633 4"configure"' > conftest.$ac_ext6339 echo '#line 6339 "configure"' > conftest.$ac_ext 6335 6340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6336 6341 (eval $ac_compile) 2>&5 … … 8809 8814 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8810 8815 -e 's:$: $lt_compiler_flag:'` 8811 (eval echo "\"\$as_me:881 1: $lt_compile\"" >&5)8816 (eval echo "\"\$as_me:8816: $lt_compile\"" >&5) 8812 8817 (eval "$lt_compile" 2>conftest.err) 8813 8818 ac_status=$? 8814 8819 cat conftest.err >&5 8815 echo "$as_me:88 15: \$? = $ac_status" >&58820 echo "$as_me:8820: \$? = $ac_status" >&5 8816 8821 if (exit $ac_status) && test -s "$ac_outfile"; then 8817 8822 # The compiler can only warn and ignore the option if not recognized … … 9077 9082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9078 9083 -e 's:$: $lt_compiler_flag:'` 9079 (eval echo "\"\$as_me:90 79: $lt_compile\"" >&5)9084 (eval echo "\"\$as_me:9084: $lt_compile\"" >&5) 9080 9085 (eval "$lt_compile" 2>conftest.err) 9081 9086 ac_status=$? 9082 9087 cat conftest.err >&5 9083 echo "$as_me:908 3: \$? = $ac_status" >&59088 echo "$as_me:9088: \$? = $ac_status" >&5 9084 9089 if (exit $ac_status) && test -s "$ac_outfile"; then 9085 9090 # The compiler can only warn and ignore the option if not recognized … … 9181 9186 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9182 9187 -e 's:$: $lt_compiler_flag:'` 9183 (eval echo "\"\$as_me:918 3: $lt_compile\"" >&5)9188 (eval echo "\"\$as_me:9188: $lt_compile\"" >&5) 9184 9189 (eval "$lt_compile" 2>out/conftest.err) 9185 9190 ac_status=$? 9186 9191 cat out/conftest.err >&5 9187 echo "$as_me:91 87: \$? = $ac_status" >&59192 echo "$as_me:9192: \$? = $ac_status" >&5 9188 9193 if (exit $ac_status) && test -s out/conftest2.$ac_objext 9189 9194 then … … 11598 11603 lt_status=$lt_dlunknown 11599 11604 cat > conftest.$ac_ext <<EOF 11600 #line 1160 0"configure"11605 #line 11605 "configure" 11601 11606 #include "confdefs.h" 11602 11607 … … 11698 11703 lt_status=$lt_dlunknown 11699 11704 cat > conftest.$ac_ext <<EOF 11700 #line 1170 0"configure"11705 #line 11705 "configure" 11701 11706 #include "confdefs.h" 11702 11707 … … 14058 14063 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14059 14064 -e 's:$: $lt_compiler_flag:'` 14060 (eval echo "\"\$as_me:1406 0: $lt_compile\"" >&5)14065 (eval echo "\"\$as_me:14065: $lt_compile\"" >&5) 14061 14066 (eval "$lt_compile" 2>conftest.err) 14062 14067 ac_status=$? 14063 14068 cat conftest.err >&5 14064 echo "$as_me:1406 4: \$? = $ac_status" >&514069 echo "$as_me:14069: \$? = $ac_status" >&5 14065 14070 if (exit $ac_status) && test -s "$ac_outfile"; then 14066 14071 # The compiler can only warn and ignore the option if not recognized … … 14162 14167 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14163 14168 -e 's:$: $lt_compiler_flag:'` 14164 (eval echo "\"\$as_me:1416 4: $lt_compile\"" >&5)14169 (eval echo "\"\$as_me:14169: $lt_compile\"" >&5) 14165 14170 (eval "$lt_compile" 2>out/conftest.err) 14166 14171 ac_status=$? 14167 14172 cat out/conftest.err >&5 14168 echo "$as_me:141 68: \$? = $ac_status" >&514173 echo "$as_me:14173: \$? = $ac_status" >&5 14169 14174 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14170 14175 then … … 15732 15737 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15733 15738 -e 's:$: $lt_compiler_flag:'` 15734 (eval echo "\"\$as_me:1573 4: $lt_compile\"" >&5)15739 (eval echo "\"\$as_me:15739: $lt_compile\"" >&5) 15735 15740 (eval "$lt_compile" 2>conftest.err) 15736 15741 ac_status=$? 15737 15742 cat conftest.err >&5 15738 echo "$as_me:157 38: \$? = $ac_status" >&515743 echo "$as_me:15743: \$? = $ac_status" >&5 15739 15744 if (exit $ac_status) && test -s "$ac_outfile"; then 15740 15745 # The compiler can only warn and ignore the option if not recognized … … 15836 15841 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15837 15842 -e 's:$: $lt_compiler_flag:'` 15838 (eval echo "\"\$as_me:158 38: $lt_compile\"" >&5)15843 (eval echo "\"\$as_me:15843: $lt_compile\"" >&5) 15839 15844 (eval "$lt_compile" 2>out/conftest.err) 15840 15845 ac_status=$? 15841 15846 cat out/conftest.err >&5 15842 echo "$as_me:1584 2: \$? = $ac_status" >&515847 echo "$as_me:15847: \$? = $ac_status" >&5 15843 15848 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15844 15849 then … … 18043 18048 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18044 18049 -e 's:$: $lt_compiler_flag:'` 18045 (eval echo "\"\$as_me:180 45: $lt_compile\"" >&5)18050 (eval echo "\"\$as_me:18050: $lt_compile\"" >&5) 18046 18051 (eval "$lt_compile" 2>conftest.err) 18047 18052 ac_status=$? 18048 18053 cat conftest.err >&5 18049 echo "$as_me:180 49: \$? = $ac_status" >&518054 echo "$as_me:18054: \$? = $ac_status" >&5 18050 18055 if (exit $ac_status) && test -s "$ac_outfile"; then 18051 18056 # The compiler can only warn and ignore the option if not recognized … … 18311 18316 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18312 18317 -e 's:$: $lt_compiler_flag:'` 18313 (eval echo "\"\$as_me:1831 3: $lt_compile\"" >&5)18318 (eval echo "\"\$as_me:18318: $lt_compile\"" >&5) 18314 18319 (eval "$lt_compile" 2>conftest.err) 18315 18320 ac_status=$? 18316 18321 cat conftest.err >&5 18317 echo "$as_me:183 17: \$? = $ac_status" >&518322 echo "$as_me:18322: \$? = $ac_status" >&5 18318 18323 if (exit $ac_status) && test -s "$ac_outfile"; then 18319 18324 # The compiler can only warn and ignore the option if not recognized … … 18415 18420 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18416 18421 -e 's:$: $lt_compiler_flag:'` 18417 (eval echo "\"\$as_me:184 17: $lt_compile\"" >&5)18422 (eval echo "\"\$as_me:18422: $lt_compile\"" >&5) 18418 18423 (eval "$lt_compile" 2>out/conftest.err) 18419 18424 ac_status=$? 18420 18425 cat out/conftest.err >&5 18421 echo "$as_me:1842 1: \$? = $ac_status" >&518426 echo "$as_me:18426: \$? = $ac_status" >&5 18422 18427 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18423 18428 then
Note: See TracChangeset
for help on using the changeset viewer.