[Trilinos-Users] Problem with installation on mac

Martin Stoll martin.stoll80 at gmail.com
Wed Oct 6 08:27:23 MDT 2010


Hi all,

I have been using the Trilinos package for a while and so far without any
problems on linux machines. Now I tried to install it on a MacBook Pro but I
keep running into troubles.

Namely, my configure aborts with the following message:

checking for library specification errors ... error found
-----
Cannot link with the current set of specified
libraries and paths.  Look for typos and other
possible errors in the values of --with-libs,
--with-ldflags and other places where libraries
are listed.  Grep for -
checking for library specification errors
-in packages/teuchos/config.log and look at
the next several lines for a hint as to
what the issue might be.
-----
configure: error: cannot link

I will attach the output of the config.log.

Maybe some of you have experienced the same problem. Any help would be
greatly appreciated.

Best, Martin

-------------------------------------------------------------------------------------------------------------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by teuchos configure 1.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ../../../packages/teuchos/configure
--prefix=/Users/stoll/cpp/trilinos-9.0.2 --enable-shared --enable-thyra
--enable-stratimikos --enable-rtop --enable-sacado --enable-ml
--enable-ifpack --enable-epetra --enable-belos --enable-aztecoo
--enable-amesos --with-trilinos --enable-teuchos --enable-triutils
--enable-epetraext --enable-nox --enable-new_package --cache-file=/dev/null
--srcdir=../../../packages/teuchos

## --------- ##
## Platform. ##
## --------- ##

hostname = mac01.mpi-magdeburg.mpg.de
uname -m = i386
uname -r = 10.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010;
root:xnu-1504.7.4~1/RELEASE_I386

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
 Darwin Kernel Version 10.4.0: Fri Apr 23 18:28:53 PDT 2010;
