| Line 2190... |
Line 2190... |
| 2190 |
WANT_R_SHLIB_FALSE='#'
|
2190 |
WANT_R_SHLIB_FALSE='#'
|
| 2191 |
else
|
2191 |
else
|
| 2192 |
WANT_R_SHLIB_TRUE='#'
|
2192 |
WANT_R_SHLIB_TRUE='#'
|
| 2193 |
WANT_R_SHLIB_FALSE=
|
2193 |
WANT_R_SHLIB_FALSE=
|
| 2194 |
fi
|
2194 |
fi
|
| - |
|
2195 |
if test "${want_R_framework}" = yes; then
|
| - |
|
2196 |
LIBR="-framework R"
|
| 2195 |
if test "${want_R_shlib}" = yes; then
|
2197 |
elif test "${want_R_shlib}" = yes; then
|
| 2196 |
LIBR="-L\$(R_HOME)/bin -lR"
|
2198 |
LIBR="-L\$(R_HOME)/bin -lR"
|
| 2197 |
else
|
2199 |
else
|
| 2198 |
LIBR=
|
2200 |
LIBR=
|
| 2199 |
fi
|
2201 |
fi
|
| 2200 |
|
2202 |
|
| Line 5297... |
Line 5299... |
| 5297 |
F77=$ac_ct_F77
|
5299 |
F77=$ac_ct_F77
|
| 5298 |
fi
|
5300 |
fi
|
| 5299 |
|
5301 |
|
| 5300 |
|
5302 |
|
| 5301 |
# Provide some information about the compiler.
|
5303 |
# Provide some information about the compiler.
|
| 5302 |
echo "$as_me:5302:" \
|
5304 |
echo "$as_me:5304:" \
|
| 5303 |
"checking for Fortran 77 compiler version" >&5
|
5305 |
"checking for Fortran 77 compiler version" >&5
|
| 5304 |
ac_compiler=`set X $ac_compile; echo $2`
|
5306 |
ac_compiler=`set X $ac_compile; echo $2`
|
| 5305 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
|
5307 |
{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
|
| 5306 |
(eval $ac_compiler --version </dev/null >&5) 2>&5
|
5308 |
(eval $ac_compiler --version </dev/null >&5) 2>&5
|
| 5307 |
ac_status=$?
|
5309 |
ac_status=$?
|
| Line 6575... |
Line 6577... |
| 6575 |
fi
|
6577 |
fi
|
| 6576 |
rm -rf conftest*
|
6578 |
rm -rf conftest*
|
| 6577 |
;;
|
6579 |
;;
|
| 6578 |
*-*-irix6*)
|
6580 |
*-*-irix6*)
|
| 6579 |
# Find out which ABI we are using.
|
6581 |
# Find out which ABI we are using.
|
| 6580 |
echo '#line 6580 "configure"' > conftest.$ac_ext
|
6582 |
echo '#line 6582 "configure"' > conftest.$ac_ext
|
| 6581 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
6583 |
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|
| 6582 |
(eval $ac_compile) 2>&5
|
6584 |
(eval $ac_compile) 2>&5
|
| 6583 |
ac_status=$?
|
6585 |
ac_status=$?
|
| 6584 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
6586 |
echo "$as_me:$LINENO: \$? = $ac_status" >&5
|
| 6585 |
(exit $ac_status); }; then
|
6587 |
(exit $ac_status); }; then
|
| Line 8005... |
Line 8007... |
| 8005 |
# The option is referenced via a variable to avoid confusing sed.
|
8007 |
# The option is referenced via a variable to avoid confusing sed.
|
| 8006 |
lt_compile=`echo "$ac_compile" | $SED \
|
8008 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 8007 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
8009 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 8008 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
8010 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 8009 |
-e 's:$: $lt_compiler_flag:'`
|
8011 |
-e 's:$: $lt_compiler_flag:'`
|
| 8010 |
(eval echo "\"\$as_me:8010: $lt_compile\"" >&5)
|
8012 |
(eval echo "\"\$as_me:8012: $lt_compile\"" >&5)
|
| 8011 |
(eval "$lt_compile" 2>conftest.err)
|
8013 |
(eval "$lt_compile" 2>conftest.err)
|
| 8012 |
ac_status=$?
|
8014 |
ac_status=$?
|
| 8013 |
cat conftest.err >&5
|
8015 |
cat conftest.err >&5
|
| 8014 |
echo "$as_me:8014: \$? = $ac_status" >&5
|
8016 |
echo "$as_me:8016: \$? = $ac_status" >&5
|
| 8015 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
8017 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 8016 |
# The compiler can only warn and ignore the option if not recognized
|
8018 |
# The compiler can only warn and ignore the option if not recognized
|
| 8017 |
# So say no if there are warnings
|
8019 |
# So say no if there are warnings
|
| 8018 |
if test ! -s conftest.err; then
|
8020 |
if test ! -s conftest.err; then
|
| 8019 |
lt_cv_prog_compiler_rtti_exceptions=yes
|
8021 |
lt_cv_prog_compiler_rtti_exceptions=yes
|
| Line 8237... |
Line 8239... |
| 8237 |
# The option is referenced via a variable to avoid confusing sed.
|
8239 |
# The option is referenced via a variable to avoid confusing sed.
|
| 8238 |
lt_compile=`echo "$ac_compile" | $SED \
|
8240 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 8239 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
8241 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 8240 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
8242 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 8241 |
-e 's:$: $lt_compiler_flag:'`
|
8243 |
-e 's:$: $lt_compiler_flag:'`
|
| 8242 |
(eval echo "\"\$as_me:8242: $lt_compile\"" >&5)
|
8244 |
(eval echo "\"\$as_me:8244: $lt_compile\"" >&5)
|
| 8243 |
(eval "$lt_compile" 2>conftest.err)
|
8245 |
(eval "$lt_compile" 2>conftest.err)
|
| 8244 |
ac_status=$?
|
8246 |
ac_status=$?
|
| 8245 |
cat conftest.err >&5
|
8247 |
cat conftest.err >&5
|
| 8246 |
echo "$as_me:8246: \$? = $ac_status" >&5
|
8248 |
echo "$as_me:8248: \$? = $ac_status" >&5
|
| 8247 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
8249 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 8248 |
# The compiler can only warn and ignore the option if not recognized
|
8250 |
# The compiler can only warn and ignore the option if not recognized
|
| 8249 |
# So say no if there are warnings
|
8251 |
# So say no if there are warnings
|
| 8250 |
if test ! -s conftest.err; then
|
8252 |
if test ! -s conftest.err; then
|
| 8251 |
lt_prog_compiler_pic_works=yes
|
8253 |
lt_prog_compiler_pic_works=yes
|
| Line 8304... |
Line 8306... |
| 8304 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
8306 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
| 8305 |
lt_compile=`echo "$ac_compile" | $SED \
|
8307 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 8306 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
8308 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 8307 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
8309 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 8308 |
-e 's:$: $lt_compiler_flag:'`
|
8310 |
-e 's:$: $lt_compiler_flag:'`
|
| 8309 |
(eval echo "\"\$as_me:8309: $lt_compile\"" >&5)
|
8311 |
(eval echo "\"\$as_me:8311: $lt_compile\"" >&5)
|
| 8310 |
(eval "$lt_compile" 2>out/conftest.err)
|
8312 |
(eval "$lt_compile" 2>out/conftest.err)
|
| 8311 |
ac_status=$?
|
8313 |
ac_status=$?
|
| 8312 |
cat out/conftest.err >&5
|
8314 |
cat out/conftest.err >&5
|
| 8313 |
echo "$as_me:8313: \$? = $ac_status" >&5
|
8315 |
echo "$as_me:8315: \$? = $ac_status" >&5
|
| 8314 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
8316 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
| 8315 |
then
|
8317 |
then
|
| 8316 |
# The compiler can only warn and ignore the option if not recognized
|
8318 |
# The compiler can only warn and ignore the option if not recognized
|
| 8317 |
# So say no if there are warnings
|
8319 |
# So say no if there are warnings
|
| 8318 |
if test ! -s out/conftest.err; then
|
8320 |
if test ! -s out/conftest.err; then
|
| Line 10413... |
Line 10415... |
| 10413 |
lt_cv_dlopen_self=cross
|
10415 |
lt_cv_dlopen_self=cross
|
| 10414 |
else
|
10416 |
else
|
| 10415 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
10417 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 10416 |
lt_status=$lt_dlunknown
|
10418 |
lt_status=$lt_dlunknown
|
| 10417 |
cat > conftest.$ac_ext <<EOF
|
10419 |
cat > conftest.$ac_ext <<EOF
|
| 10418 |
#line 10418 "configure"
|
10420 |
#line 10420 "configure"
|
| 10419 |
#include "confdefs.h"
|
10421 |
#include "confdefs.h"
|
| 10420 |
|
10422 |
|
| 10421 |
#if HAVE_DLFCN_H
|
10423 |
#if HAVE_DLFCN_H
|
| 10422 |
#include <dlfcn.h>
|
10424 |
#include <dlfcn.h>
|
| 10423 |
#endif
|
10425 |
#endif
|
| Line 10511... |
Line 10513... |
| 10511 |
lt_cv_dlopen_self_static=cross
|
10513 |
lt_cv_dlopen_self_static=cross
|
| 10512 |
else
|
10514 |
else
|
| 10513 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
10515 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 10514 |
lt_status=$lt_dlunknown
|
10516 |
lt_status=$lt_dlunknown
|
| 10515 |
cat > conftest.$ac_ext <<EOF
|
10517 |
cat > conftest.$ac_ext <<EOF
|
| 10516 |
#line 10516 "configure"
|
10518 |
#line 10518 "configure"
|
| 10517 |
#include "confdefs.h"
|
10519 |
#include "confdefs.h"
|
| 10518 |
|
10520 |
|
| 10519 |
#if HAVE_DLFCN_H
|
10521 |
#if HAVE_DLFCN_H
|
| 10520 |
#include <dlfcn.h>
|
10522 |
#include <dlfcn.h>
|
| 10521 |
#endif
|
10523 |
#endif
|
| Line 12661... |
Line 12663... |
| 12661 |
# The option is referenced via a variable to avoid confusing sed.
|
12663 |
# The option is referenced via a variable to avoid confusing sed.
|
| 12662 |
lt_compile=`echo "$ac_compile" | $SED \
|
12664 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 12663 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
12665 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 12664 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
12666 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 12665 |
-e 's:$: $lt_compiler_flag:'`
|
12667 |
-e 's:$: $lt_compiler_flag:'`
|
| 12666 |
(eval echo "\"\$as_me:12666: $lt_compile\"" >&5)
|
12668 |
(eval echo "\"\$as_me:12668: $lt_compile\"" >&5)
|
| 12667 |
(eval "$lt_compile" 2>conftest.err)
|
12669 |
(eval "$lt_compile" 2>conftest.err)
|
| 12668 |
ac_status=$?
|
12670 |
ac_status=$?
|
| 12669 |
cat conftest.err >&5
|
12671 |
cat conftest.err >&5
|
| 12670 |
echo "$as_me:12670: \$? = $ac_status" >&5
|
12672 |
echo "$as_me:12672: \$? = $ac_status" >&5
|
| 12671 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
12673 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 12672 |
# The compiler can only warn and ignore the option if not recognized
|
12674 |
# The compiler can only warn and ignore the option if not recognized
|
| 12673 |
# So say no if there are warnings
|
12675 |
# So say no if there are warnings
|
| 12674 |
if test ! -s conftest.err; then
|
12676 |
if test ! -s conftest.err; then
|
| 12675 |
lt_prog_compiler_pic_works_CXX=yes
|
12677 |
lt_prog_compiler_pic_works_CXX=yes
|
| Line 12728... |
Line 12730... |
| 12728 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
12730 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
| 12729 |
lt_compile=`echo "$ac_compile" | $SED \
|
12731 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 12730 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
12732 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 12731 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
12733 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 12732 |
-e 's:$: $lt_compiler_flag:'`
|
12734 |
-e 's:$: $lt_compiler_flag:'`
|
| 12733 |
(eval echo "\"\$as_me:12733: $lt_compile\"" >&5)
|
12735 |
(eval echo "\"\$as_me:12735: $lt_compile\"" >&5)
|
| 12734 |
(eval "$lt_compile" 2>out/conftest.err)
|
12736 |
(eval "$lt_compile" 2>out/conftest.err)
|
| 12735 |
ac_status=$?
|
12737 |
ac_status=$?
|
| 12736 |
cat out/conftest.err >&5
|
12738 |
cat out/conftest.err >&5
|
| 12737 |
echo "$as_me:12737: \$? = $ac_status" >&5
|
12739 |
echo "$as_me:12739: \$? = $ac_status" >&5
|
| 12738 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
12740 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
| 12739 |
then
|
12741 |
then
|
| 12740 |
# The compiler can only warn and ignore the option if not recognized
|
12742 |
# The compiler can only warn and ignore the option if not recognized
|
| 12741 |
# So say no if there are warnings
|
12743 |
# So say no if there are warnings
|
| 12742 |
if test ! -s out/conftest.err; then
|
12744 |
if test ! -s out/conftest.err; then
|
| Line 14050... |
Line 14052... |
| 14050 |
lt_cv_dlopen_self=cross
|
14052 |
lt_cv_dlopen_self=cross
|
| 14051 |
else
|
14053 |
else
|
| 14052 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
14054 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 14053 |
lt_status=$lt_dlunknown
|
14055 |
lt_status=$lt_dlunknown
|
| 14054 |
cat > conftest.$ac_ext <<EOF
|
14056 |
cat > conftest.$ac_ext <<EOF
|
| 14055 |
#line 14055 "configure"
|
14057 |
#line 14057 "configure"
|
| 14056 |
#include "confdefs.h"
|
14058 |
#include "confdefs.h"
|
| 14057 |
|
14059 |
|
| 14058 |
#if HAVE_DLFCN_H
|
14060 |
#if HAVE_DLFCN_H
|
| 14059 |
#include <dlfcn.h>
|
14061 |
#include <dlfcn.h>
|
| 14060 |
#endif
|
14062 |
#endif
|
| Line 14148... |
Line 14150... |
| 14148 |
lt_cv_dlopen_self_static=cross
|
14150 |
lt_cv_dlopen_self_static=cross
|
| 14149 |
else
|
14151 |
else
|
| 14150 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
14152 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 14151 |
lt_status=$lt_dlunknown
|
14153 |
lt_status=$lt_dlunknown
|
| 14152 |
cat > conftest.$ac_ext <<EOF
|
14154 |
cat > conftest.$ac_ext <<EOF
|
| 14153 |
#line 14153 "configure"
|
14155 |
#line 14155 "configure"
|
| 14154 |
#include "confdefs.h"
|
14156 |
#include "confdefs.h"
|
| 14155 |
|
14157 |
|
| 14156 |
#if HAVE_DLFCN_H
|
14158 |
#if HAVE_DLFCN_H
|
| 14157 |
#include <dlfcn.h>
|
14159 |
#include <dlfcn.h>
|
| 14158 |
#endif
|
14160 |
#endif
|
| Line 14970... |
Line 14972... |
| 14970 |
# The option is referenced via a variable to avoid confusing sed.
|
14972 |
# The option is referenced via a variable to avoid confusing sed.
|
| 14971 |
lt_compile=`echo "$ac_compile" | $SED \
|
14973 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 14972 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
14974 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 14973 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
14975 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 14974 |
-e 's:$: $lt_compiler_flag:'`
|
14976 |
-e 's:$: $lt_compiler_flag:'`
|
| 14975 |
(eval echo "\"\$as_me:14975: $lt_compile\"" >&5)
|
14977 |
(eval echo "\"\$as_me:14977: $lt_compile\"" >&5)
|
| 14976 |
(eval "$lt_compile" 2>conftest.err)
|
14978 |
(eval "$lt_compile" 2>conftest.err)
|
| 14977 |
ac_status=$?
|
14979 |
ac_status=$?
|
| 14978 |
cat conftest.err >&5
|
14980 |
cat conftest.err >&5
|
| 14979 |
echo "$as_me:14979: \$? = $ac_status" >&5
|
14981 |
echo "$as_me:14981: \$? = $ac_status" >&5
|
| 14980 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
14982 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 14981 |
# The compiler can only warn and ignore the option if not recognized
|
14983 |
# The compiler can only warn and ignore the option if not recognized
|
| 14982 |
# So say no if there are warnings
|
14984 |
# So say no if there are warnings
|
| 14983 |
if test ! -s conftest.err; then
|
14985 |
if test ! -s conftest.err; then
|
| 14984 |
lt_prog_compiler_pic_works_F77=yes
|
14986 |
lt_prog_compiler_pic_works_F77=yes
|
| Line 15037... |
Line 15039... |
| 15037 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
15039 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
| 15038 |
lt_compile=`echo "$ac_compile" | $SED \
|
15040 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 15039 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
15041 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 15040 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
15042 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 15041 |
-e 's:$: $lt_compiler_flag:'`
|
15043 |
-e 's:$: $lt_compiler_flag:'`
|
| 15042 |
(eval echo "\"\$as_me:15042: $lt_compile\"" >&5)
|
15044 |
(eval echo "\"\$as_me:15044: $lt_compile\"" >&5)
|
| 15043 |
(eval "$lt_compile" 2>out/conftest.err)
|
15045 |
(eval "$lt_compile" 2>out/conftest.err)
|
| 15044 |
ac_status=$?
|
15046 |
ac_status=$?
|
| 15045 |
cat out/conftest.err >&5
|
15047 |
cat out/conftest.err >&5
|
| 15046 |
echo "$as_me:15046: \$? = $ac_status" >&5
|
15048 |
echo "$as_me:15048: \$? = $ac_status" >&5
|
| 15047 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
15049 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
| 15048 |
then
|
15050 |
then
|
| 15049 |
# The compiler can only warn and ignore the option if not recognized
|
15051 |
# The compiler can only warn and ignore the option if not recognized
|
| 15050 |
# So say no if there are warnings
|
15052 |
# So say no if there are warnings
|
| 15051 |
if test ! -s out/conftest.err; then
|
15053 |
if test ! -s out/conftest.err; then
|
| Line 16997... |
Line 16999... |
| 16997 |
# The option is referenced via a variable to avoid confusing sed.
|
16999 |
# The option is referenced via a variable to avoid confusing sed.
|
| 16998 |
lt_compile=`echo "$ac_compile" | $SED \
|
17000 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 16999 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
17001 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 17000 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
17002 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 17001 |
-e 's:$: $lt_compiler_flag:'`
|
17003 |
-e 's:$: $lt_compiler_flag:'`
|
| 17002 |
(eval echo "\"\$as_me:17002: $lt_compile\"" >&5)
|
17004 |
(eval echo "\"\$as_me:17004: $lt_compile\"" >&5)
|
| 17003 |
(eval "$lt_compile" 2>conftest.err)
|
17005 |
(eval "$lt_compile" 2>conftest.err)
|
| 17004 |
ac_status=$?
|
17006 |
ac_status=$?
|
| 17005 |
cat conftest.err >&5
|
17007 |
cat conftest.err >&5
|
| 17006 |
echo "$as_me:17006: \$? = $ac_status" >&5
|
17008 |
echo "$as_me:17008: \$? = $ac_status" >&5
|
| 17007 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
17009 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 17008 |
# The compiler can only warn and ignore the option if not recognized
|
17010 |
# The compiler can only warn and ignore the option if not recognized
|
| 17009 |
# So say no if there are warnings
|
17011 |
# So say no if there are warnings
|
| 17010 |
if test ! -s conftest.err; then
|
17012 |
if test ! -s conftest.err; then
|
| 17011 |
lt_cv_prog_compiler_rtti_exceptions=yes
|
17013 |
lt_cv_prog_compiler_rtti_exceptions=yes
|
| Line 17229... |
Line 17231... |
| 17229 |
# The option is referenced via a variable to avoid confusing sed.
|
17231 |
# The option is referenced via a variable to avoid confusing sed.
|
| 17230 |
lt_compile=`echo "$ac_compile" | $SED \
|
17232 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 17231 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
17233 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 17232 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
17234 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 17233 |
-e 's:$: $lt_compiler_flag:'`
|
17235 |
-e 's:$: $lt_compiler_flag:'`
|
| 17234 |
(eval echo "\"\$as_me:17234: $lt_compile\"" >&5)
|
17236 |
(eval echo "\"\$as_me:17236: $lt_compile\"" >&5)
|
| 17235 |
(eval "$lt_compile" 2>conftest.err)
|
17237 |
(eval "$lt_compile" 2>conftest.err)
|
| 17236 |
ac_status=$?
|
17238 |
ac_status=$?
|
| 17237 |
cat conftest.err >&5
|
17239 |
cat conftest.err >&5
|
| 17238 |
echo "$as_me:17238: \$? = $ac_status" >&5
|
17240 |
echo "$as_me:17240: \$? = $ac_status" >&5
|
| 17239 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
17241 |
if (exit $ac_status) && test -s "$ac_outfile"; then
|
| 17240 |
# The compiler can only warn and ignore the option if not recognized
|
17242 |
# The compiler can only warn and ignore the option if not recognized
|
| 17241 |
# So say no if there are warnings
|
17243 |
# So say no if there are warnings
|
| 17242 |
if test ! -s conftest.err; then
|
17244 |
if test ! -s conftest.err; then
|
| 17243 |
lt_prog_compiler_pic_works_GCJ=yes
|
17245 |
lt_prog_compiler_pic_works_GCJ=yes
|
| Line 17296... |
Line 17298... |
| 17296 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
17298 |
# with a dollar sign (not a hyphen), so the echo should work correctly.
|
| 17297 |
lt_compile=`echo "$ac_compile" | $SED \
|
17299 |
lt_compile=`echo "$ac_compile" | $SED \
|
| 17298 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
17300 |
-e 's:.*FLAGS}? :&$lt_compiler_flag :; t' \
|
| 17299 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
17301 |
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
|
| 17300 |
-e 's:$: $lt_compiler_flag:'`
|
17302 |
-e 's:$: $lt_compiler_flag:'`
|
| 17301 |
(eval echo "\"\$as_me:17301: $lt_compile\"" >&5)
|
17303 |
(eval echo "\"\$as_me:17303: $lt_compile\"" >&5)
|
| 17302 |
(eval "$lt_compile" 2>out/conftest.err)
|
17304 |
(eval "$lt_compile" 2>out/conftest.err)
|
| 17303 |
ac_status=$?
|
17305 |
ac_status=$?
|
| 17304 |
cat out/conftest.err >&5
|
17306 |
cat out/conftest.err >&5
|
| 17305 |
echo "$as_me:17305: \$? = $ac_status" >&5
|
17307 |
echo "$as_me:17307: \$? = $ac_status" >&5
|
| 17306 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
17308 |
if (exit $ac_status) && test -s out/conftest2.$ac_objext
|
| 17307 |
then
|
17309 |
then
|
| 17308 |
# The compiler can only warn and ignore the option if not recognized
|
17310 |
# The compiler can only warn and ignore the option if not recognized
|
| 17309 |
# So say no if there are warnings
|
17311 |
# So say no if there are warnings
|
| 17310 |
if test ! -s out/conftest.err; then
|
17312 |
if test ! -s out/conftest.err; then
|
| Line 19405... |
Line 19407... |
| 19405 |
lt_cv_dlopen_self=cross
|
19407 |
lt_cv_dlopen_self=cross
|
| 19406 |
else
|
19408 |
else
|
| 19407 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
19409 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 19408 |
lt_status=$lt_dlunknown
|
19410 |
lt_status=$lt_dlunknown
|
| 19409 |
cat > conftest.$ac_ext <<EOF
|
19411 |
cat > conftest.$ac_ext <<EOF
|
| 19410 |
#line 19410 "configure"
|
19412 |
#line 19412 "configure"
|
| 19411 |
#include "confdefs.h"
|
19413 |
#include "confdefs.h"
|
| 19412 |
|
19414 |
|
| 19413 |
#if HAVE_DLFCN_H
|
19415 |
#if HAVE_DLFCN_H
|
| 19414 |
#include <dlfcn.h>
|
19416 |
#include <dlfcn.h>
|
| 19415 |
#endif
|
19417 |
#endif
|
| Line 19503... |
Line 19505... |
| 19503 |
lt_cv_dlopen_self_static=cross
|
19505 |
lt_cv_dlopen_self_static=cross
|
| 19504 |
else
|
19506 |
else
|
| 19505 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
19507 |
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
|
| 19506 |
lt_status=$lt_dlunknown
|
19508 |
lt_status=$lt_dlunknown
|
| 19507 |
cat > conftest.$ac_ext <<EOF
|
19509 |
cat > conftest.$ac_ext <<EOF
|
| 19508 |
#line 19508 "configure"
|
19510 |
#line 19510 "configure"
|
| 19509 |
#include "confdefs.h"
|
19511 |
#include "confdefs.h"
|
| 19510 |
|
19512 |
|
| 19511 |
#if HAVE_DLFCN_H
|
19513 |
#if HAVE_DLFCN_H
|
| 19512 |
#include <dlfcn.h>
|
19514 |
#include <dlfcn.h>
|
| 19513 |
#endif
|
19515 |
#endif
|
| Line 23426... |
Line 23428... |
| 23426 |
See \`config.log' for more details." >&2;}
|
23428 |
See \`config.log' for more details." >&2;}
|
| 23427 |
{ (exit 1); exit 1; }; } ;;
|
23429 |
{ (exit 1); exit 1; }; } ;;
|
| 23428 |
esac
|
23430 |
esac
|
| 23429 |
else
|
23431 |
else
|
| 23430 |
if test "$cross_compiling" = yes; then
|
23432 |
if test "$cross_compiling" = yes; then
|
| 23431 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
23433 |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
| 23432 |
See \`config.log' for more details." >&5
|
- |
|
| 23433 |
echo "$as_me: error: cannot run test program while cross compiling
|
23434 |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
| 23434 |
See \`config.log' for more details." >&2;}
|
- |
|
| 23435 |
{ (exit 1); exit 1; }; }
|
23435 |
{ (exit 1); exit 1; }; }
|
| 23436 |
else
|
23436 |
else
|
| 23437 |
cat >conftest.$ac_ext <<_ACEOF
|
23437 |
cat >conftest.$ac_ext <<_ACEOF
|
| 23438 |
/* confdefs.h. */
|
23438 |
/* confdefs.h. */
|
| 23439 |
_ACEOF
|
23439 |
_ACEOF
|
| Line 23846... |
Line 23846... |
| 23846 |
See \`config.log' for more details." >&2;}
|
23846 |
See \`config.log' for more details." >&2;}
|
| 23847 |
{ (exit 1); exit 1; }; } ;;
|
23847 |
{ (exit 1); exit 1; }; } ;;
|
| 23848 |
esac
|
23848 |
esac
|
| 23849 |
else
|
23849 |
else
|
| 23850 |
if test "$cross_compiling" = yes; then
|
23850 |
if test "$cross_compiling" = yes; then
|
| 23851 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
23851 |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
| 23852 |
See \`config.log' for more details." >&5
|
- |
|
| 23853 |
echo "$as_me: error: cannot run test program while cross compiling
|
23852 |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
| 23854 |
See \`config.log' for more details." >&2;}
|
- |
|
| 23855 |
{ (exit 1); exit 1; }; }
|
23853 |
{ (exit 1); exit 1; }; }
|
| 23856 |
else
|
23854 |
else
|
| 23857 |
cat >conftest.$ac_ext <<_ACEOF
|
23855 |
cat >conftest.$ac_ext <<_ACEOF
|
| 23858 |
/* confdefs.h. */
|
23856 |
/* confdefs.h. */
|
| 23859 |
_ACEOF
|
23857 |
_ACEOF
|
| Line 24254... |
Line 24252... |
| 24254 |
See \`config.log' for more details." >&2;}
|
24252 |
See \`config.log' for more details." >&2;}
|
| 24255 |
{ (exit 1); exit 1; }; } ;;
|
24253 |
{ (exit 1); exit 1; }; } ;;
|
| 24256 |
esac
|
24254 |
esac
|
| 24257 |
else
|
24255 |
else
|
| 24258 |
if test "$cross_compiling" = yes; then
|
24256 |
if test "$cross_compiling" = yes; then
|
| 24259 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
24257 |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
| 24260 |
See \`config.log' for more details." >&5
|
- |
|
| 24261 |
echo "$as_me: error: cannot run test program while cross compiling
|
24258 |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
| 24262 |
See \`config.log' for more details." >&2;}
|
- |
|
| 24263 |
{ (exit 1); exit 1; }; }
|
24259 |
{ (exit 1); exit 1; }; }
|
| 24264 |
else
|
24260 |
else
|
| 24265 |
cat >conftest.$ac_ext <<_ACEOF
|
24261 |
cat >conftest.$ac_ext <<_ACEOF
|
| 24266 |
/* confdefs.h. */
|
24262 |
/* confdefs.h. */
|
| 24267 |
_ACEOF
|
24263 |
_ACEOF
|
| Line 24662... |
Line 24658... |
| 24662 |
See \`config.log' for more details." >&2;}
|
24658 |
See \`config.log' for more details." >&2;}
|
| 24663 |
{ (exit 1); exit 1; }; } ;;
|
24659 |
{ (exit 1); exit 1; }; } ;;
|
| 24664 |
esac
|
24660 |
esac
|
| 24665 |
else
|
24661 |
else
|
| 24666 |
if test "$cross_compiling" = yes; then
|
24662 |
if test "$cross_compiling" = yes; then
|
| 24667 |
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
|
24663 |
{ { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
|
| 24668 |
See \`config.log' for more details." >&5
|
- |
|
| 24669 |
echo "$as_me: error: cannot run test program while cross compiling
|
24664 |
echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
|
| 24670 |
See \`config.log' for more details." >&2;}
|
- |
|
| 24671 |
{ (exit 1); exit 1; }; }
|
24665 |
{ (exit 1); exit 1; }; }
|
| 24672 |
else
|
24666 |
else
|
| 24673 |
cat >conftest.$ac_ext <<_ACEOF
|
24667 |
cat >conftest.$ac_ext <<_ACEOF
|
| 24674 |
/* confdefs.h. */
|
24668 |
/* confdefs.h. */
|
| 24675 |
_ACEOF
|
24669 |
_ACEOF
|
| Line 24898... |
Line 24892... |
| 24898 |
# 1 to this macro) to the Fortran compiler in order to get
|
24892 |
# 1 to this macro) to the Fortran compiler in order to get
|
| 24899 |
# "verbose" output that we can then parse for the Fortran linker
|
24893 |
# "verbose" output that we can then parse for the Fortran linker
|
| 24900 |
# flags.
|
24894 |
# flags.
|
| 24901 |
ac_save_FFLAGS=$FFLAGS
|
24895 |
ac_save_FFLAGS=$FFLAGS
|
| 24902 |
FFLAGS="$FFLAGS $ac_verb"
|
24896 |
FFLAGS="$FFLAGS $ac_verb"
|
| 24903 |
(eval echo $as_me:24903: \"$ac_link\") >&5
|
24897 |
(eval echo $as_me:24897: \"$ac_link\") >&5
|
| 24904 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
24898 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
| 24905 |
echo "$ac_f77_v_output" >&5
|
24899 |
echo "$ac_f77_v_output" >&5
|
| 24906 |
FFLAGS=$ac_save_FFLAGS
|
24900 |
FFLAGS=$ac_save_FFLAGS
|
| 24907 |
|
24901 |
|
| 24908 |
rm -f conftest*
|
24902 |
rm -f conftest*
|
| Line 24976... |
Line 24970... |
| 24976 |
# 1 to this macro) to the Fortran compiler in order to get
|
24970 |
# 1 to this macro) to the Fortran compiler in order to get
|
| 24977 |
# "verbose" output that we can then parse for the Fortran linker
|
24971 |
# "verbose" output that we can then parse for the Fortran linker
|
| 24978 |
# flags.
|
24972 |
# flags.
|
| 24979 |
ac_save_FFLAGS=$FFLAGS
|
24973 |
ac_save_FFLAGS=$FFLAGS
|
| 24980 |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
|
24974 |
FFLAGS="$FFLAGS $ac_cv_prog_f77_v"
|
| 24981 |
(eval echo $as_me:24981: \"$ac_link\") >&5
|
24975 |
(eval echo $as_me:24975: \"$ac_link\") >&5
|
| 24982 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
24976 |
ac_f77_v_output=`eval $ac_link 5>&1 2>&1 | grep -v 'Driving:'`
|
| 24983 |
echo "$ac_f77_v_output" >&5
|
24977 |
echo "$ac_f77_v_output" >&5
|
| 24984 |
FFLAGS=$ac_save_FFLAGS
|
24978 |
FFLAGS=$ac_save_FFLAGS
|
| 24985 |
|
24979 |
|
| 24986 |
rm -f conftest*
|
24980 |
rm -f conftest*
|
| Line 33834... |
Line 33828... |
| 33834 |
echo "$as_me:$LINENO: checking for tclConfig.sh in library (sub)directories" >&5
|
33828 |
echo "$as_me:$LINENO: checking for tclConfig.sh in library (sub)directories" >&5
|
| 33835 |
echo $ECHO_N "checking for tclConfig.sh in library (sub)directories... $ECHO_C" >&6
|
33829 |
echo $ECHO_N "checking for tclConfig.sh in library (sub)directories... $ECHO_C" >&6
|
| 33836 |
if test "${r_cv_path_TCL_CONFIG+set}" = set; then
|
33830 |
if test "${r_cv_path_TCL_CONFIG+set}" = set; then
|
| 33837 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
33831 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
| 33838 |
else
|
33832 |
else
|
| 33839 |
for ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib; do
|
33833 |
for ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib /usr/lib64 ; do
|
| 33840 |
for dir in \
|
33834 |
for dir in \
|
| 33841 |
${ldir} \
|
33835 |
${ldir} \
|
| 33842 |
`ls -d ${ldir}/tcl[8-9].[0-9]* 2>/dev/null | sort -r`; do
|
33836 |
`ls -d ${ldir}/tcl[8-9].[0-9]* 2>/dev/null | sort -r`; do
|
| 33843 |
if test -f ${dir}/tclConfig.sh; then
|
33837 |
if test -f ${dir}/tclConfig.sh; then
|
| 33844 |
r_cv_path_TCL_CONFIG="${dir}/tclConfig.sh"
|
33838 |
r_cv_path_TCL_CONFIG="${dir}/tclConfig.sh"
|
| Line 33908... |
Line 33902... |
| 33908 |
echo "$as_me:$LINENO: checking for tkConfig.sh in library (sub)directories" >&5
|
33902 |
echo "$as_me:$LINENO: checking for tkConfig.sh in library (sub)directories" >&5
|
| 33909 |
echo $ECHO_N "checking for tkConfig.sh in library (sub)directories... $ECHO_C" >&6
|
33903 |
echo $ECHO_N "checking for tkConfig.sh in library (sub)directories... $ECHO_C" >&6
|
| 33910 |
if test "${r_cv_path_TK_CONFIG+set}" = set; then
|
33904 |
if test "${r_cv_path_TK_CONFIG+set}" = set; then
|
| 33911 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
33905 |
echo $ECHO_N "(cached) $ECHO_C" >&6
|
| 33912 |
else
|
33906 |
else
|
| 33913 |
for ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib; do
|
33907 |
for ldir in /opt/lib /sw/lib /usr/local/lib /usr/lib /lib /usr/lib64 ; do
|
| 33914 |
for dir in \
|
33908 |
for dir in \
|
| 33915 |
${ldir} \
|
33909 |
${ldir} \
|
| 33916 |
`ls -d ${ldir}/tk[8-9].[0-9]* 2>/dev/null | sort -r`; do
|
33910 |
`ls -d ${ldir}/tk[8-9].[0-9]* 2>/dev/null | sort -r`; do
|
| 33917 |
if test -f ${dir}/tkConfig.sh; then
|
33911 |
if test -f ${dir}/tkConfig.sh; then
|
| 33918 |
r_cv_path_TK_CONFIG="${dir}/tkConfig.sh"
|
33912 |
r_cv_path_TK_CONFIG="${dir}/tkConfig.sh"
|