Ticket #214: configure.log

File configure.log, 5.7 kB (added by Jonas Mehlich, 4 months ago)

Added by email2trac

Line 
1 Configuring MPICH2 version 1.0.7 with '-prefix=/home/Jonas/mpich2-install'
2 Running on system: CYGWIN_NT-5.1 martinim 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
3 Executing mpich2prereq in /home/Jonas/libraries/mpich2-1.0.7/src/mpid/ch3 with
4 Executing mpich2prereq in /home/Jonas/libraries/mpich2-1.0.7/src/mpid/ch3/channels/sock
5 sourcing /home/Jonas/libraries/mpich2-1.0.7/src/pm/mpd/mpich2prereq
6 sourcing /home/Jonas/libraries/mpich2-1.0.7/src/pm/mpd/setup_pm
7 checking for gcc... gcc
8 checking for C compiler default output file name... a.exe
9 checking whether the C compiler works... yes
10 checking whether we are cross compiling... no
11 checking for suffix of executables... .exe
12 checking for suffix of object files... o
13 checking whether we are using the GNU C compiler... yes
14 checking whether gcc accepts -g... yes
15 checking for gcc option to accept ANSI C... none needed
16 checking whether C compiler accepts option -O2... yes
17 checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
18 checking for type of weak symbol support... pragma weak accepted but does not work (probably creates two non-weak entries)
19 no
20 checking whether __attribute__ ((weak)) allowed... yes
21 checking for g77... g77
22 checking whether we are using the GNU Fortran 77 compiler... yes
23 checking whether g77 accepts -g... yes
24 checking whether Fortran 77 compiler accepts option -O2... yes
25 checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
26 checking how to get verbose linking output from g77... -v
27 checking for Fortran libraries of g77...  -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lfrtbegin -lg2c -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32
28 checking whether g77 accepts the FLIBS found by autoconf... yes
29 checking whether C can link with  -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lfrtbegin -lg2c -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32... yes
30 checking for linker for Fortran main programs... Use Fortran to link programs
31 checking for Fortran 77 name mangling... lower doubleunderscore
32 checking what libraries are needed to link Fortran programs with C routines that use stdio... none
33 checking for f90... no
34 checking for xlf90... no
35 checking for pgf90... no
36 checking for ifort... no
37 checking for epcf90... no
38 checking for f95... no
39 checking for fort... no
40 checking for xlf95... no
41 checking for lf95... no
42 checking for pathf90... no
43 checking for g95... no
44 checking for gfortran... no
45 checking for ifc... no
46 checking for efc... no
47 checking that f works as the extension for Fortran 90 program... no
48 checking for extension for Fortran 90 programs... unknown!
49 checking whether Fortran accepts ! for comments... yes
50 checking for include directory flag for Fortran... -I
51 checking for Fortran 77 flag for library directories... -L
52 checking for which Fortran libraries are needed to link C with Fortran... none
53 checking whether Fortran compiler processes .F files with C preprocessor... yes
54 checking for c++... c++
55 checking whether we are using the GNU C++ compiler... yes
56 checking whether c++ accepts -g... yes
57 checking whether the C++ compiler c++ can build an executable... yes
58 checking whether the compiler supports exceptions... yes
59 checking whether the compiler recognizes bool as a built-in type... yes
60 checking whether the compiler implements namespaces... yes
61 checking whether <iostream> available... yes
62 checking whether the compiler implements the namespace std... yes
63 checking whether <math> available... no
64 checking for GNU g++ version... 3 . 4
65 checking whether C++ compiler accepts option -O2... yes
66 checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
67 checking for perl... no
68 checking for ar... ar
69 checking for ranlib... ranlib
70 checking for etags... no
71 checking for killall... no
72 checking for a BSD-compatible install... /usr/bin/install -c
73 checking whether install works... yes
74 checking whether install breaks libraries... no
75 checking whether mkdir -p works... yes
76 checking for make... make
77 checking whether clock skew breaks make... no
78 checking whether make supports include... yes
79 checking whether make allows comments in actions... yes
80 checking for virtual path format... VPATH
81 checking whether make sets CFLAGS... no
82 checking for bash... /usr/bin/sh
83 checking whether /usr/bin/sh supports arrays... yes
84 checking for doctext... false
85 checking for location of doctext style files... unavailable
86 checking for an ANSI C-conforming const... yes
87 checking for volatile... yes
88 checking for restrict... __restrict
89 checking for inline... inline
90 checking whether __attribute__ allowed... yes
91 checking whether __attribute__((format)) allowed... yes
92 checking whether byte ordering is bigendian... no
93 checking whether C compiler allows unaligned doubles... yes
94 checking whether gcc supports __func__... yes
95 Using gcc to determine dependencies
96 checking whether long double is supported... yes
97 checking whether long long is supported... yes
98 checking for max C struct integer alignment... eight
99 checking for max C struct floating point alignment... four
100 checking for max C struct alignment of structs with doubles... eight
101 checking for max C struct floating point alignment with long doubles... four
102 configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs.  MPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types.
103 checking if alignment of structs with doubles is based on position... no
104 checking if alignment of structs with long long ints is based on position... no
105 checking if double alignment breaks rules, find actual alignment... no
106 checking for alignment restrictions on pointers... int or better
107 checking for egrep... grep -E
108 checking for ANSI C header files...