root:xnu-1504.7.4~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 58 tasks, 229 threads, 2 processors
Load average: 1.25, Mach factor: 1.05
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2014: checking whether to enable maintainer-specific portions of
Makefiles
configure:2023: result: no
configure:2045: checking build system type
configure:2063: result: i686-apple-darwin10.4.0
configure:2085: checking host system type
configure:2100: result: i686-apple-darwin10.4.0
configure:2122: checking target system type
configure:2137: result: i686-apple-darwin10.4.0
configure:2184: checking for a BSD-compatible install
configure:2240: result: /usr/bin/install -c
configure:2251: checking whether build environment is sane
configure:2294: result: yes
configure:2322: checking for a thread-safe mkdir -p
configure:2361: result: ../../../packages/teuchos/config/install-sh -c -d
configure:2374: checking for gawk
configure:2404: result: no
configure:2374: checking for mawk
configure:2404: result: no
configure:2374: checking for nawk
configure:2404: result: no
configure:2374: checking for awk
configure:2390: found /usr/bin/awk
configure:2401: result: awk
configure:2412: checking whether make sets $(MAKE)
configure:2433: result: yes
configure:2607: checking how to create a ustar tar archive
configure:2620: tar --version
bsdtar 2.6.2 - libarchive 2.6.2
configure:2623: $? = 0
configure:2663: tardir=conftest.dir && eval tar --format=ustar -chf -
"$tardir" >conftest.tar
configure:2666: $? = 0
configure:2670: tar -xf - <conftest.tar
configure:2673: $? = 0
configure:2686: result: gnutar
configure:2711: checking whether to use fortran
configure:2715: result: yes
configure:2913: checking whether we are using MPI
configure:2915: result: no
configure:3180: checking for cc
configure:3196: found /usr/bin/cc
configure:3207: result: cc
configure:3243: checking for C compiler version
configure:3250: cc --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3253: $? = 0
configure:3260: cc -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking
--enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib
--build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10-
--host=x86_64-apple-darwin10 --target=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:3263: $? = 0
configure:3270: cc -V >&5
gcc-4.2: argument to `-V' is missing
configure:3273: $? = 1
configure:3296: checking for C compiler default output file name
configure:3323: cc    conftest.c  >&5
configure:3326: $? = 0
configure:3364: result: a.out
configure:3381: checking whether the C compiler works
configure:3391: ./a.out
configure:3394: $? = 0
configure:3411: result: yes
configure:3418: checking whether we are cross compiling
configure:3420: result: no
configure:3423: checking for suffix of executables
configure:3430: cc -o conftest    conftest.c  >&5
configure:3433: $? = 0
configure:3457: result:
configure:3463: checking for suffix of object files
configure:3489: cc -c   conftest.c >&5
configure:3492: $? = 0
configure:3515: result: o
configure:3519: checking whether we are using the GNU C compiler
configure:3548: cc -c   conftest.c >&5
configure:3554: $? = 0
configure:3571: result: yes
configure:3576: checking whether cc accepts -g
configure:3606: cc -c -g  conftest.c >&5
configure:3612: $? = 0
configure:3711: result: yes
configure:3728: checking for cc option to accept ISO C89
configure:3802: cc  -c -g -O2  conftest.c >&5
configure:3808: $? = 0
configure:3831: result: none needed
configure:3860: checking for style of include used by make
configure:3888: result: GNU
configure:3913: checking dependency style of cc
configure:4004: result: gcc3
configure:4077: checking for CC
configure:4093: found /usr/bin/CC
configure:4104: result: CC
configure:4135: checking for C++ compiler version
configure:4142: CC --version >&5
i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5659)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4145: $? = 0
configure:4152: CC -v >&5
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking
--enable-werror --prefix=/usr --mandir=/share/man
--enable-languages=c,objc,c++,obj-c++
--program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib
--build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10-
--host=x86_64-apple-darwin10 --target=i686-apple-darwin10
--with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5659)
configure:4155: $? = 0
configure:4162: CC -V >&5
gcc-4.2: argument to `-V' is missing
configure:4165: $? = 1
configure:4168: checking whether we are using the GNU C++ compiler
configure:4197: CC -c   conftest.cpp >&5
configure:4203: $? = 0
configure:4220: result: yes
configure:4225: checking whether CC accepts -g
configure:4255: CC -c -g  conftest.cpp >&5
configure:4261: $? = 0
configure:4360: result: yes
configure:4385: checking dependency style of CC
configure:4476: result: gcc3
configure:4545: checking for f77
configure:4575: result: no
configure:4545: checking for g77
configure:4575: result: no
configure:4545: checking for gfortran
configure:4561: found /usr/local/bin/gfortran
configure:4572: result: gfortran
configure:4602: checking for Fortran 77 compiler version
configure:4609: gfortran --version >&5
GNU Fortran (GCC) 4.3.0 20071026 (experimental)
Copyright (C) 2007 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING

configure:4612: $? = 0
configure:4619: gfortran -v >&5
Using built-in specs.
Target: i386-apple-darwin9.0.0
Configured with: ../gcc-4.3-20071026/configure --enable-languages=fortran
Thread model: posix
gcc version 4.3.0 20071026 (experimental) (GCC)
configure:4622: $? = 0
configure:4629: gfortran -V >&5
gfortran: '-V' option must have argument
configure:4632: $? = 1
configure:4640: checking whether we are using the GNU Fortran 77 compiler
configure:4659: gfortran -c  conftest.F >&5
configure:4665: $? = 0
configure:4682: result: yes
configure:4688: checking whether gfortran accepts -g
configure:4705: gfortran -c -g conftest.f >&5
configure:4711: $? = 0
configure:4727: result: yes
configure:4796: checking for ranlib
configure:4812: found /usr/bin/ranlib
configure:4823: result: ranlib
configure:4857: checking for perl
configure:4873: found /usr/bin/perl
configure:4885: result: yes
configure:4928: checking whether additional CCFLAGS flags should be added
configure:4939: result: no
configure:4946: checking whether additional CXXFLAGS flags should be added
configure:4957: result: no
configure:4964: checking whether additional CFLAGS flags should be added
configure:4975: result: no
configure:4983: checking whether additional FFLAGS flags should be added
configure:4994: result: no
configure:5002: checking whether additional libraries are needed
configure:5013: result: no
configure:5021: checking whether additional LDFLAGS flags should be added
configure:5032: result: no
configure:5065: checking for special archiver command
configure:5079: result: none
configure:5103: checking how to run the C++ preprocessor
configure:5139: CC -E  conftest.cpp
configure:5145: $? = 0
configure:5176: CC -E  conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:5182: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5215: result: CC -E
configure:5244: CC -E  conftest.cpp
configure:5250: $? = 0
configure:5281: CC -E  conftest.cpp
conftest.cpp:9:28: error: ac_nonexistent.h: No such file or directory
configure:5287: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5431: checking for grep that handles long lines and -e
configure:5505: result: /usr/bin/grep
configure:5510: checking for egrep
configure:5588: result: /usr/bin/grep -E
configure:5593: checking for ANSI C header files
configure:5623: CC -c -g -O2  conftest.cpp >&5
configure:5629: $? = 0
configure:5728: CC -o conftest -g -O2   conftest.cpp  >&5
Undefined symbols:
  "___gxx_personality_v0", referenced from:
      _main in ccTXbLsS.o
      CIE in ccTXbLsS.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:5731: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| /* end confdefs.h.  */
