Changeset 990 for ThirdParty/Glpk/trunk/configure
- Timestamp:
- Mar 27, 2008 5:52:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure
r959 r990 3089 3089 # START 3090 3090 3091 # On Cygwin and AIX, building DLLs doesn't work 3092 case $build in 3093 *-cygwin*) 3094 coin_disable_shared=yes 3095 platform=Cygwin 3096 ;; 3097 *-aix*) 3098 coin_disable_shared=yes 3099 platform=AIX 3100 ;; 3101 *-mingw*) 3102 coin_disable_shared=yes 3103 platform="Msys" 3104 # case "$CXX" in 3105 # cl*) 3106 # coin_disable_shared=yes 3107 # platform="Msys with cl" 3108 # ;; 3109 # esac 3110 ;; 3111 esac 3091 # Test if force_shared has been set 3092 if test "x" = xforce_shared; then 3093 if test x$enable_shared = xno; then 3094 { { echo "$as_me:$LINENO: error: Shared libraries are disabled by user, but this is not feasible with the given options" >&5 3095 echo "$as_me: error: Shared libraries are disabled by user, but this is not feasible with the given options" >&2;} 3096 { (exit 1); exit 1; }; } 3097 fi 3098 enable_shared=yes; 3099 else 3100 # On Cygwin and AIX, building DLLs doesn't work 3101 case $build in 3102 *-cygwin*) 3103 coin_disable_shared=yes 3104 platform=Cygwin 3105 ;; 3106 *-aix*) 3107 coin_disable_shared=yes 3108 platform=AIX 3109 ;; 3110 *-mingw*) 3111 coin_disable_shared=yes 3112 platform="Msys" 3113 # case "$CXX" in 3114 # cl*) 3115 # coin_disable_shared=yes 3116 # platform="Msys with cl" 3117 # ;; 3118 # esac 3119 ;; 3120 esac 3121 fi 3112 3122 if test x"$coin_disable_shared" = xyes; then 3113 3123 if test x"$enable_shared" = xyes; then … … 4705 4715 *-*-irix6*) 4706 4716 # Find out which ABI we are using. 4707 echo '#line 47 07 "configure"' > conftest.$ac_ext4717 echo '#line 4717 "configure"' > conftest.$ac_ext 4708 4718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 4709 4719 (eval $ac_compile) 2>&5 … … 6304 6314 6305 6315 # Provide some information about the compiler. 6306 echo "$as_me:63 06:" \6316 echo "$as_me:6316:" \ 6307 6317 "checking for Fortran 77 compiler version" >&5 6308 6318 ac_compiler=`set X $ac_compile; echo $2` … … 7371 7381 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7372 7382 -e 's:$: $lt_compiler_flag:'` 7373 (eval echo "\"\$as_me:73 73: $lt_compile\"" >&5)7383 (eval echo "\"\$as_me:7383: $lt_compile\"" >&5) 7374 7384 (eval "$lt_compile" 2>conftest.err) 7375 7385 ac_status=$? 7376 7386 cat conftest.err >&5 7377 echo "$as_me:73 77: \$? = $ac_status" >&57387 echo "$as_me:7387: \$? = $ac_status" >&5 7378 7388 if (exit $ac_status) && test -s "$ac_outfile"; then 7379 7389 # The compiler can only warn and ignore the option if not recognized … … 7639 7649 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7640 7650 -e 's:$: $lt_compiler_flag:'` 7641 (eval echo "\"\$as_me:76 41: $lt_compile\"" >&5)7651 (eval echo "\"\$as_me:7651: $lt_compile\"" >&5) 7642 7652 (eval "$lt_compile" 2>conftest.err) 7643 7653 ac_status=$? 7644 7654 cat conftest.err >&5 7645 echo "$as_me:76 45: \$? = $ac_status" >&57655 echo "$as_me:7655: \$? = $ac_status" >&5 7646 7656 if (exit $ac_status) && test -s "$ac_outfile"; then 7647 7657 # The compiler can only warn and ignore the option if not recognized … … 7743 7753 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 7744 7754 -e 's:$: $lt_compiler_flag:'` 7745 (eval echo "\"\$as_me:77 45: $lt_compile\"" >&5)7755 (eval echo "\"\$as_me:7755: $lt_compile\"" >&5) 7746 7756 (eval "$lt_compile" 2>out/conftest.err) 7747 7757 ac_status=$? 7748 7758 cat out/conftest.err >&5 7749 echo "$as_me:77 49: \$? = $ac_status" >&57759 echo "$as_me:7759: \$? = $ac_status" >&5 7750 7760 if (exit $ac_status) && test -s out/conftest2.$ac_objext 7751 7761 then … … 10088 10098 lt_status=$lt_dlunknown 10089 10099 cat > conftest.$ac_ext <<EOF 10090 #line 10 090 "configure"10100 #line 10100 "configure" 10091 10101 #include "confdefs.h" 10092 10102 … … 10188 10198 lt_status=$lt_dlunknown 10189 10199 cat > conftest.$ac_ext <<EOF 10190 #line 10 190 "configure"10200 #line 10200 "configure" 10191 10201 #include "confdefs.h" 10192 10202 … … 12532 12542 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12533 12543 -e 's:$: $lt_compiler_flag:'` 12534 (eval echo "\"\$as_me:125 34: $lt_compile\"" >&5)12544 (eval echo "\"\$as_me:12544: $lt_compile\"" >&5) 12535 12545 (eval "$lt_compile" 2>conftest.err) 12536 12546 ac_status=$? 12537 12547 cat conftest.err >&5 12538 echo "$as_me:125 38: \$? = $ac_status" >&512548 echo "$as_me:12548: \$? = $ac_status" >&5 12539 12549 if (exit $ac_status) && test -s "$ac_outfile"; then 12540 12550 # The compiler can only warn and ignore the option if not recognized … … 12636 12646 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 12637 12647 -e 's:$: $lt_compiler_flag:'` 12638 (eval echo "\"\$as_me:126 38: $lt_compile\"" >&5)12648 (eval echo "\"\$as_me:12648: $lt_compile\"" >&5) 12639 12649 (eval "$lt_compile" 2>out/conftest.err) 12640 12650 ac_status=$? 12641 12651 cat out/conftest.err >&5 12642 echo "$as_me:126 42: \$? = $ac_status" >&512652 echo "$as_me:12652: \$? = $ac_status" >&5 12643 12653 if (exit $ac_status) && test -s out/conftest2.$ac_objext 12644 12654 then … … 14206 14216 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14207 14217 -e 's:$: $lt_compiler_flag:'` 14208 (eval echo "\"\$as_me:142 08: $lt_compile\"" >&5)14218 (eval echo "\"\$as_me:14218: $lt_compile\"" >&5) 14209 14219 (eval "$lt_compile" 2>conftest.err) 14210 14220 ac_status=$? 14211 14221 cat conftest.err >&5 14212 echo "$as_me:142 12: \$? = $ac_status" >&514222 echo "$as_me:14222: \$? = $ac_status" >&5 14213 14223 if (exit $ac_status) && test -s "$ac_outfile"; then 14214 14224 # The compiler can only warn and ignore the option if not recognized … … 14310 14320 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 14311 14321 -e 's:$: $lt_compiler_flag:'` 14312 (eval echo "\"\$as_me:143 12: $lt_compile\"" >&5)14322 (eval echo "\"\$as_me:14322: $lt_compile\"" >&5) 14313 14323 (eval "$lt_compile" 2>out/conftest.err) 14314 14324 ac_status=$? 14315 14325 cat out/conftest.err >&5 14316 echo "$as_me:143 16: \$? = $ac_status" >&514326 echo "$as_me:14326: \$? = $ac_status" >&5 14317 14327 if (exit $ac_status) && test -s out/conftest2.$ac_objext 14318 14328 then … … 16517 16527 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16518 16528 -e 's:$: $lt_compiler_flag:'` 16519 (eval echo "\"\$as_me:165 19: $lt_compile\"" >&5)16529 (eval echo "\"\$as_me:16529: $lt_compile\"" >&5) 16520 16530 (eval "$lt_compile" 2>conftest.err) 16521 16531 ac_status=$? 16522 16532 cat conftest.err >&5 16523 echo "$as_me:165 23: \$? = $ac_status" >&516533 echo "$as_me:16533: \$? = $ac_status" >&5 16524 16534 if (exit $ac_status) && test -s "$ac_outfile"; then 16525 16535 # The compiler can only warn and ignore the option if not recognized … … 16785 16795 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16786 16796 -e 's:$: $lt_compiler_flag:'` 16787 (eval echo "\"\$as_me:167 87: $lt_compile\"" >&5)16797 (eval echo "\"\$as_me:16797: $lt_compile\"" >&5) 16788 16798 (eval "$lt_compile" 2>conftest.err) 16789 16799 ac_status=$? 16790 16800 cat conftest.err >&5 16791 echo "$as_me:16 791: \$? = $ac_status" >&516801 echo "$as_me:16801: \$? = $ac_status" >&5 16792 16802 if (exit $ac_status) && test -s "$ac_outfile"; then 16793 16803 # The compiler can only warn and ignore the option if not recognized … … 16889 16899 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16890 16900 -e 's:$: $lt_compiler_flag:'` 16891 (eval echo "\"\$as_me:16 891: $lt_compile\"" >&5)16901 (eval echo "\"\$as_me:16901: $lt_compile\"" >&5) 16892 16902 (eval "$lt_compile" 2>out/conftest.err) 16893 16903 ac_status=$? 16894 16904 cat out/conftest.err >&5 16895 echo "$as_me:16 895: \$? = $ac_status" >&516905 echo "$as_me:16905: \$? = $ac_status" >&5 16896 16906 if (exit $ac_status) && test -s out/conftest2.$ac_objext 16897 16907 then … … 19665 19675 echo "$as_me: Applying patches to libtool for Darwin" >&6;} 19666 19676 sed -e 's/verstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"/verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"/' \ 19677 -e 's/ -dynamiclib / -dynamiclib -single_module /g' \ 19667 19678 libtool > conftest.bla 19668 19679
Note: See TracChangeset
for help on using the changeset viewer.