Changeset 2893 for ThirdParty/FilterSQP
- Timestamp:
- Sep 12, 2013 12:40:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/FilterSQP/stable/1.2/configure
r2778 r2893 2764 2764 echo "$as_me: Overruling autoconf; cl does not recognise -g." >&6;} 2765 2765 fi ;; 2766 * ) 2767 CYGPATH_W=echo 2768 ;; 2766 2769 esac 2767 2770 CFLAGS="$save_cflags" … … 3461 3464 3462 3465 # Provide some information about the compiler. 3463 echo "$as_me:346 3:" \3466 echo "$as_me:3466:" \ 3464 3467 "checking for Fortran 77 compiler version" >&5 3465 3468 ac_compiler=`set X $ac_compile; echo $2` … … 4042 4045 ac_save_FFLAGS=$FFLAGS 4043 4046 FFLAGS="$FFLAGS $ac_verb" 4044 (eval echo $as_me:404 4: \"$ac_link\") >&54047 (eval echo $as_me:4047: \"$ac_link\") >&5 4045 4048 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4046 4049 echo "$ac_f77_v_output" >&5 … … 4120 4123 ac_save_FFLAGS=$FFLAGS 4121 4124 FFLAGS="$FFLAGS $ac_cv_prog_f77_v" 4122 (eval echo $as_me:412 2: \"$ac_link\") >&54125 (eval echo $as_me:4125: \"$ac_link\") >&5 4123 4126 ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'` 4124 4127 echo "$ac_f77_v_output" >&5 … … 6112 6115 # On Cygwin and AIX, building DLLs doesn't work 6113 6116 case $build in 6114 *-cygwin* )6117 *-cygwin* | *-mingw*) 6115 6118 coin_disable_shared=yes 6116 platform=Cygwin 6119 if test x"$enable_shared" = xyes; then 6120 case "$CXX" in 6121 clang* ) 6122 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 6123 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 6124 ;; 6125 cl* | */cl* | CL* | */CL* | icl* | */icl* | ICL* | */ICL*) 6126 { 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 6127 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice, but will build with -MD(d) instead of -MT(d)." >&2;} 6128 ;; 6129 *) 6130 { echo "$as_me:$LINENO: WARNING: DLL building not supported. I'm disabling your choice." >&5 6131 echo "$as_me: WARNING: DLL building not supported. I'm disabling your choice." >&2;} 6132 ;; 6133 esac 6134 fi 6117 6135 ;; 6118 6136 *-aix*) 6119 6137 coin_disable_shared=yes 6120 6138 platform=AIX 6121 ;; 6122 *-mingw*) 6123 coin_disable_shared=yes 6124 platform="Msys" 6125 # case "$CXX" in 6126 # cl*) 6127 # coin_disable_shared=yes 6128 # platform="Msys with cl" 6129 # ;; 6130 # esac 6139 if test x"$enable_shared" = xyes; then 6140 { echo "$as_me:$LINENO: WARNING: Shared objects are not supported. I'm disabling your choice." >&5 6141 echo "$as_me: WARNING: Shared objects are not supported. I'm disabling your choice." >&2;} 6142 fi 6131 6143 ;; 6132 6144 esac … … 6134 6146 if test x"$coin_disable_shared" = xyes; then 6135 6147 if test x"$enable_shared" = xyes; then 6136 { echo "$as_me:$LINENO: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&5 6137 echo "$as_me: WARNING: On $platform, shared objects are not supported. I'm disabling your choice." >&2;} 6148 : 6138 6149 else 6139 6150 # we don't disable shared, because it was not selected anyway … … 7383 7394 *-*-irix6*) 7384 7395 # Find out which ABI we are using. 7385 echo '#line 73 85"configure"' > conftest.$ac_ext7396 echo '#line 7396 "configure"' > conftest.$ac_ext 7386 7397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 7387 7398 (eval $ac_compile) 2>&5 … … 9969 9980 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 9970 9981 -e 's:$: $lt_compiler_flag:'` 9971 (eval echo "\"\$as_me:99 71: $lt_compile\"" >&5)9982 (eval echo "\"\$as_me:9982: $lt_compile\"" >&5) 9972 9983 (eval "$lt_compile" 2>conftest.err) 9973 9984 ac_status=$? 9974 9985 cat conftest.err >&5 9975 echo "$as_me:99 75: \$? = $ac_status" >&59986 echo "$as_me:9986: \$? = $ac_status" >&5 9976 9987 if (exit $ac_status) && test -s "$ac_outfile"; then 9977 9988 # The compiler can only warn and ignore the option if not recognized … … 10237 10248 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10238 10249 -e 's:$: $lt_compiler_flag:'` 10239 (eval echo "\"\$as_me:102 39: $lt_compile\"" >&5)10250 (eval echo "\"\$as_me:10250: $lt_compile\"" >&5) 10240 10251 (eval "$lt_compile" 2>conftest.err) 10241 10252 ac_status=$? 10242 10253 cat conftest.err >&5 10243 echo "$as_me:102 43: \$? = $ac_status" >&510254 echo "$as_me:10254: \$? = $ac_status" >&5 10244 10255 if (exit $ac_status) && test -s "$ac_outfile"; then 10245 10256 # The compiler can only warn and ignore the option if not recognized … … 10341 10352 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 10342 10353 -e 's:$: $lt_compiler_flag:'` 10343 (eval echo "\"\$as_me:103 43: $lt_compile\"" >&5)10354 (eval echo "\"\$as_me:10354: $lt_compile\"" >&5) 10344 10355 (eval "$lt_compile" 2>out/conftest.err) 10345 10356 ac_status=$? 10346 10357 cat out/conftest.err >&5 10347 echo "$as_me:103 47: \$? = $ac_status" >&510358 echo "$as_me:10358: \$? = $ac_status" >&5 10348 10359 if (exit $ac_status) && test -s out/conftest2.$ac_objext 10349 10360 then … … 12758 12769 lt_status=$lt_dlunknown 12759 12770 cat > conftest.$ac_ext <<EOF 12760 #line 127 60"configure"12771 #line 12771 "configure" 12761 12772 #include "confdefs.h" 12762 12773 … … 12858 12869 lt_status=$lt_dlunknown 12859 12870 cat > conftest.$ac_ext <<EOF 12860 #line 128 60"configure"12871 #line 12871 "configure" 12861 12872 #include "confdefs.h" 12862 12873 … … 15218 15229 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15219 15230 -e 's:$: $lt_compiler_flag:'` 15220 (eval echo "\"\$as_me:152 20: $lt_compile\"" >&5)15231 (eval echo "\"\$as_me:15231: $lt_compile\"" >&5) 15221 15232 (eval "$lt_compile" 2>conftest.err) 15222 15233 ac_status=$? 15223 15234 cat conftest.err >&5 15224 echo "$as_me:152 24: \$? = $ac_status" >&515235 echo "$as_me:15235: \$? = $ac_status" >&5 15225 15236 if (exit $ac_status) && test -s "$ac_outfile"; then 15226 15237 # The compiler can only warn and ignore the option if not recognized … … 15322 15333 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 15323 15334 -e 's:$: $lt_compiler_flag:'` 15324 (eval echo "\"\$as_me:153 24: $lt_compile\"" >&5)15335 (eval echo "\"\$as_me:15335: $lt_compile\"" >&5) 15325 15336 (eval "$lt_compile" 2>out/conftest.err) 15326 15337 ac_status=$? 15327 15338 cat out/conftest.err >&5 15328 echo "$as_me:153 28: \$? = $ac_status" >&515339 echo "$as_me:15339: \$? = $ac_status" >&5 15329 15340 if (exit $ac_status) && test -s out/conftest2.$ac_objext 15330 15341 then … … 16892 16903 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16893 16904 -e 's:$: $lt_compiler_flag:'` 16894 (eval echo "\"\$as_me:16 894: $lt_compile\"" >&5)16905 (eval echo "\"\$as_me:16905: $lt_compile\"" >&5) 16895 16906 (eval "$lt_compile" 2>conftest.err) 16896 16907 ac_status=$? 16897 16908 cat conftest.err >&5 16898 echo "$as_me:16 898: \$? = $ac_status" >&516909 echo "$as_me:16909: \$? = $ac_status" >&5 16899 16910 if (exit $ac_status) && test -s "$ac_outfile"; then 16900 16911 # The compiler can only warn and ignore the option if not recognized … … 16996 17007 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 16997 17008 -e 's:$: $lt_compiler_flag:'` 16998 (eval echo "\"\$as_me:1 6998: $lt_compile\"" >&5)17009 (eval echo "\"\$as_me:17009: $lt_compile\"" >&5) 16999 17010 (eval "$lt_compile" 2>out/conftest.err) 17000 17011 ac_status=$? 17001 17012 cat out/conftest.err >&5 17002 echo "$as_me:170 02: \$? = $ac_status" >&517013 echo "$as_me:17013: \$? = $ac_status" >&5 17003 17014 if (exit $ac_status) && test -s out/conftest2.$ac_objext 17004 17015 then … … 19203 19214 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19204 19215 -e 's:$: $lt_compiler_flag:'` 19205 (eval echo "\"\$as_me:192 05: $lt_compile\"" >&5)19216 (eval echo "\"\$as_me:19216: $lt_compile\"" >&5) 19206 19217 (eval "$lt_compile" 2>conftest.err) 19207 19218 ac_status=$? 19208 19219 cat conftest.err >&5 19209 echo "$as_me:192 09: \$? = $ac_status" >&519220 echo "$as_me:19220: \$? = $ac_status" >&5 19210 19221 if (exit $ac_status) && test -s "$ac_outfile"; then 19211 19222 # The compiler can only warn and ignore the option if not recognized … … 19471 19482 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19472 19483 -e 's:$: $lt_compiler_flag:'` 19473 (eval echo "\"\$as_me:194 73: $lt_compile\"" >&5)19484 (eval echo "\"\$as_me:19484: $lt_compile\"" >&5) 19474 19485 (eval "$lt_compile" 2>conftest.err) 19475 19486 ac_status=$? 19476 19487 cat conftest.err >&5 19477 echo "$as_me:194 77: \$? = $ac_status" >&519488 echo "$as_me:19488: \$? = $ac_status" >&5 19478 19489 if (exit $ac_status) && test -s "$ac_outfile"; then 19479 19490 # The compiler can only warn and ignore the option if not recognized … … 19575 19586 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ 19576 19587 -e 's:$: $lt_compiler_flag:'` 19577 (eval echo "\"\$as_me:195 77: $lt_compile\"" >&5)19588 (eval echo "\"\$as_me:19588: $lt_compile\"" >&5) 19578 19589 (eval "$lt_compile" 2>out/conftest.err) 19579 19590 ac_status=$? 19580 19591 cat out/conftest.err >&5 19581 echo "$as_me:195 81: \$? = $ac_status" >&519592 echo "$as_me:19592: \$? = $ac_status" >&5 19582 19593 if (exit $ac_status) && test -s out/conftest2.$ac_objext 19583 19594 then … … 22349 22360 -e 's%lib /OUT:%lib -OUT:%' \ 22350 22361 -e "s%cygpath -w%$CYGPATH_W%" \ 22351 -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%' \22352 -e 's /$AR t/lib -nologo -list/' \22362 -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%' \ 22363 -e 's%$AR t "$f_ex_an_ar_oldlib"%lib -nologo -list \$('"$CYGPATH_W \$1"') '"$mydos2unix"'%' \ 22353 22364 -e 's%f_ex_an_ar_oldlib="\($?*1*\)"%f_ex_an_ar_oldlib='\`"$CYGPATH_W"' \1`%' \ 22354 22365 -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.