| #include <ctype.h>
| #include <stdlib.h>
| #if ((' ' & 0x0FF) == 0x020)
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
| #else
| # define ISLOWER(c)    (('a' <= (c) && (c) <= 'i')      || ('j' <= (c) &&
(c) <= 'r')      || ('s' <= (c) && (c) <= 'z'))
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
| #endif
|
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
| int
| main ()
| {
|   int i;
|   for (i = 0; i < 256; i++)
|     if (XOR (islower (i), ISLOWER (i))
| || toupper (i) != TOUPPER (i))
|       return 2;
|   return 0;
| }
configure:5757: result: no
configure:5781: checking for sys/types.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for sys/stat.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for stdlib.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for string.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for memory.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for strings.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for inttypes.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for stdint.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5781: checking for unistd.h
configure:5802: CC -c -g -O2  conftest.cpp >&5
configure:5808: $? = 0
configure:5824: result: yes
configure:5872: checking cerrno usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cerrno presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cerrno
configure:5989: result: yes
configure:5872: checking climits usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking climits presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for climits
configure:5989: result: yes
configure:5872: checking cstdlib usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cstdlib presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cstdlib
configure:5989: result: yes
configure:5872: checking cassert usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cassert presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cassert
configure:5989: result: yes
configure:5872: checking cmath usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cmath presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cmath
configure:5989: result: yes
configure:5872: checking iomanip usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking iomanip presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for iomanip
configure:5989: result: yes
configure:5872: checking iostream usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking iostream presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for iostream
configure:5989: result: yes
configure:5872: checking string usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking string presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for string
configure:5989: result: yes
configure:5872: checking cstring usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cstring presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cstring
configure:5989: result: yes
configure:5872: checking complex usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking complex presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for complex
configure:5989: result: yes
configure:5872: checking algorithm usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking algorithm presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for algorithm
configure:5989: result: yes
configure:5872: checking numeric usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking numeric presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for numeric
configure:5989: result: yes
configure:5872: checking map usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking map presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for map
configure:5989: result: yes
configure:5872: checking list usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking list presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for list
configure:5989: result: yes
configure:5872: checking set usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking set presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for set
configure:5989: result: yes
configure:5872: checking vector usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking vector presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for vector
configure:5989: result: yes
configure:5872: checking sstream usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking sstream presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for sstream
configure:5989: result: yes
configure:5872: checking stdexcept usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking stdexcept presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for stdexcept
configure:5989: result: yes
configure:5872: checking cstdarg usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking cstdarg presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for cstdarg
configure:5989: result: yes
configure:5872: checking typeinfo usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking typeinfo presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for typeinfo
configure:5989: result: yes
configure:5872: checking memory usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking memory presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for memory
configure:5989: result: yes
configure:5872: checking utility usability
configure:5889: CC -c -g -O2  conftest.cpp >&5
configure:5895: $? = 0
configure:5909: result: yes
configure:5913: checking utility presence
configure:5928: CC -E  conftest.cpp
configure:5934: $? = 0
configure:5948: result: yes
configure:5981: checking for utility
configure:5989: result: yes
configure:6025: checking fpu_control.h usability
configure:6042: CC -c -g -O2  conftest.cpp >&5
conftest.cpp:73:25: error: fpu_control.h: No such file or directory
configure:6048: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CERRNO 1
| #define HAVE_CLIMITS 1
| #define HAVE_CSTDLIB 1
| #define HAVE_CASSERT 1
| #define HAVE_CMATH 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_CSTRING 1
| #define HAVE_COMPLEX 1
| #define HAVE_ALGORITHM 1
| #define HAVE_NUMERIC 1
| #define HAVE_MAP 1
| #define HAVE_LIST 1
| #define HAVE_SET 1
| #define HAVE_VECTOR 1
| #define HAVE_SSTREAM 1
| #define HAVE_STDEXCEPT 1
| #define HAVE_CSTDARG 1
| #define HAVE_TYPEINFO 1
| #define HAVE_MEMORY 1
| #define HAVE_UTILITY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fpu_control.h>
configure:6062: result: no
configure:6066: checking fpu_control.h presence
configure:6081: CC -E  conftest.cpp
conftest.cpp:40:25: error: fpu_control.h: No such file or directory
configure:6087: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CERRNO 1
| #define HAVE_CLIMITS 1
| #define HAVE_CSTDLIB 1
| #define HAVE_CASSERT 1
| #define HAVE_CMATH 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_CSTRING 1
| #define HAVE_COMPLEX 1
| #define HAVE_ALGORITHM 1
| #define HAVE_NUMERIC 1
| #define HAVE_MAP 1
| #define HAVE_LIST 1
| #define HAVE_SET 1
| #define HAVE_VECTOR 1
| #define HAVE_SSTREAM 1
| #define HAVE_STDEXCEPT 1
| #define HAVE_CSTDARG 1
| #define HAVE_TYPEINFO 1
| #define HAVE_MEMORY 1
| #define HAVE_UTILITY 1
| /* end confdefs.h.  */
| #include <fpu_control.h>
configure:6101: result: no
configure:6134: checking for fpu_control.h
configure:6142: result: no
configure:6157: checking for inline
configure:6183: CC -c -g -O2  conftest.cpp >&5
configure:6189: $? = 0
configure:6207: result: inline
configure:6231: checking whether the compiler implements namespaces
configure:6264: CC -c -g -O2  conftest.cpp >&5
configure:6270: $? = 0
configure:6292: result: yes
configure:6302: checking whether the compiler supports Standard Template
Library
configure:6341: CC -c -g -O2  conftest.cpp >&5
configure:6347: $? = 0
configure:6369: result: yes
configure:6379: checking whether the compiler recognizes bool as a built-in
type
configure:6416: CC -c -g -O2  conftest.cpp >&5
configure:6422: $? = 0
configure:6444: result: yes
configure:6454: checking whether the compiler supports the mutable keyword
configure:6492: CC -c -g -O2  conftest.cpp >&5
configure:6498: $? = 0
configure:6520: result: yes
configure:6530: checking whether the compiler supports std::numeric_limits<>
configure:6565: CC -c -g -O2  conftest.cpp >&5
configure:6571: $? = 0
configure:6593: result: yes
configure:6603: checking whether the compiler supports
abi::__cxa_demangle(...)
configure:6650: CC -c -g -O2  conftest.cpp >&5
configure:6656: $? = 0
configure:6678: result: yes
configure:6691: checking whether the compiler accepts the new for scoping
rules
configure:6730: CC -c -g -O2  conftest.cpp >&5
configure:6736: $? = 0
configure:6758: result: yes
configure:6768: checking whether the compiler requires invalid use of the
"template" qualifier
configure:6815: CC -c -g -O2  conftest.cpp >&5
configure:6821: $? = 0
configure:6843: result: no
configure:6859: checking whether the compiler recognizes
std::ios_base::fmtflags as supported IO type
configure:6902: CC -c -g -O2  conftest.cpp >&5
configure:6908: $? = 0
configure:6930: result: yes
configure:6940: checking whether the compiler recognizes std::sprintf as
supported IO function
configure:6980: CC -c -g -O2  conftest.cpp >&5
configure:6986: $? = 0
configure:7029: CC -c -g -O2  conftest.cpp >&5
configure:7035: $? = 0
configure:7063: result: yes
configure:7073: checking whether the compiler supports access of protected
templated nested classes in derived classes
configure:7108: CC -c -g -O2  conftest.cpp >&5
configure:7114: $? = 0
configure:7136: result: yes
configure:7160: checking whether to use tests
configure:7164: result: yes
configure:7193: checking whether to use teuchos-tests
configure:7197: result: yes
configure:7231: checking whether to use examples
configure:7235: result: yes
configure:7265: checking whether to use teuchos-examples
configure:7269: result: yes
configure:7321: checking whether to use libcheck
configure:7325: result: yes
configure:7344: checking whether additional library search paths defined
configure:7355: result: no
configure:7363: checking whether additional include search paths defined
configure:7374: result: no
configure:7384: checking for library specification errors
configure:7414: CC -o conftest -g -O2   conftest.cpp  >&5
Undefined symbols:
  "___gxx_personality_v0", referenced from:
      _main in ccyP8EtN.o
      CIE in ccyP8EtN.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
