📄 output.0
字号:
(eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then stdc_ok=yeselse echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5stdc_ok=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $stdc_ok" >&5echo "${ECHO_T}$stdc_ok" >&6 if test "$stdc_ok" != yes ; then CFLAGS="$savCFLAGS" else pac_cc_strict_flags="$pac_cc_strict_flags -std=c89" fi else { echo "$as_me:$LINENO: WARNING: enable strict supported only for gcc" >&5echo "$as_me: WARNING: enable strict supported only for gcc" >&2;} fi ;; all) enable_strict_done="yes" if test "$ac_cv_c_compiler_gnu" = "yes" ; then pac_cc_strict_flags="-Wall $GCC_OPTFLAG -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wpointer-arith -Wbad-function-cast -ansi -DGCC_WALL -Wunused -Wshadow -Wmissing-declarations -Wunused-parameter -Wunused-value -Wno-long-long" CFLAGS="$CFLAGS $pac_cc_strict_flags" echo "$as_me:$LINENO: checking whether we can add -std=c89" >&5echo $ECHO_N "checking whether we can add -std=c89... $ECHO_C" >&6 # See if we can add -std=c89 savCFLAGS=$CFLAGS CFLAGS="$CFLAGS -std=c89" cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){int a; ; return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then stdc_ok=yeselse echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5stdc_ok=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $stdc_ok" >&5echo "${ECHO_T}$stdc_ok" >&6 if test "$stdc_ok" != yes ; then CFLAGS="$savCFLAGS" else pac_cc_strict_flags="$pac_cc_strict_flags -std=c89" fi else { echo "$as_me:$LINENO: WARNING: enable strict supported only for gcc" >&5echo "$as_me: WARNING: enable strict supported only for gcc" >&2;} fi ;; posix) enable_strict_done="yes" if test "$ac_cv_c_compiler_gnu" = "yes" ; then pac_cc_strict_flags="-Wall $GCC_OPTFLAG -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wpointer-arith -Wbad-function-cast -ansi -DGCC_WALL -D_POSIX_C_SOURCE=199506L" CFLAGS="$CFLAGS $pac_cc_strict_flags" echo "$as_me:$LINENO: result: Adding strict check arguments (POSIX flavor) to CFLAGS" >&5echo "${ECHO_T}Adding strict check arguments (POSIX flavor) to CFLAGS" >&6 echo "$as_me:$LINENO: checking whether we can add -std=c89" >&5echo $ECHO_N "checking whether we can add -std=c89... $ECHO_C" >&6 # See if we can add -std=c89 savCFLAGS=$CFLAGS CFLAGS="$CFLAGS -std=c89" cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){int a; ; return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then stdc_ok=yeselse echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5stdc_ok=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $stdc_ok" >&5echo "${ECHO_T}$stdc_ok" >&6 if test "$stdc_ok" != yes ; then CFLAGS="$savCFLAGS" else pac_cc_strict_flags="$pac_cc_strict_flags -std=c89" fi else { echo "$as_me:$LINENO: WARNING: enable strict supported only for gcc" >&5echo "$as_me: WARNING: enable strict supported only for gcc" >&2;} fi ;; noopt) enable_strict_done="yes" if test "$ac_cv_c_compiler_gnu" = "yes" ; then pac_cc_strict_flags="-Wall -Wstrict-prototypes -Wmissing-prototypes -Wundef -Wpointer-arith -Wbad-function-cast -ansi -DGCC_WALL" CFLAGS="$CFLAGS $pac_cc_strict_flags" echo "$as_me:$LINENO: result: Adding strict check arguments to CFLAGS" >&5echo "${ECHO_T}Adding strict check arguments to CFLAGS" >&6 echo "$as_me:$LINENO: checking whether we can add -std=c89" >&5echo $ECHO_N "checking whether we can add -std=c89... $ECHO_C" >&6 # See if we can add -std=c89 savCFLAGS=$CFLAGS CFLAGS="$CFLAGS -std=c89" cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){int a; ; return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then stdc_ok=yeselse echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5stdc_ok=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_ext echo "$as_me:$LINENO: result: $stdc_ok" >&5echo "${ECHO_T}$stdc_ok" >&6 if test "$stdc_ok" != yes ; then CFLAGS="$savCFLAGS" else pac_cc_strict_flags="$pac_cc_strict_flags -std=c89" fi else { echo "$as_me:$LINENO: WARNING: enable strict supported only for gcc" >&5echo "$as_me: WARNING: enable strict supported only for gcc" >&2;} fi ;; no) # Accept and ignore this value : ;; *) if test -n "$enable_strict" ; then { echo "$as_me:$LINENO: WARNING: Unrecognized value for enable-strict:$enable_strict" >&5echo "$as_me: WARNING: Unrecognized value for enable-strict:$enable_strict" >&2;} fi ;; esacfiecho "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else cat >conftest.$ac_ext <<_ACEOF/* confdefs.h. */_ACEOFcat confdefs.h >>conftest.$ac_extcat >>conftest.$ac_ext <<_ACEOF/* end confdefs.h. */intmain (){/* FIXME: Include the comments suggested by Paul. */#ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; ccp = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ ++ccp; p = (char**) ccp; ccp = (char const *const *) p; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; const int *foo = &x[0]; ++foo; } { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */ typedef const int *iptr; iptr p = 0; ++p; } { /* AIX XL C 1.02.0.0 rejects this saying "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */ struct s { int j; const int *ap[3]; }; struct s *b; b->j = 5; } { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */ const int foo = 10; }#endif ; return 0;}_ACEOFrm -f conftest.$ac_objextif { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 (eval $ac_compile) 2>conftest.er1 ac_status=$? grep -v '^ *+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; } && { ac_try='test -s conftest.$ac_objext' { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_const=yeselse echo "$as_me: failed program was:" >&5sed 's/^/| /' conftest.$ac_ext >&5ac_cv_c_const=nofirm -f conftest.err conftest.$ac_objext conftest.$ac_extfiecho "$as_me:$LINENO: result: $ac_cv_c_const" >&5echo "${ECHO_T}$ac_cv_c_const" >&6if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF@%:@define const _ACEOFfi# Find a Fortran 90 compiler. Sets F90saveF90FLAGS=$F90FLAGS# This is the fortran90 version of f90 language supportac_ext=${ac_f90ext-f}ac_compile='$F90 -c $F90FLAGS conftest.$ac_ext >&5'ac_link='$F90 -o conftest$ac_exeext $F90FLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_f90_compiler_gnuif test -n "$ac_tool_prefix"; then for ac_prog in f90 xlf90 pgf90 ifort epcf90 f95 fort xlf95 lf95 pathf90 g95 gfortran ifc efc do # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.set dummy $ac_tool_prefix$ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_F90+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$F90"; then ac_cv_prog_F90="$F90" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_F90="$ac_tool_prefix$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedonefifiF90=$ac_cv_prog_F90if test -n "$F90"; then echo "$as_me:$LINENO: result: $F90" >&5echo "${ECHO_T}$F90" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi test -n "$F90" && break donefiif test -z "$F90"; then ac_ct_F90=$F90 for ac_prog in f90 xlf90 pgf90 ifort epcf90 f95 fort xlf95 lf95 pathf90 g95 gfortran ifc efcdo # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_ac_ct_F90+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$ac_ct_F90"; then ac_cv_prog_ac_ct_F
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -