Changeset 2898
- Timestamp:
- Sep 12, 2013 12:40:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.9/configure
r2784 r2898 2747 2747 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2748 2748 fi ;; 2749 * ) 2750 CYGPATH_W=echo 2751 ;; 2749 2752 esac 2750 2753 CFLAGS="$save_cflags" … … 3434 3437 # On Cygwin and AIX, building DLLs doesn't work 3435 3438 case $build in 3436 *-cygwin* )3439 *-cygwin* | *-mingw*) 3437 3440 coin_disable_shared=yes 3438 platform=Cygwin 3441 if test x"$enable_shared" = xyes; then 3442 case "$CXX" in 3443 clang* ) 3444 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 3445 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 3446 ;; 3447 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 3448 { 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 3449 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 3450 ;; 3451 *) 3452 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 3453 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 3454 ;; 3455 esac 3456 fi 3439 3457 ;; 3440 3458 *-aix*) 3441 3459 coin_disable_shared=yes 3442 3460 platform=AIX 3443 ;; 3444 *-mingw*) 3445 coin_disable_shared=yes 3446 platform="Msys" 3447 # case "$CXX" in 3448 # cl*) 3449 # coin_disable_shared=yes 3450 # platform="Msys with cl" 3451 # ;; 3452 # esac 3461 if test x"$enable_shared" = xyes; then 3462 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 3463 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 3464 fi 3453 3465 ;; 3454 3466 esac … … 3456 3468 if test x"$coin_disable_shared" = xyes; then 3457 3469 if test x"$enable_shared" = xyes; then 3458 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 3459 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 3470 : 3460 3471 else 3461 3472 # we don't disable shared, because it was not selected anyway … … 5058 5069 *-*-irix6*) 5059 5070 # Find out which ABI we are using. 5060 echo '#line 50 60"configure"' > conftest.$ac_ext5071 echo '#line 5071 "configure"' > conftest.$ac_ext 5061 5072 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 5062 5073 (eval $ac_compile) 2>&5 … … 6657 6668 6658 6669 # Provide some information about the compiler. 6659 echo "$as_me:66 59:" \6670 echo "$as_me:6670:" \ 6660 6671 "checking for Fortran 77 compiler version" >&5 6661 6672 ac_compiler=`set X $ac_compile; echo $2` … … 7724 7735 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7725 7736 -e 's:$: $lt_compiler_flag:'` 7726 (eval echo "\"\$as_me:77 26: $lt_compile\"" >&5)7737 (eval echo "\"\$as_me:7737: $lt_compile\"" >&5) 7727 7738 (eval "$lt_compile" 2>conftest.err) 7728 7739 ac_status=$? 7729 7740 cat conftest.err >&5 7730 echo "$as_me:77 30: \$? = $ac_status" >&57741 echo "$as_me:7741: \$? = $ac_status" >&5 7731 7742 if (exit $ac_status) && test -s "$ac_outfile"; then 7732 7743 # The compiler can only warn and ignore the option if not recognized … … 7992 8003 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7993 8004 -e 's:$: $lt_compiler_flag:'` 7994 (eval echo "\"\$as_me: 7994: $lt_compile\"" >&5)8005 (eval echo "\"\$as_me:8005: $lt_compile\"" >&5) 7995 8006 (eval "$lt_compile" 2>conftest.err) 7996 8007 ac_status=$? 7997 8008 cat conftest.err >&5 7998 echo "$as_me: 7998: \$? = $ac_status" >&58009 echo "$as_me:8009: \$? = $ac_status" >&5 7999 8010 if (exit $ac_status) && test -s "$ac_outfile"; then 8000 8011 # The compiler can only warn and ignore the option if not recognized … … 8096 8107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 8097 8108 -e 's:$: $lt_compiler_flag:'` 8098 (eval echo "\"\$as_me:8 098: $lt_compile\"" >&5)8109 (eval echo "\"\$as_me:8109: $lt_compile\"" >&5) 8099 8110 (eval "$lt_compile" 2>out/conftest.err) 8100 8111 ac_status=$? 8101 8112 cat out/conftest.err >&5 8102 echo "$as_me:81 02: \$? = $ac_status" >&58113 echo "$as_me:8113: \$? = $ac_status" >&5 8103 8114 if (exit $ac_status) && test -s out/conftest2.$ac_objext 8104 8115 then … … 10441 10452 lt_status=$lt_dlunknown 10442 10453 cat > conftest.$ac_ext <<EOF 10443 #line 104 43"configure"10454 #line 10454 "configure" 10444 10455 #include "confdefs.h" 10445 10456 … … 10541 10552 lt_status=$lt_dlunknown 10542 10553 cat > conftest.$ac_ext <<EOF 10543 #line 105 43"configure"10554 #line 10554 "configure" 10544 10555 #include "confdefs.h" 10545 10556 … … 12885 12896 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12886 12897 -e 's:$: $lt_compiler_flag:'` 12887 (eval echo "\"\$as_me:128 87: $lt_compile\"" >&5)12898 (eval echo "\"\$as_me:12898: $lt_compile\"" >&5) 12888 12899 (eval "$lt_compile" 2>conftest.err) 12889 12900 ac_status=$? 12890 12901 cat conftest.err >&5 12891 echo "$as_me:12 891: \$? = $ac_status" >&512902 echo "$as_me:12902: \$? = $ac_status" >&5 12892 12903 if (exit $ac_status) && test -s "$ac_outfile"; then 12893 12904 # The compiler can only warn and ignore the option if not recognized … … 12989 13000 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12990 13001 -e 's:$: $lt_compiler_flag:'` 12991 (eval echo "\"\$as_me:1 2991: $lt_compile\"" >&5)13002 (eval echo "\"\$as_me:13002: $lt_compile\"" >&5) 12992 13003 (eval "$lt_compile" 2>out/conftest.err) 12993 13004 ac_status=$? 12994 13005 cat out/conftest.err >&5 12995 echo "$as_me:1 2995: \$? = $ac_status" >&513006 echo "$as_me:13006: \$? = $ac_status" >&5 12996 13007 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12997 13008 then … … 14559 14570 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14560 14571 -e 's:$: $lt_compiler_flag:'` 14561 (eval echo "\"\$as_me:145 61: $lt_compile\"" >&5)14572 (eval echo "\"\$as_me:14572: $lt_compile\"" >&5) 14562 14573 (eval "$lt_compile" 2>conftest.err) 14563 14574 ac_status=$? 14564 14575 cat conftest.err >&5 14565 echo "$as_me:145 65: \$? = $ac_status" >&514576 echo "$as_me:14576: \$? = $ac_status" >&5 14566 14577 if (exit $ac_status) && test -s "$ac_outfile"; then 14567 14578 # The compiler can only warn and ignore the option if not recognized … … 14663 14674 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14664 14675 -e 's:$: $lt_compiler_flag:'` 14665 (eval echo "\"\$as_me:146 65: $lt_compile\"" >&5)14676 (eval echo "\"\$as_me:14676: $lt_compile\"" >&5) 14666 14677 (eval "$lt_compile" 2>out/conftest.err) 14667 14678 ac_status=$? 14668 14679 cat out/conftest.err >&5 14669 echo "$as_me:146 69: \$? = $ac_status" >&514680 echo "$as_me:14680: \$? = $ac_status" >&5 14670 14681 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14671 14682 then … … 16870 16881 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16871 16882 -e 's:$: $lt_compiler_flag:'` 16872 (eval echo "\"\$as_me:168 72: $lt_compile\"" >&5)16883 (eval echo "\"\$as_me:16883: $lt_compile\"" >&5) 16873 16884 (eval "$lt_compile" 2>conftest.err) 16874 16885 ac_status=$? 16875 16886 cat conftest.err >&5 16876 echo "$as_me:168 76: \$? = $ac_status" >&516887 echo "$as_me:16887: \$? = $ac_status" >&5 16877 16888 if (exit $ac_status) && test -s "$ac_outfile"; then 16878 16889 # The compiler can only warn and ignore the option if not recognized … … 17138 17149 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17139 17150 -e 's:$: $lt_compiler_flag:'` 17140 (eval echo "\"\$as_me:171 40: $lt_compile\"" >&5)17151 (eval echo "\"\$as_me:17151: $lt_compile\"" >&5) 17141 17152 (eval "$lt_compile" 2>conftest.err) 17142 17153 ac_status=$? 17143 17154 cat conftest.err >&5 17144 echo "$as_me:171 44: \$? = $ac_status" >&517155 echo "$as_me:17155: \$? = $ac_status" >&5 17145 17156 if (exit $ac_status) && test -s "$ac_outfile"; then 17146 17157 # The compiler can only warn and ignore the option if not recognized … … 17242 17253 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 17243 17254 -e 's:$: $lt_compiler_flag:'` 17244 (eval echo "\"\$as_me:172 44: $lt_compile\"" >&5)17255 (eval echo "\"\$as_me:17255: $lt_compile\"" >&5) 17245 17256 (eval "$lt_compile" 2>out/conftest.err) 17246 17257 ac_status=$? 17247 17258 cat out/conftest.err >&5 17248 echo "$as_me:172 48: \$? = $ac_status" >&517259 echo "$as_me:17259: \$? = $ac_status" >&5 17249 17260 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17250 17261 then … … 20000 20011 -e 's%lib /OUT:%lib -OUT:%' \ 20001 20012 -e "s%cygpath -w%$CYGPATH_W%" \ 20002 -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%' \20003 -e 's /$AR t/lib -nologo -list/' \20013 -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%' \ 20014 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 20004 20015 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 20005 20016 -e 's%^archive_cmds=.*%archive_cmds="\\$CC -o \\$lib \\$libobjs \\$compiler_flags \\\\\\`echo \\\\\\"\\$deplibs\\\\\\" | \\$SED -e '"\'"'s/ -lc\\$//'"\'"'\\\\\\` -link -dll~linknames="%' \
Note: See TracChangeset
for help on using the changeset viewer.