Changeset 331
- Timestamp:
- Jun 9, 2007 1:05:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/trunk/configure
r294 r331 3029 3029 *-cygwin* | *-mingw*) 3030 3030 if test "$enable_doscompile" = msvc ; then 3031 coin_f77_comps="ifort fl32 "3031 coin_f77_comps="ifort fl32 compile_f2c" 3032 3032 else 3033 3033 coin_f77_comps="gfortran g77 ifort fl32" … … 3424 3424 coin_add_fflags='-fpp -nologo -MT' 3425 3425 coin_dbg_fflags='-debug' 3426 ;; 3427 compile_f2c*) 3428 coin_opt_fflags='-MT -O2' 3429 coin_add_fflags='-nologo -wd4996' 3430 coin_dbg_fflags='-MTd' 3426 3431 ;; 3427 3432 esac … … 6055 6060 *-*-irix6*) 6056 6061 # Find out which ABI we are using. 6057 echo '#line 60 57"configure"' > conftest.$ac_ext6062 echo '#line 6062 "configure"' > conftest.$ac_ext 6058 6063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 6059 6064 (eval $ac_compile) 2>&5 … … 8593 8598 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8594 8599 -e 's:$: $lt_compiler_flag:'` 8595 (eval echo "\"\$as_me:8 595: $lt_compile\"" >&5)8600 (eval echo "\"\$as_me:8600: $lt_compile\"" >&5) 8596 8601 (eval "$lt_compile" 2>conftest.err) 8597 8602 ac_status=$? 8598 8603 cat conftest.err >&5 8599 echo "$as_me:8 599: \$? = $ac_status" >&58604 echo "$as_me:8604: \$? = $ac_status" >&5 8600 8605 if (exit $ac_status) && test -s "$ac_outfile"; then 8601 8606 # The compiler can only warn and ignore the option if not recognized … … 8861 8866 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8862 8867 -e 's:$: $lt_compiler_flag:'` 8863 (eval echo "\"\$as_me:886 3: $lt_compile\"" >&5)8868 (eval echo "\"\$as_me:8868: $lt_compile\"" >&5) 8864 8869 (eval "$lt_compile" 2>conftest.err) 8865 8870 ac_status=$? 8866 8871 cat conftest.err >&5 8867 echo "$as_me:88 67: \$? = $ac_status" >&58872 echo "$as_me:8872: \$? = $ac_status" >&5 8868 8873 if (exit $ac_status) && test -s "$ac_outfile"; then 8869 8874 # The compiler can only warn and ignore the option if not recognized … … 8965 8970 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8966 8971 -e 's:$: $lt_compiler_flag:'` 8967 (eval echo "\"\$as_me:89 67: $lt_compile\"" >&5)8972 (eval echo "\"\$as_me:8972: $lt_compile\"" >&5) 8968 8973 (eval "$lt_compile" 2>out/conftest.err) 8969 8974 ac_status=$? 8970 8975 cat out/conftest.err >&5 8971 echo "$as_me:897 1: \$? = $ac_status" >&58976 echo "$as_me:8976: \$? = $ac_status" >&5 8972 8977 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8973 8978 then … … 11310 11315 lt_status=$lt_dlunknown 11311 11316 cat > conftest.$ac_ext <<EOF 11312 #line 1131 2"configure"11317 #line 11317 "configure" 11313 11318 #include "confdefs.h" 11314 11319 … … 11410 11415 lt_status=$lt_dlunknown 11411 11416 cat > conftest.$ac_ext <<EOF 11412 #line 1141 2"configure"11417 #line 11417 "configure" 11413 11418 #include "confdefs.h" 11414 11419 … … 13754 13759 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13755 13760 -e 's:$: $lt_compiler_flag:'` 13756 (eval echo "\"\$as_me:137 56: $lt_compile\"" >&5)13761 (eval echo "\"\$as_me:13761: $lt_compile\"" >&5) 13757 13762 (eval "$lt_compile" 2>conftest.err) 13758 13763 ac_status=$? 13759 13764 cat conftest.err >&5 13760 echo "$as_me:1376 0: \$? = $ac_status" >&513765 echo "$as_me:13765: \$? = $ac_status" >&5 13761 13766 if (exit $ac_status) && test -s "$ac_outfile"; then 13762 13767 # The compiler can only warn and ignore the option if not recognized … … 13858 13863 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 13859 13864 -e 's:$: $lt_compiler_flag:'` 13860 (eval echo "\"\$as_me:1386 0: $lt_compile\"" >&5)13865 (eval echo "\"\$as_me:13865: $lt_compile\"" >&5) 13861 13866 (eval "$lt_compile" 2>out/conftest.err) 13862 13867 ac_status=$? 13863 13868 cat out/conftest.err >&5 13864 echo "$as_me:1386 4: \$? = $ac_status" >&513869 echo "$as_me:13869: \$? = $ac_status" >&5 13865 13870 if (exit $ac_status) && test -s out/conftest2.$ac_objext 13866 13871 then … … 15428 15433 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15429 15434 -e 's:$: $lt_compiler_flag:'` 15430 (eval echo "\"\$as_me:1543 0: $lt_compile\"" >&5)15435 (eval echo "\"\$as_me:15435: $lt_compile\"" >&5) 15431 15436 (eval "$lt_compile" 2>conftest.err) 15432 15437 ac_status=$? 15433 15438 cat conftest.err >&5 15434 echo "$as_me:1543 4: \$? = $ac_status" >&515439 echo "$as_me:15439: \$? = $ac_status" >&5 15435 15440 if (exit $ac_status) && test -s "$ac_outfile"; then 15436 15441 # The compiler can only warn and ignore the option if not recognized … … 15532 15537 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15533 15538 -e 's:$: $lt_compiler_flag:'` 15534 (eval echo "\"\$as_me:1553 4: $lt_compile\"" >&5)15539 (eval echo "\"\$as_me:15539: $lt_compile\"" >&5) 15535 15540 (eval "$lt_compile" 2>out/conftest.err) 15536 15541 ac_status=$? 15537 15542 cat out/conftest.err >&5 15538 echo "$as_me:155 38: \$? = $ac_status" >&515543 echo "$as_me:15543: \$? = $ac_status" >&5 15539 15544 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15540 15545 then … … 17739 17744 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17740 17745 -e 's:$: $lt_compiler_flag:'` 17741 (eval echo "\"\$as_me:1774 1: $lt_compile\"" >&5)17746 (eval echo "\"\$as_me:17746: $lt_compile\"" >&5) 17742 17747 (eval "$lt_compile" 2>conftest.err) 17743 17748 ac_status=$? 17744 17749 cat conftest.err >&5 17745 echo "$as_me:177 45: \$? = $ac_status" >&517750 echo "$as_me:17750: \$? = $ac_status" >&5 17746 17751 if (exit $ac_status) && test -s "$ac_outfile"; then 17747 17752 # The compiler can only warn and ignore the option if not recognized … … 18007 18012 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18008 18013 -e 's:$: $lt_compiler_flag:'` 18009 (eval echo "\"\$as_me:180 09: $lt_compile\"" >&5)18014 (eval echo "\"\$as_me:18014: $lt_compile\"" >&5) 18010 18015 (eval "$lt_compile" 2>conftest.err) 18011 18016 ac_status=$? 18012 18017 cat conftest.err >&5 18013 echo "$as_me:1801 3: \$? = $ac_status" >&518018 echo "$as_me:18018: \$? = $ac_status" >&5 18014 18019 if (exit $ac_status) && test -s "$ac_outfile"; then 18015 18020 # The compiler can only warn and ignore the option if not recognized … … 18111 18116 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 18112 18117 -e 's:$: $lt_compiler_flag:'` 18113 (eval echo "\"\$as_me:1811 3: $lt_compile\"" >&5)18118 (eval echo "\"\$as_me:18118: $lt_compile\"" >&5) 18114 18119 (eval "$lt_compile" 2>out/conftest.err) 18115 18120 ac_status=$? 18116 18121 cat out/conftest.err >&5 18117 echo "$as_me:181 17: \$? = $ac_status" >&518122 echo "$as_me:18122: \$? = $ac_status" >&5 18118 18123 if (exit $ac_status) && test -s out/conftest2.$ac_objext 18119 18124 then … … 20846 20851 -e 's%lib /OUT:%lib -OUT:%' \ 20847 20852 -e "s%cygpath -w%$CYGPATH_W%" \ 20848 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo \\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \20853 -e 's%$AR x \\$f_ex_an_ar_oldlib%bla=\\`lib -nologo -list \\$f_ex_an_ar_oldlib | xargs echo | dos2unix\\`; echo \\$bla; for i in \\$bla; do lib -nologo -extract:\\$i \\$f_ex_an_ar_oldlib; done%' \ 20849 20854 -e 's/$AR t/lib -nologo -list/' \ 20850 20855 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20851 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ \20856 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \ 20852 20857 -e 's%old_archive_cmds="lib -OUT:\\$oldlib\\$oldobjs\\$old_deplibs"%old_archive_cmds="if test -r \\$oldlib; then bla=\\"\\$oldlib\\"; else bla=; fi; lib -OUT:\\$oldlib \\\\\\$bla\\$oldobjs\\$old_deplibs"%' \ 20853 20858 libtool > conftest.bla
Note: See TracChangeset
for help on using the changeset viewer.