configure:7420: $? = 1
configure: failed program was:
|  /* confdefs.h.  */
| #define PACKAGE_NAME "teuchos"
| #define PACKAGE_TARNAME "teuchos"
| #define PACKAGE_VERSION "1.5"
| #define PACKAGE_STRING "teuchos 1.5"
| #define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
| #define HAVE_FORTRAN_SUPPORT 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_CERRNO 1
| #define HAVE_CLIMITS 1
| #define HAVE_CSTDLIB 1
| #define HAVE_CASSERT 1
| #define HAVE_CMATH 1
| #define HAVE_IOMANIP 1
| #define HAVE_IOSTREAM 1
| #define HAVE_STRING 1
| #define HAVE_CSTRING 1
| #define HAVE_COMPLEX 1
| #define HAVE_ALGORITHM 1
| #define HAVE_NUMERIC 1
| #define HAVE_MAP 1
| #define HAVE_LIST 1
| #define HAVE_SET 1
| #define HAVE_VECTOR 1
| #define HAVE_SSTREAM 1
| #define HAVE_STDEXCEPT 1
| #define HAVE_CSTDARG 1
| #define HAVE_TYPEINFO 1
| #define HAVE_MEMORY 1
| #define HAVE_UTILITY 1
| #define HAVE_NAMESPACES
| #define HAVE_STL
| #define HAVE_BOOL
| #define HAVE_MUTABLE
| #define HAVE_NUMERIC_LIMITS
| #define HAVE_GCC_ABI_DEMANGLE
| #define HAVE_NEW_FOR_SCOPING
| #define INVALID_TEMPLATE_QUALIFIER
| #define HAVE_STD_IOS_BASE_FMTFLAGS
| #define HAVE_STD_SPRINTF
| #define HAVE_PROTECTED_NESTED_TEMPLATE_CLASS_ACCESS
| #define HAVE_TESTS
| #define HAVE_TEUCHOS_TESTS
| #define HAVE_EXAMPLES
| #define HAVE_TEUCHOS_EXAMPLES
| #define HAVE_LIBCHECK
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:7432: result: error found
configure:7445: error: cannot link

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-apple-darwin10.4.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_cxx_abi_demangle=yes
ac_cv_cxx_bool=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_cxx_have_stl=yes
ac_cv_cxx_invalid_template_qualifier=no
ac_cv_cxx_ios_base=yes
ac_cv_cxx_mutable=yes
ac_cv_cxx_namespaces=yes
ac_cv_cxx_new_for_scoping=yes
ac_cv_cxx_numeric_limits=yes
ac_cv_cxx_protected_nested_template_class_access=yes
ac_cv_cxx_std_sprintf1=yes
ac_cv_cxx_std_sprintf2=yes
ac_cv_cxx_std_sprintf=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_header_algorithm=yes
ac_cv_header_cassert=yes
ac_cv_header_cerrno=yes
ac_cv_header_climits=yes
ac_cv_header_cmath=yes
ac_cv_header_complex=yes
ac_cv_header_cstdarg=yes
ac_cv_header_cstdlib=yes
ac_cv_header_cstring=yes
ac_cv_header_fpu_control_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_iomanip=yes
ac_cv_header_iostream=yes
ac_cv_header_list=yes
ac_cv_header_map=yes
ac_cv_header_memory=yes
ac_cv_header_memory_h=yes
ac_cv_header_numeric=yes
ac_cv_header_set=yes
ac_cv_header_sstream=yes
ac_cv_header_stdc=no
ac_cv_header_stdexcept=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_typeinfo=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utility=yes
ac_cv_header_vector=yes
ac_cv_host=i686-apple-darwin10.4.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CXXCPP='CC -E'
ac_cv_prog_HAVE_PERL=yes
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_CXX=CC
ac_cv_prog_ac_ct_F77=gfortran
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i686-apple-darwin10.4.0
ac_cv_use_examples=yes
ac_cv_use_fortran=yes
ac_cv_use_libcheck=yes
ac_cv_use_tests=yes
ac_cv_use_teuchos_examples=yes
ac_cv_use_teuchos_tests=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_tar_ustar=gnutar

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run
aclocal-1.10'
ALTERNATE_AR=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run tar'
AUTOCONF='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run
autoconf'
AUTOHEADER='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run
autoheader'
AUTOMAKE='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run
automake-1.10'
AWK='awk'
BLAS_LIBS=''
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
BUILD_TESTS_FALSE='#'
BUILD_TESTS_TRUE=''
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPPFLAGS=''
CXX='CC'
CXXCPP='CC -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FFLAGS='-g -O2'
FLIBS=''
GREP='/usr/bin/grep'
HAVE_GCC_CHECKEDSTL_FALSE=''
HAVE_GCC_CHECKEDSTL_TRUE=''
HAVE_MPI_FALSE=''
HAVE_MPI_TRUE='#'
HAVE_PERL='yes'
HAVE_TEUCHOS_BLASFLOAT_FALSE=''
HAVE_TEUCHOS_BLASFLOAT_TRUE=''
HAVE_TEUCHOS_BOOST_FALSE=''
HAVE_TEUCHOS_BOOST_TRUE=''
HAVE_TEUCHOS_COMPLEX_FALSE=''
HAVE_TEUCHOS_COMPLEX_TRUE=''
HAVE_TEUCHOS_EXPLICIT_INSTANTIATION_FALSE=''
HAVE_TEUCHOS_EXPLICIT_INSTANTIATION_TRUE=''
HAVE_TEUCHOS_EXTENDED_FALSE=''
HAVE_TEUCHOS_EXTENDED_TRUE=''
HAVE_TEUCHOS_LONG_LONG_INT_FALSE=''
HAVE_TEUCHOS_LONG_LONG_INT_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LAPACK_LIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL}
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/missing --run
makeinfo'
MPI_CC_EXISTS=''
MPI_CXX=''
MPI_CXX_EXISTS=''
MPI_DIR=''
MPI_F77_EXISTS=''
MPI_INC=''
MPI_LIBDIR=''
MPI_LIBS=''
MPI_TEMP_CXX=''
OBJEXT='o'
PACKAGE='teuchos'
PACKAGE_BUGREPORT='hkthorn at sandia.gov'
PACKAGE_NAME='teuchos'
PACKAGE_STRING='teuchos 1.5'
PACKAGE_TARNAME='teuchos'
PACKAGE_VERSION='1.5'
PATH_SEPARATOR=':'
PERL_EXE=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
SUB_EXAMPLE_FALSE=''
SUB_EXAMPLE_TRUE='#'
SUB_TEST_FALSE=''
SUB_TEST_TRUE='#'
TEUCHOS_BUILD_DIRECTORY=''
TRILINOS_TEMPLATE_OBJS=''
USE_ALTERNATE_AR=''
USE_ALTERNATE_AR_FALSE=''
USE_ALTERNATE_AR_TRUE='#'
USING_EXPORT_MAKEFILES_FALSE=''
USING_EXPORT_MAKEFILES_TRUE=''
USING_GNUMAKE_FALSE=''
USING_GNUMAKE_TRUE=''
USING_PERL_FALSE='#'
USING_PERL_TRUE=''
VERSION='1.5'
ac_aux_dir='../../../packages/teuchos/config'
ac_ct_CC='cc'
ac_ct_CXX='CC'
ac_ct_F77='gfortran'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='i686-apple-darwin10.4.0'
build_alias=''
build_cpu='i686'
build_os='darwin10.4.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-apple-darwin10.4.0'
host_alias=''
host_cpu='i686'
host_os='darwin10.4.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL)
/Users/stoll/cpp/trilinos-9.0.2/packages/teuchos/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/../../../packages/teuchos/config/install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/stoll/cpp/trilinos-9.0.2'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i686-apple-darwin10.4.0'
target_alias=''
target_cpu='i686'
target_os='darwin10.4.0'
target_vendor='apple'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "teuchos"
#define PACKAGE_TARNAME "teuchos"
#define PACKAGE_VERSION "1.5"
#define PACKAGE_STRING "teuchos 1.5"
#define PACKAGE_BUGREPORT "hkthorn at sandia.gov"
#define HAVE_FORTRAN_SUPPORT 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_CERRNO 1
#define HAVE_CLIMITS 1
#define HAVE_CSTDLIB 1
#define HAVE_CASSERT 1
#define HAVE_CMATH 1
#define HAVE_IOMANIP 1
#define HAVE_IOSTREAM 1
#define HAVE_STRING 1
#define HAVE_CSTRING 1
#define HAVE_COMPLEX 1
#define HAVE_ALGORITHM 1
#define HAVE_NUMERIC 1
#define HAVE_MAP 1
#define HAVE_LIST 1
#define HAVE_SET 1
#define HAVE_VECTOR 1
#define HAVE_SSTREAM 1
#define HAVE_STDEXCEPT 1
#define HAVE_CSTDARG 1
#define HAVE_TYPEINFO 1
#define HAVE_MEMORY 1
#define HAVE_UTILITY 1
#define HAVE_NAMESPACES
#define HAVE_STL
#define HAVE_BOOL
#define HAVE_MUTABLE
#define HAVE_NUMERIC_LIMITS
#define HAVE_GCC_ABI_DEMANGLE
#define HAVE_NEW_FOR_SCOPING
#define INVALID_TEMPLATE_QUALIFIER
#define HAVE_STD_IOS_BASE_FMTFLAGS
#define HAVE_STD_SPRINTF
#define HAVE_PROTECTED_NESTED_TEMPLATE_CLASS_ACCESS
#define HAVE_TESTS
#define HAVE_TEUCHOS_TESTS
#define HAVE_EXAMPLES
#define HAVE_TEUCHOS_EXAMPLES
#define HAVE_LIBCHECK

configure: exit 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20101006/64b46273/attachment-0001.html 


More information about the Trilinos-Users mailing list