Ticket #214: config.log

File config.log, 50.6 kB (added by Jonas Mehlich, 4 months ago)

Added by email2trac

Line 
1 This file contains any messages produced by compilers while
2 running configure, to aid debugging if configure makes a mistake.
3
4 It was created by configure, which was
5 generated by GNU Autoconf 2.59.  Invocation command line was
6
7   $ /home/Jonas/libraries/mpich2-1.0.7/configure -prefix=/home/Jonas/mpich2-install
8
9 ## --------- ##
10 ## Platform. ##
11 ## --------- ##
12
13 hostname = martinim
14 uname -m = i686
15 uname -r = 1.5.25(0.156/4/2)
16 uname -s = CYGWIN_NT-5.1
17 uname -v = 2008-06-12 19:34
18
19 /usr/bin/uname -p = unknown
20 /bin/uname -X     = unknown
21
22 /bin/arch              = i686
23 /usr/bin/arch -k       = unknown
24 /usr/convex/getsysinfo = unknown
25 hostinfo               = unknown
26 /bin/machine           = unknown
27 /usr/bin/oslevel       = unknown
28 /bin/universe          = unknown
29
30 PATH: ./
31 PATH: /usr/local/bin/mpich2-install/bin
32 PATH: /usr/local/bin
33 PATH: /usr/bin
34 PATH: /bin
35 PATH: /usr/X11R6/bin
36 PATH: /cygdrive/c/Programme/RSA SecurID Token Common
37 PATH: /cygdrive/c/WINDOWS/system32
38 PATH: /cygdrive/c/WINDOWS
39 PATH: /cygdrive/c/WINDOWS/System32/Wbem
40 PATH: /cygdrive/c/Programme/Gemeinsame Dateien/Lenovo
41 PATH: /cygdrive/c/Programme/Intel/Wireless/Bin/
42 PATH: /cygdrive/c/Programme/ThinkPad/ConnectUtilities
43
44
45 ## ----------- ##
46 ## Core tests. ##
47 ## ----------- ##
48
49 configure:3163: checking for gcc
50 configure:3179: found /usr/bin/gcc
51 configure:3189: result: gcc
52 configure:3433: checking for C compiler version
53 configure:3436: gcc --version </dev/null >&5
54 gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
55 Copyright (C) 2004 Free Software Foundation, Inc.
56 This is free software; see the source for copying conditions.  There is NO
57 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
58
59 configure:3439: $? = 0
60 configure:3441: gcc -v </dev/null >&5
61 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
62 Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
63 Thread model: posix
64 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
65 configure:3444: $? = 0
66 configure:3446: gcc -V </dev/null >&5
67 gcc: `-V' option must have argument
68 configure:3449: $? = 1
69 configure:3472: checking for C compiler default output file name
70 configure:3475: gcc    conftest.c  >&5
71 configure:3478: $? = 0
72 configure:3524: result: a.exe
73 configure:3529: checking whether the C compiler works
74 configure:3535: ./a.exe
75 configure:3538: $? = 0
76 configure:3555: result: yes
77 configure:3562: checking whether we are cross compiling
78 configure:3564: result: no
79 configure:3567: checking for suffix of executables
80 configure:3569: gcc -o conftest.exe    conftest.c  >&5
81 configure:3572: $? = 0
82 configure:3597: result: .exe
83 configure:3603: checking for suffix of object files
84 configure:3624: gcc -c   conftest.c >&5
85 configure:3627: $? = 0
86 configure:3649: result: o
87 configure:3653: checking whether we are using the GNU C compiler
88 configure:3677: gcc -c   conftest.c >&5
89 configure:3683: $? = 0
90 configure:3686: test -z                          || test ! -s conftest.err
91 configure:3689: $? = 0
92 configure:3692: test -s conftest.o
93 configure:3695: $? = 0
94 configure:3708: result: yes
95 configure:3714: checking whether gcc accepts -g
96 configure:3735: gcc -c -g  conftest.c >&5
97 configure:3741: $? = 0
98 configure:3744: test -z                          || test ! -s conftest.err
99 configure:3747: $? = 0
100 configure:3750: test -s conftest.o
101 configure:3753: $? = 0
102 configure:3764: result: yes
103 configure:3781: checking for gcc option to accept ANSI C
104 configure:3851: gcc  -c -g -O2  conftest.c >&5
105 configure:3857: $? = 0
106 configure:3860: test -z                          || test ! -s conftest.err
107 configure:3863: $? = 0
108 configure:3866: test -s conftest.o
109 configure:3869: $? = 0
110 configure:3887: result: none needed
111 configure:3905: gcc -c -g -O2  conftest.c >&5
112 conftest.c:2: error: parse error before "me"
113 configure:3911: $? = 1
114 configure: failed program was:
115 | #ifndef __cplusplus
116 |   choke me
117 | #endif
118 configure:4429: checking whether C compiler accepts option -O2
119 configure:4439: result: yes
120 configure:4441: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
121 configure:4449: result: yes
122 configure:4668: checking for type of weak symbol support
123 configure:4697: gcc -o conftest.exe  -O2   conftest.c  >&5
124 conftest.c:17: warning: weak declaration of 'PFoo' not supported
125 configure:4703: $? = 0
126 configure:4706: test -z                          || test ! -s conftest.err
127 configure:4709: $? = 0
128 configure:4712: test -s conftest.exe
129 configure:4715: $? = 0
130 configure:4806: gcc -o conftest.exe  -O2   conftest.c  >&5
131 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccm8sT5f.o:conftest.c:(.text+0x30): undefined reference to `_PFoo'
132 collect2: ld returned 1 exit status
133 configure:4812: $? = 1
134 configure: failed program was:
135 | /* confdefs.h.  */
136 |
137 | #define PACKAGE_NAME ""
138 | #define PACKAGE_TARNAME ""
139 | #define PACKAGE_VERSION ""
140 | #define PACKAGE_STRING ""
141 | #define PACKAGE_BUGREPORT ""
142 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
143 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
144 | #define USE_LOGGING MPID_LOGGING_NONE
145 | #define HAVE_RUNTIME_THREADCHECK 1
146 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
147 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
148 | #define HAVE_ROMIO 1
149 | /* end confdefs.h.  */
150 |
151 | extern int PFoo(int);
152 | #pragma _HP_SECONDARY_DEF Foo  PFoo
153 | int Foo(int a) { return a; }
154 |
155 | int
156 | main ()
157 | {
158 | return PFoo(1);
159 |   ;
160 |   return 0;
161 | }
162 configure:4856: gcc -o conftest.exe  -O2   conftest.c  >&5
163 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccmZoFnX.o:conftest.c:(.text+0x30): undefined reference to `_PFoo'
164 collect2: ld returned 1 exit status
165 configure:4862: $? = 1
166 configure: failed program was:
167 | /* confdefs.h.  */
168 |
169 | #define PACKAGE_NAME ""
170 | #define PACKAGE_TARNAME ""
171 | #define PACKAGE_VERSION ""
172 | #define PACKAGE_STRING ""
173 | #define PACKAGE_BUGREPORT ""
174 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
175 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
176 | #define USE_LOGGING MPID_LOGGING_NONE
177 | #define HAVE_RUNTIME_THREADCHECK 1
178 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
179 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
180 | #define HAVE_ROMIO 1
181 | /* end confdefs.h.  */
182 |
183 | extern int PFoo(int);
184 | #pragma _CRI duplicate PFoo as Foo
185 | int Foo(int a) { return a; }
186 |
187 | int
188 | main ()
189 | {
190 | return PFoo(1);
191 |   ;
192 |   return 0;
193 | }
194 configure:4893: result: no
195 configure:4920: checking whether __attribute__ ((weak)) allowed
196 configure:4942: gcc -c  -O2  conftest.c >&5
197 conftest.c:16: warning: weak declaration of 'foo' not supported
198 configure:4948: $? = 0
199 configure:4951: test -z                          || test ! -s conftest.err
200 configure:4954: $? = 0
201 configure:4957: test -s conftest.o
202 configure:4960: $? = 0
203 configure:4971: result: yes
204 configure:5139: checking for g77
205 configure:5155: found /usr/bin/g77
206 configure:5165: result: g77
207 configure:5180: checking for Fortran 77 compiler version
208 configure:5183: g77 --version </dev/null >&5
209 GNU Fortran (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
210 Copyright (C) 2004 Free Software Foundation, Inc.
211
212 GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
213 You may redistribute copies of GNU Fortran
214 under the terms of the GNU General Public License.
215 For more information about these matters, see the file named COPYING
216 or type the command `info -f g77 Copying'.
217 configure:5186: $? = 0
218 configure:5188: g77 -v </dev/null >&5
219 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
220 Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
221 Thread model: posix
222 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
223 configure:5191: $? = 0
224 configure:5193: g77 -V </dev/null >&5
225 g77: `-V' option must have argument
226 configure:5196: $? = 1
227 configure:5204: checking whether we are using the GNU Fortran 77 compiler
228 configure:5218: g77 -c  conftest.F >&5
229 configure:5224: $? = 0
230 configure:5227: test -z                          || test ! -s conftest.err
231 configure:5230: $? = 0
232 configure:5233: test -s conftest.o
233 configure:5236: $? = 0
234 configure:5249: result: yes
235 configure:5255: checking whether g77 accepts -g
236 configure:5267: g77 -c -g conftest.f >&5
237 configure:5273: $? = 0
238 configure:5276: test -z                          || test ! -s conftest.err
239 configure:5279: $? = 0
240 configure:5282: test -s conftest.o
241 configure:5285: $? = 0
242 configure:5297: result: yes
243 configure:5571: checking whether Fortran 77 compiler accepts option -O2
244 configure:5587: g77  -o conftest conftest.f  >conftest.bas 2>&1
245 configure:5590: $? = 0
246 configure:5592: g77 -O2  -o conftest conftest.f  >conftest.out 2>&1
247 configure:5595: $? = 0
248 configure:5598: result: yes
249 configure:5600: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
250 configure:5606: g77 -c  conftest2.f >conftest2.out 2>&1
251 configure:5609: $? = 0
252 configure:5611: g77 -O2  -o conftest conftest2.o conftest.f  >conftest.bas 2>&1
253 configure:5614: $? = 0
254 configure:5653: result: yes
255 configure:5837: checking how to get verbose linking output from g77
256 configure:5848: g77 -c  -O2 conftest.f >&5
257 configure:5854: $? = 0
258 configure:5857: test -z                          || test ! -s conftest.err
259 configure:5860: $? = 0
260 configure:5863: test -s conftest.o
261 configure:5866: $? = 0
262 configure:5883: g77 -o conftest.exe  -O2 -v  conftest.f  >&5
263 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
264 Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
265 Thread model: posix
266 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
267  /usr/lib/gcc/i686-pc-cygwin/3.4.4/f771.exe conftest.f -quiet -dumpbase conftest.f -mtune=pentiumpro -auxbase conftest -O2 -version -o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccGXUPMo.s
268 GNU F77 version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) (i686-pc-cygwin)
269         compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
270 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
271  /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccemu8oH.o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccGXUPMo.s
272  /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic --dll-search-prefix=cyg -o conftest.exe /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccemu8oH.o -lfrtbegin -lg2c -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
273 configure:5938: result: -v
274 configure:5940: checking for Fortran libraries of g77
275 configure:5961: g77 -o conftest.exe  -O2 -v  conftest.f  >&5
276 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
277 Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
278 Thread model: posix
279 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
280  /usr/lib/gcc/i686-pc-cygwin/3.4.4/f771.exe conftest.f -quiet -dumpbase conftest.f -mtune=pentiumpro -auxbase conftest -O2 -version -o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccW9cuFR.s
281 GNU F77 version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) (i686-pc-cygwin)
282         compiled by GNU C version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125).
283 GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
284  /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/as.exe -o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccI7CUty.o /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccW9cuFR.s
285  /usr/lib/gcc/i686-pc-cygwin/3.4.4/collect2.exe -Bdynamic --dll-search-prefix=cyg -o conftest.exe /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../crt0.o -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccI7CUty.o -lfrtbegin -lg2c -lgcc -lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc
286 configure:6122: result:  -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
287 configure:6138: checking whether g77 accepts the FLIBS found by autoconf
288 configure:6151: g77 -o conftest.exe  -O2  conftest.f  >&5
289 configure:6154: $? = 0
290 configure:6162: result: yes
291 configure:6198: 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
292 configure:6219: gcc -o conftest.exe  -O2   conftest.c   -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 >&5
293 configure:6225: $? = 0
294 configure:6228: test -z                          || test ! -s conftest.err
295 configure:6231: $? = 0
296 configure:6234: test -s conftest.exe
297 configure:6237: $? = 0
298 configure:6249: result: yes
299 configure:6347: gcc -c  -O2  conftest.c >&5
300 configure:6353: $? = 0
301 configure:6356: test -z                          || test ! -s conftest.err
302 configure:6359: $? = 0
303 configure:6362: test -s conftest.o
304 configure:6365: $? = 0
305 configure:6378: checking for linker for Fortran main programs
306 configure:6388: gcc -c  -O2  conftest.c >&5
307 configure:6391: $? = 0
308 configure:6410: g77 -c  -O2 conftest.f >&5
309 configure:6413: $? = 0
310 configure:6421: result: Use Fortran to link programs
311 configure:6446: checking for Fortran 77 name mangling
312 configure:6471: g77 -c  -O2 conftest.f 1>&5
313 configure:6474: $? = 0
314 configure:6508: gcc -o conftest.exe  -O2   conftest.c fconftestf.o  -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  >&5
315 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccIveDf9.o:conftest.c:(.text+0x19): undefined reference to `_my_name'
316 collect2: ld returned 1 exit status
317 configure:6514: $? = 1
318 configure: failed program was:
319 | /* confdefs.h.  */
320 |
321 | #define PACKAGE_NAME ""
322 | #define PACKAGE_TARNAME ""
323 | #define PACKAGE_VERSION ""
324 | #define PACKAGE_STRING ""
325 | #define PACKAGE_BUGREPORT ""
326 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
327 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
328 | #define USE_LOGGING MPID_LOGGING_NONE
329 | #define HAVE_RUNTIME_THREADCHECK 1
330 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
331 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
332 | #define HAVE_ROMIO 1
333 | #define HAVE_LONG_LONG 1
334 | /* end confdefs.h.  */
335 |
336 | int
337 | main ()
338 | {
339 | my_name();
340 |   ;
341 |   return 0;
342 | }
343 configure:6553: gcc -o conftest.exe  -O2   conftest.c fconftestf.o  -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  >&5
344 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/cc4HVT5S.o:conftest.c:(.text+0x19): undefined reference to `_my_name_'
345 collect2: ld returned 1 exit status
346 configure:6559: $? = 1
347 configure: failed program was:
348 | /* confdefs.h.  */
349 |
350 | #define PACKAGE_NAME ""
351 | #define PACKAGE_TARNAME ""
352 | #define PACKAGE_VERSION ""
353 | #define PACKAGE_STRING ""
354 | #define PACKAGE_BUGREPORT ""
355 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
356 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
357 | #define USE_LOGGING MPID_LOGGING_NONE
358 | #define HAVE_RUNTIME_THREADCHECK 1
359 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
360 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
361 | #define HAVE_ROMIO 1
362 | #define HAVE_LONG_LONG 1
363 | /* end confdefs.h.  */
364 |
365 | int
366 | main ()
367 | {
368 | my_name_();
369 |   ;
370 |   return 0;
371 | }
372 configure:6599: gcc -o conftest.exe  -O2   conftest.c fconftestf.o  -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  >&5
373 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/cc6oBWMX.o:conftest.c:(.text+0x20): undefined reference to `_MY_NAME@4'
374 collect2: ld returned 1 exit status
375 configure:6605: $? = 1
376 configure: failed program was:
377 | /* confdefs.h.  */
378 |
379 | #define PACKAGE_NAME ""
380 | #define PACKAGE_TARNAME ""
381 | #define PACKAGE_VERSION ""
382 | #define PACKAGE_STRING ""
383 | #define PACKAGE_BUGREPORT ""
384 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
385 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
386 | #define USE_LOGGING MPID_LOGGING_NONE
387 | #define HAVE_RUNTIME_THREADCHECK 1
388 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
389 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
390 | #define HAVE_ROMIO 1
391 | #define HAVE_LONG_LONG 1
392 | /* end confdefs.h.  */
393 | void __stdcall MY_NAME(int);
394 | int
395 | main ()
396 | {
397 | MY_NAME(0);
398 |   ;
399 |   return 0;
400 | }
401 configure:6645: gcc -o conftest.exe  -O2   conftest.c fconftestf.o  -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  >&5
402 /cygdrive/c/DOKUME~1/Jonas/LOKALE~1/Temp/ccG8fwIQ.o:conftest.c:(.text+0x19): undefined reference to `_MY_NAME'
403 collect2: ld returned 1 exit status
404 configure:6651: $? = 1
405 configure: failed program was:
406 | /* confdefs.h.  */
407 |
408 | #define PACKAGE_NAME ""
409 | #define PACKAGE_TARNAME ""
410 | #define PACKAGE_VERSION ""
411 | #define PACKAGE_STRING ""
412 | #define PACKAGE_BUGREPORT ""
413 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
414 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
415 | #define USE_LOGGING MPID_LOGGING_NONE
416 | #define HAVE_RUNTIME_THREADCHECK 1
417 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
418 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
419 | #define HAVE_ROMIO 1
420 | #define HAVE_LONG_LONG 1
421 | /* end confdefs.h.  */
422 |
423 | int
424 | main ()
425 | {
426 | MY_NAME();
427 |   ;
428 |   return 0;
429 | }
430 configure:6691: gcc -o conftest.exe  -O2   conftest.c fconftestf.o  -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  >&5
431 configure:6697: $? = 0
432 configure:6700: test -z                          || test ! -s conftest.err
433 configure:6703: $? = 0
434 configure:6706: test -s conftest.exe
435 configure:6709: $? = 0
436 configure:7196: result: lower doubleunderscore
437 configure:7289: checking what libraries are needed to link Fortran programs with C routines that use stdio
438 configure:7308: gcc -c  -O2 conftestc.c 1>&5
439 configure:7311: $? = 0
440 configure:7320: g77  -O2 -o conftest conftest.f conftestc.o 1>&5
441 configure:7323: $? = 0
442 configure:7346: result: none
443 configure:7461: checking for f90
444 configure:7490: result: no
445 configure:7461: checking for xlf90
446 configure:7490: result: no
447 configure:7461: checking for pgf90
448 configure:7490: result: no
449 configure:7461: checking for ifort
450 configure:7490: result: no
451 configure:7461: checking for epcf90
452 configure:7490: result: no
453 configure:7461: checking for f95
454 configure:7490: result: no
455 configure:7461: checking for fort
456 configure:7490: result: no
457 configure:7461: checking for xlf95
458 configure:7490: result: no
459 configure:7461: checking for lf95
460 configure:7490: result: no
461 configure:7461: checking for pathf90
462 configure:7490: result: no
463 configure:7461: checking for g95
464 configure:7490: result: no
465 configure:7461: checking for gfortran
466 configure:7490: result: no
467 configure:7461: checking for ifc
468 configure:7490: result: no
469 configure:7461: checking for efc
470 configure:7490: result: no
471 configure:7502: checking that f works as the extension for Fortran 90 program
472 configure:7508:  -c  conftest.f >&5
473 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7509: -c: command not found
474 configure:7511: $? = 127
475 configure:7516: result: no
476 configure:7518: checking for extension for Fortran 90 programs
477 configure:7525:  -c  conftest.f90 >&5
478 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7526: -c: command not found
479 configure:7528: $? = 127
480 configure:7539:  -c  conftest.f >&5
481 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7540: -c: command not found
482 configure:7542: $? = 127
483 configure:7547: result: unknown!
484 configure:7561: checking for Fortran 90 compiler version
485 configure:7564:  --version </dev/null >&5
486 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7565: --version: command not found
487 configure:7567: $? = 127
488 configure:7569:  -v </dev/null >&5
489 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7570: -v: command not found
490 configure:7572: $? = 127
491 configure:7574:  -V </dev/null >&5
492 /home/Jonas/libraries/mpich2-1.0.7/configure: line 7575: -V: command not found
493 configure:7577: $? = 127
494 configure:8150: checking whether Fortran accepts ! for comments
495 configure:8169: g77 -c  -O2 conftest.f >&5
496 configure:8175: $? = 0
497 configure:8178: test -z                          || test ! -s conftest.err
498 configure:8181: $? = 0
499 configure:8184: test -s conftest.o
500 configure:8187: $? = 0
501 configure:8204: result: yes
502 configure:8214: checking for include directory flag for Fortran
503 configure:8234: g77 -c  -O2 -Isrc conftest.f 1>&5
504 configure:8237: $? = 0
505 configure:8247: result: -I
506 configure:8265: checking for Fortran 77 flag for library directories
507 configure:8283: g77 -c  -O2 conftest1.f 1>&5
508 configure:8286: $? = 0
509 configure:8294: ar cr conftest2/libconftest.a conftest1.o
510 configure:8297: $? = 0
511 configure:8300: ranlib conftest2/libconftest.a
512 configure:8303: $? = 0
513 configure:8307: g77 -o conftest  -O2 -Lconftest2 conftest.f -lconftest  1>&5
514 configure:8310: $? = 0
515 configure:8324: result: -L
516 configure:8396: checking for which Fortran libraries are needed to link C with Fortran
517 configure:8407: g77 -c  -O2 conftest.f 1>&5
518 configure:8410: $? = 0
519 configure:8446: gcc -o conftest.exe  -O2   conftest.c mconftestf.o  >&5
520 configure:8452: $? = 0
521 configure:8455: test -z                          || test ! -s conftest.err
522 configure:8458: $? = 0
523 configure:8461: test -s conftest.exe
524 configure:8464: $? = 0
525 configure:8617: result: none
526 configure:8707: checking whether Fortran compiler processes .F files with C preprocessor
527 configure:8718: g77 -c  -O2  conftest.F 1>&5
528 configure:8721: $? = 0
529 configure:8743: result: yes
530 configure:10012: checking for c++
531 configure:10028: found /usr/bin/c++
532 configure:10038: result: c++
533 configure:10156: checking for C++ compiler version
534 configure:10159: c++ --version </dev/null >&5
535 c++ (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
536 Copyright (C) 2004 Free Software Foundation, Inc.
537 This is free software; see the source for copying conditions.  There is NO
538 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
539
540 configure:10162: $? = 0
541 configure:10164: c++ -v </dev/null >&5
542 Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs
543 Configured with: /usr/build/package/orig/test.respin/gcc-3.4.4-3/configure --verbose --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-languages=c,ada,c++,d,f77,pascal,java,objc --enable-nls --without-included-gettext --enable-version-specific-runtime-libs --without-x --enable-libgcj --disable-java-awt --with-system-zlib --enable-interpreter --disable-libgcj-debug --enable-threads=posix --enable-java-gc=boehm --disable-win32-registry --enable-sjlj-exceptions --enable-hash-synchronization --enable-libstdcxx-debug
544 Thread model: posix
545 gcc version 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
546 configure:10167: $? = 0
547 configure:10169: c++ -V </dev/null >&5
548 c++: `-V' option must have argument
549 configure:10172: $? = 1
550 configure:10175: checking whether we are using the GNU C++ compiler
551 configure:10199: c++ -c   conftest.cc >&5
552 configure:10205: $? = 0
553 configure:10208: test -z                         || test ! -s conftest.err
554 configure:10211: $? = 0
555 configure:10214: test -s conftest.o
556 configure:10217: $? = 0
557 configure:10230: result: yes
558 configure:10236: checking whether c++ accepts -g
559 configure:10257: c++ -c -g  conftest.cc >&5
560 configure:10263: $? = 0
561 configure:10266: test -z                         || test ! -s conftest.err
562 configure:10269: $? = 0
563 configure:10272: test -s conftest.o
564 configure:10275: $? = 0
565 configure:10286: result: yes
566 configure:10328: c++ -c -g -O2  conftest.cc >&5
567 configure:10334: $? = 0
568 configure:10337: test -z                         || test ! -s conftest.err
569 configure:10340: $? = 0
570 configure:10343: test -s conftest.o
571 configure:10346: $? = 0
572 configure:10372: c++ -c -g -O2  conftest.cc >&5
573 conftest.cc: In function `int main()':
574 conftest.cc:24: error: `exit' undeclared (first use this function)
575 conftest.cc:24: error: (Each undeclared identifier is reported only once for each function it appears in.)
576 configure:10378: $? = 1
577 configure: failed program was:
578 | /* confdefs.h.  */
579 |
580 | #define PACKAGE_NAME ""
581 | #define PACKAGE_TARNAME ""
582 | #define PACKAGE_VERSION ""
583 | #define PACKAGE_STRING ""
584 | #define PACKAGE_BUGREPORT ""
585 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
586 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
587 | #define USE_LOGGING MPID_LOGGING_NONE
588 | #define HAVE_RUNTIME_THREADCHECK 1
589 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
590 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
591 | #define HAVE_ROMIO 1
592 | #define HAVE_LONG_LONG 1
593 | #define F77_NAME_LOWER_2USCORE 1
594 | #define STDCALL
595 | #define HAVE_FORTRAN_BINDING 1
596 | /* end confdefs.h.  */
597 |
598 | int
599 | main ()
600 | {
601 | exit (42);
602 |   ;
603 |   return 0;
604 | }
605 configure:10328: c++ -c -g -O2  conftest.cc >&5
606 configure:10334: $? = 0
607 configure:10337: test -z                         || test ! -s conftest.err
608 configure:10340: $? = 0
609 configure:10343: test -s conftest.o
610 configure:10346: $? = 0
611 configure:10372: c++ -c -g -O2  conftest.cc >&5
612 configure:10378: $? = 0
613 configure:10381: test -z                         || test ! -s conftest.err
614 configure:10384: $? = 0
615 configure:10387: test -s conftest.o
616 configure:10390: $? = 0
617 configure:10434: checking whether the C++ compiler c++ can build an executable
618 configure:10470: c++ -o conftest.exe    conftest.cc  >&5
619 configure:10476: $? = 0
620 configure:10479: test -z                         || test ! -s conftest.err
621 configure:10482: $? = 0
622 configure:10485: test -s conftest.exe
623 configure:10488: $? = 0
624 configure:10506: result: yes
625 configure:10520: checking whether the compiler supports exceptions
626 configure:10549: c++ -c   conftest.cc >&5
627 configure:10555: $? = 0
628 configure:10558: test -z                         || test ! -s conftest.err
629 configure:10561: $? = 0
630 configure:10564: test -s conftest.o
631 configure:10567: $? = 0
632 configure:10585: result: yes
633 configure:10595: checking whether the compiler recognizes bool as a built-in type
634 configure:10628: c++ -c   conftest.cc >&5
635 configure:10634: $? = 0
636 configure:10637: test -z                         || test ! -s conftest.err
637 configure:10640: $? = 0
638 configure:10643: test -s conftest.o
639 configure:10646: $? = 0
640 configure:10664: result: yes
641 configure:10674: checking whether the compiler implements namespaces
642 configure:10703: c++ -c   conftest.cc >&5
643 configure:10709: $? = 0
644 configure:10712: test -z                         || test ! -s conftest.err
645 configure:10715: $? = 0
646 configure:10718: test -s conftest.o
647 configure:10721: $? = 0
648 configure:10739: result: yes
649 configure:10760: checking whether <iostream> available
650 configure:10784: c++ -c   conftest.cc >&5
651 configure:10790: $? = 0
652 configure:10793: test -z                         || test ! -s conftest.err
653 configure:10796: $? = 0
654 configure:10799: test -s conftest.o
655 configure:10802: $? = 0
656 configure:10813: result: yes
657 configure:10819: checking whether the compiler implements the namespace std
658 configure:10852: c++ -c   conftest.cc >&5
659 configure:10858: $? = 0
660 configure:10861: test -z                         || test ! -s conftest.err
661 configure:10864: $? = 0
662 configure:10867: test -s conftest.o
663 configure:10870: $? = 0
664 configure:10889: result: yes
665 configure:10903: checking whether <math> available
666 configure:10927: c++ -c   conftest.cc >&5
667 conftest.cc:27:16: math: No such file or directory
668 configure:10933: $? = 1
669 configure: failed program was:
670 | /* confdefs.h.  */
671 |
672 | #define PACKAGE_NAME ""
673 | #define PACKAGE_TARNAME ""
674 | #define PACKAGE_VERSION ""
675 | #define PACKAGE_STRING ""
676 | #define PACKAGE_BUGREPORT ""
677 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
678 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
679 | #define USE_LOGGING MPID_LOGGING_NONE
680 | #define HAVE_RUNTIME_THREADCHECK 1
681 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
682 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
683 | #define HAVE_ROMIO 1
684 | #define HAVE_LONG_LONG 1
685 | #define F77_NAME_LOWER_2USCORE 1
686 | #define STDCALL
687 | #define HAVE_FORTRAN_BINDING 1
688 | #ifdef __cplusplus
689 | extern "C" void std::exit (int) throw (); using std::exit;
690 | #endif
691 | #define HAVE_CXX_EXCEPTIONS
692 | #define HAVE_NAMESPACES
693 | #define HAVE_NAMESPACE_STD
694 | /* end confdefs.h.  */
695 |
696 | #include <math>
697 |
698 | int
699 | main ()
700 | {
701 | using namespace std;
702 |   ;
703 |   return 0;
704 | }
705 configure:10956: result: no
706 configure:11000: checking for GNU g++ version
707 configure:11031: c++ -o conftest.exe    conftest.cc  >&5
708 configure:11034: $? = 0
709 configure:11036: ./conftest.exe
710 configure:11039: $? = 0
711 configure:11053: result: 3 . 4
712 configure:11101: checking whether C++ compiler accepts option -O2
713 configure:11111: result: yes
714 configure:11113: checking whether routines compiled with -O2 can be linked with ones compiled without -O2
715 configure:11121: result: yes
716 configure:11374: checking for perl
717 configure:11407: result: no
718 configure:11416: checking for ar
719 configure:11432: found /usr/bin/ar
720 configure:11442: result: ar
721 configure:11463: checking for ranlib
722 configure:11479: found /usr/bin/ranlib
723 configure:11489: result: ranlib
724 configure:11511: checking for etags
725 configure:11540: result: no
726 configure:11587: checking for killall
727 configure:11616: result: no
728 configure:11658: checking for a BSD-compatible install
729 configure:11713: result: /usr/bin/install -c
730 configure:11733: checking whether install works
731 configure:11741: result: yes
732 configure:11837: checking whether install breaks libraries
733 configure:11878: result: no
734 configure:11900: checking whether mkdir -p works
735 configure:11916: result: yes
736 configure:11934: checking for make
737 configure:11950: found /usr/bin/make
738 configure:11960: result: make
739 configure:11973: checking whether clock skew breaks make
740 configure:11994: result: no
741 configure:12004: checking whether make supports include
742 configure:12028: result: yes
743 configure:12037: checking whether make allows comments in actions
744 configure:12060: result: yes
745 configure:12074: checking for virtual path format
746 configure:12113: result: VPATH
747 configure:12123: checking whether make sets CFLAGS
748 configure:12145: result: no
749 configure:12192: checking for bash
750 configure:12222: result: /usr/bin/sh
751 configure:12244: checking whether /usr/bin/sh supports arrays
752 configure:12253: result: yes
753 configure:13373: checking for doctext
754 configure:13404: result: false
755 configure:13413: checking for location of doctext style files
756 configure:13430: result: unavailable
757 configure:13442: checking for an ANSI C-conforming const
758 configure:13509: gcc -c  -O2  conftest.c >&5
759 configure:13515: $? = 0
760 configure:13518: test -z                         || test ! -s conftest.err
761 configure:13521: $? = 0
762 configure:13524: test -s conftest.o
763 configure:13527: $? = 0
764 configure:13538: result: yes
765 configure:13549: checking for volatile
766 configure:13571: gcc -c  -O2  conftest.c >&5
767 configure:13577: $? = 0
768 configure:13580: test -z                         || test ! -s conftest.err
769 configure:13583: $? = 0
770 configure:13586: test -s conftest.o
771 configure:13589: $? = 0
772 configure:13600: result: yes
773 configure:13611: checking for restrict
774 configure:13633: gcc -c  -O2  conftest.c >&5
775 conftest.c: In function `main':
776 conftest.c:32: error: syntax error before "a"
777 configure:13639: $? = 1
778 configure: failed program was:
779 | /* confdefs.h.  */
780 |
781 | #define PACKAGE_NAME ""
782 | #define PACKAGE_TARNAME ""
783 | #define PACKAGE_VERSION ""
784 | #define PACKAGE_STRING ""
785 | #define PACKAGE_BUGREPORT ""
786 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
787 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
788 | #define USE_LOGGING MPID_LOGGING_NONE
789 | #define HAVE_RUNTIME_THREADCHECK 1
790 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
791 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
792 | #define HAVE_ROMIO 1
793 | #define HAVE_LONG_LONG 1
794 | #define F77_NAME_LOWER_2USCORE 1
795 | #define STDCALL
796 | #define HAVE_FORTRAN_BINDING 1
797 | #ifdef __cplusplus
798 | extern "C" void std::exit (int) throw (); using std::exit;
799 | #endif
800 | #define HAVE_CXX_EXCEPTIONS
801 | #define HAVE_NAMESPACES
802 | #define HAVE_NAMESPACE_STD
803 | #define HAVE_CXX_BINDING 1
804 | #define HAVE_NAMEPUB_SERVICE 1
805 | /* end confdefs.h.  */
806 |
807 | int
808 | main ()
809 | {
810 | int * restrict a;
811 |   ;
812 |   return 0;
813 | }
814 configure:13678: gcc -c  -O2  conftest.c >&5
815 conftest.c: In function `main':
816 conftest.c:32: error: syntax error before "a"
817 configure:13684: $? = 1
818 configure: failed program was:
819 | /* confdefs.h.  */
820 |
821 | #define PACKAGE_NAME ""
822 | #define PACKAGE_TARNAME ""
823 | #define PACKAGE_VERSION ""
824 | #define PACKAGE_STRING ""
825 | #define PACKAGE_BUGREPORT ""
826 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
827 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
828 | #define USE_LOGGING MPID_LOGGING_NONE
829 | #define HAVE_RUNTIME_THREADCHECK 1
830 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
831 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
832 | #define HAVE_ROMIO 1
833 | #define HAVE_LONG_LONG 1
834 | #define F77_NAME_LOWER_2USCORE 1
835 | #define STDCALL
836 | #define HAVE_FORTRAN_BINDING 1
837 | #ifdef __cplusplus
838 | extern "C" void std::exit (int) throw (); using std::exit;
839 | #endif
840 | #define HAVE_CXX_EXCEPTIONS
841 | #define HAVE_NAMESPACES
842 | #define HAVE_NAMESPACE_STD
843 | #define HAVE_CXX_BINDING 1
844 | #define HAVE_NAMEPUB_SERVICE 1
845 | /* end confdefs.h.  */
846 |
847 | int
848 | main ()
849 | {
850 | int * _Restrict a;
851 |   ;
852 |   return 0;
853 | }
854 configure:13724: gcc -c  -O2  conftest.c >&5
855 configure:13730: $? = 0
856 configure:13733: test -z                         || test ! -s conftest.err
857 configure:13736: $? = 0
858 configure:13739: test -s conftest.o
859 configure:13742: $? = 0
860 configure:13755: result: __restrict
861 configure:13770: checking for inline
862 configure:13791: gcc -c  -O2  conftest.c >&5
863 configure:13797: $? = 0
864 configure:13800: test -z                         || test ! -s conftest.err
865 configure:13803: $? = 0
866 configure:13806: test -s conftest.o
867 configure:13809: $? = 0
868 configure:13821: result: inline
869 configure:13844: checking whether __attribute__ allowed
870 configure:13866: gcc -c  -O2  conftest.c >&5
871 configure:13872: $? = 0
872 configure:13875: test -z                         || test ! -s conftest.err
873 configure:13878: $? = 0
874 configure:13881: test -s conftest.o
875 configure:13884: $? = 0
876 configure:13895: result: yes
877 configure:13897: checking whether __attribute__((format)) allowed
878 configure:13919: gcc -c  -O2  conftest.c >&5
879 configure:13925: $? = 0
880 configure:13928: test -z                         || test ! -s conftest.err
881 configure:13931: $? = 0
882 configure:13934: test -s conftest.o
883 configure:13937: $? = 0
884 configure:13948: result: yes
885 configure:13962: checking whether byte ordering is bigendian
886 configure:13989: gcc -c  -O2  conftest.c >&5
887 configure:13995: $? = 0
888 configure:13998: test -z                         || test ! -s conftest.err
889 configure:14001: $? = 0
890 configure:14004: test -s conftest.o
891 configure:14007: $? = 0
892 configure:14031: gcc -c  -O2  conftest.c >&5
893 conftest.c: In function `main':
894 conftest.c:37: error: `not' undeclared (first use in this function)
895 conftest.c:37: error: (Each undeclared identifier is reported only once
896 conftest.c:37: error: for each function it appears in.)
897 conftest.c:37: error: parse error before "big"
898 configure:14037: $? = 1
899 configure: failed program was:
900 | /* confdefs.h.  */
901 |
902 | #define PACKAGE_NAME ""
903 | #define PACKAGE_TARNAME ""
904 | #define PACKAGE_VERSION ""
905 | #define PACKAGE_STRING ""
906 | #define PACKAGE_BUGREPORT ""
907 | #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
908 | #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
909 | #define USE_LOGGING MPID_LOGGING_NONE
910 | #define HAVE_RUNTIME_THREADCHECK 1
911 | #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
912 | #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
913 | #define HAVE_ROMIO 1
914 | #define HAVE_LONG_LONG 1
915 | #define F77_NAME_LOWER_2USCORE 1
916 | #define STDCALL
917 | #define HAVE_FORTRAN_BINDING 1
918 | #ifdef __cplusplus
919 | extern "C" void std::exit (int) throw (); using std::exit;
920 | #endif
921 | #define HAVE_CXX_EXCEPTIONS
922 | #define HAVE_NAMESPACES
923 | #define HAVE_NAMESPACE_STD
924 | #define HAVE_CXX_BINDING 1
925 | #define HAVE_NAMEPUB_SERVICE 1
926 | #define restrict __restrict
927 | #define HAVE_GCC_ATTRIBUTE 1
928 | /* end confdefs.h.  */
929 | #include <sys/types.h>
930 | #include <sys/param.h>
931 |
932 | int
933 | main ()
934 | {
935 | #if BYTE_ORDER != BIG_ENDIAN
936 |  not big endian
937 | #endif
938 |
939 |   ;
940 |   return 0;
941 | }
942 configure:14170: result: no
943 configure:14197: checking whether C compiler allows unaligned doubles
944 configure:14235: gcc -o conftest.exe  -O2   conftest.c  >&5
945 configure:14238: $? = 0
946 configure:14240: ./conftest.exe
947 configure:14243: $? = 0
948 configure:14257: result: yes
949 configure:14276: checking whether gcc supports __func__
950 configure:14297: gcc -c  -O2  conftest.c >&5
951 configure:14303: $? = 0
952 configure:14306: test -z                         || test ! -s conftest.err
953 configure:14309: $? = 0
954 configure:14312: test -s conftest.o
955 configure:14315: $? = 0
956 configure:14326: result: yes
957 configure:14470: result: Using gcc to determine dependencies
958 configure:14502: checking whether long double is supported
959 configure:14524: gcc -c  -O2  conftest.c >&5
960 configure:14530: $? = 0
961 configure:14533: test -z                         || test ! -s conftest.err
962 configure:14536: $? = 0
963 configure:14539: test -s conftest.o
964 configure:14542: $? = 0
965 configure:14553: result: yes
966 configure:14564: checking whether long long is supported
967 configure:14586: gcc -c  -O2  conftest.c >&5
968 configure:14592: $? = 0
969 configure:14595: test -z                         || test ! -s conftest.err
970 configure:14598: $? = 0
971 configure:14601: test -s conftest.o
972 configure:14604: $? = 0
973 configure:14615: result: yes
974 configure:14628: checking for max C struct integer alignment
975 configure:14751: gcc -o conftest.exe  -O2   conftest.c  >&5
976 configure:14754: $? = 0
977 configure:14756: ./conftest.exe
978 configure:14759: $? = 0
979 configure:14775: result: eight
980 configure:14812: checking for max C struct floating point alignment
981 configure:14919: gcc -o conftest.exe  -O2   conftest.c  >&5
982 configure:14922: $? = 0
983 configure:14924: ./conftest.exe
984 configure:14927: $? = 0
985 configure:14943: result: four
986 configure:14978: checking for max C struct alignment of structs with doubles
987 configure:15054: gcc -o conftest.exe  -O2   conftest.c  >&5
988 configure:15057: $? = 0
989 configure:15059: ./conftest.exe
990 configure:15062: $? = 0
991 configure:15078: result: eight
992 configure:15085: checking for max C struct floating point alignment with long doubles
993 configure:15162: gcc -o conftest.exe  -O2   conftest.c  >&5
994 configure:15165: $? = 0
995 configure:15167: ./conftest.exe
996 configure:15170: $? = 0
997 configure:15186: result: four
998 configure:15196: 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.
999 configure:15231: checking if alignment of structs with doubles is based on position
1000 configure:15270: gcc -o conftest.exe  -O2   conftest.c  >&5
1001 configure:15273: $? = 0
1002 configure:15275: ./conftest.exe
1003 configure:15278: $? = 0
1004 configure:15294: result: no
1005 configure:15310: checking if alignment of structs with long long ints is based on position
1006 configure:15351: gcc -o conftest.exe  -O2   conftest.c  >&5
1007 configure:15354: $? = 0
1008 configure:15356: ./conftest.exe
1009 configure:15359: $? = 0
1010 configure:15375: result: no
1011 configure:15391: checking if double alignment breaks rules, find actual alignment
1012 configure:15443: gcc -o conftest.exe  -O2   conftest.c  >&5
1013 configure:15446: $? = 0
1014 configure:15448: ./conftest.exe
1015 configure:15451: $? = 0
1016 configure:15467: result: no
1017 configure:15483: checking for alignment restrictions on pointers
1018 configure:15508: gcc -o conftest.exe  -O2   conftest.c  >&5
1019 configure:15511: $? = 0
1020 configure:15513: ./conftest.exe
1021 configure:15516: $? = 0
1022 configure:15539: result: int or better
1023 configure:15547: checking for egrep
1024 configure:15557: result: grep -E
1025 configure:15562: checking for ANSI C header files
1026 configure:15587: gcc -c  -O2  conftest.c >&5
1027 configure:15593: $? = 0
1028 configure:15596: test -z                         || test ! -s conftest.err
1029 configure:15599: $? = 0
1030 configure:15602: test -s conftest.o
1031 configure:15605: $? = 0
1032 ]0;~
1033 Jonas@martinim ~
1034 $
1035 ]0;~
1036 Jonas@martinim ~
1037 $
1038 ## ---------------- ##
1039 ## Cache variables. ##
1040 ## ---------------- ##
1041
1042 ac_cv_c_bigendian=no
1043 ac_cv_c_compiler_gnu=yes
1044 ac_cv_c_const=yes
1045 ac_cv_c_inline=inline
1046 ac_cv_cxx_bool=yes
1047 ac_cv_cxx_compiler_gnu=yes
1048 ac_cv_cxx_exceptions=yes
1049 ac_cv_cxx_namespace_std=yes
1050 ac_cv_cxx_namespaces=yes
1051 ac_cv_env_CC_set=
1052 ac_cv_env_CC_value=
1053 ac_cv_env_CFLAGS_set=
1054 ac_cv_env_CFLAGS_value=
1055 ac_cv_env_CPPFLAGS_set=
1056 ac_cv_env_CPPFLAGS_value=
1057 ac_cv_env_CPP_set=
1058 ac_cv_env_CPP_value=
1059 ac_cv_env_CXXCPP_set=
1060 ac_cv_env_CXXCPP_value=
1061 ac_cv_env_CXXFLAGS_set=
1062 ac_cv_env_CXXFLAGS_value=
1063 ac_cv_env_CXX_set=
1064 ac_cv_env_CXX_value=
1065 ac_cv_env_F77_set=
1066 ac_cv_env_F77_value=
1067 ac_cv_env_F90FLAGS_set=
1068 ac_cv_env_F90FLAGS_value=
1069 ac_cv_env_F90_set=
1070 ac_cv_env_F90_value=
1071 ac_cv_env_FFLAGS_set=
1072 ac_cv_env_FFLAGS_value=
1073 ac_cv_env_LDFLAGS_set=
1074 ac_cv_env_LDFLAGS_value=
1075 ac_cv_env_MPICH2LIB_CFLAGS_set=
1076 ac_cv_env_MPICH2LIB_CFLAGS_value=
1077 ac_cv_env_MPICH2LIB_CXXFLAGS_set=
1078 ac_cv_env_MPICH2LIB_CXXFLAGS_value=
1079 ac_cv_env_MPICH2LIB_F90FLAGS_set=
1080 ac_cv_env_MPICH2LIB_F90FLAGS_value=
1081 ac_cv_env_MPICH2LIB_FFLAGS_set=
1082 ac_cv_env_MPICH2LIB_FFLAGS_value=
1083 ac_cv_env_build_alias_set=
1084 ac_cv_env_build_alias_value=
1085 ac_cv_env_host_alias_set=
1086 ac_cv_env_host_alias_value=
1087 ac_cv_env_target_alias_set=
1088 ac_cv_env_target_alias_value=
1089 ac_cv_exeext=.exe
1090 ac_cv_f77_compiler_gnu=yes
1091 ac_cv_f77_libs=' -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'
1092 ac_cv_header_stdc=yes
1093 ac_cv_objext=o
1094 ac_cv_path_BASH=/usr/bin/sh
1095 ac_cv_path_DOCTEXT=false
1096 ac_cv_path_install='/usr/bin/install -c'
1097 ac_cv_prog_AR=ar
1098 ac_cv_prog_CXX=c++
1099 ac_cv_prog_MAKE=make
1100 ac_cv_prog_RANLIB=ranlib
1101 ac_cv_prog_ac_ct_CC=gcc
1102 ac_cv_prog_ac_ct_F77=g77
1103 ac_cv_prog_cc_g=yes
1104 ac_cv_prog_cc_stdc=
1105 ac_cv_prog_cxx_g=yes
1106 ac_cv_prog_egrep='grep -E'
1107 ac_cv_prog_f77_g=yes
1108 ac_cv_prog_f77_v=-v
1109 ac_cv_prog_install_breaks_libs=no
1110 pac_cv_attr_weak=yes
1111 pac_cv_c_double_alignment_exception=no
1112 pac_cv_c_double_pos_align=no
1113 pac_cv_c_fp_align_nr=4
1114 pac_cv_c_llint_pos_align=no
1115 pac_cv_c_max_double_fp_align=eight
1116 pac_cv_c_max_fp_align=four
1117 pac_cv_c_max_integer_align=eight
1118 pac_cv_c_max_longdouble_fp_align=four
1119 pac_cv_c_restrict=__restrict
1120 pac_cv_c_struct_align_nr=8
1121 pac_cv_c_volatile=yes
1122 pac_cv_cc_has___func__=yes
1123 pac_cv_cxx_builds_exe=yes
1124 pac_cv_cxx_has_iostream=yes
1125 pac_cv_cxx_has_math=no
1126 pac_cv_f77_flibs_valid=yes
1127 pac_cv_f90_ext=f
1128 pac_cv_f90_ext_f90=no
1129 pac_cv_fort_accepts_F=yes
1130 pac_cv_gnu_attr_format=yes
1131 pac_cv_gnu_attr_pure=yes
1132 pac_cv_have_long_double=yes
1133 pac_cv_have_long_long=yes
1134 pac_cv_mkdir_p=yes
1135 pac_cv_my_conf_dir=/tmp/Jonas/mpich2-1.0.7
1136 pac_cv_pointers_have_int_alignment=yes
1137 pac_cv_prog_c_unaligned_doubles=yes
1138 pac_cv_prog_c_weak_symbols=no
1139 pac_cv_prog_f77_and_c_stdio_libs=none
1140 pac_cv_prog_f77_exclaim_comments=yes
1141 pac_cv_prog_f77_has_incdir=-I
1142 pac_cv_prog_f77_library_dir_flag=-L
1143 pac_cv_prog_f77_name_mangle='lower doubleunderscore'
1144 pac_cv_prog_make_allows_comments=yes
1145 pac_cv_prog_make_found_clock_skew=no
1146 pac_cv_prog_make_include=yes
1147 pac_cv_prog_make_set_cflags=no
1148 pac_cv_prog_make_vpath=VPATH
1149 pac_cv_test_stdcall=
1150
1151 ## ----------------- ##
1152 ## Output variables. ##
1153 ## ----------------- ##
1154
1155 ABIVERSION='1:1'
1156 ADDRESS_KIND=''
1157 ALLOCA=''
1158 AR='ar'
1159 BASH='/usr/bin/sh'
1160 BSEND_OVERHEAD=''
1161 BUILD_BASH_SCRIPTS='yes'
1162 BUILD_DLLS='no'
1163 BUILD_TVDLL='no'
1164 CC='gcc'
1165 CC_SHL='true'
1166 CC_SHL_DBG=''
1167 CFLAGS=' -O2'
1168 CONFIGURE_ARGS_CLEAN='-prefix=/home/Jonas/mpich2-install'
1169 CONFIGURE_ARGUMENTS=''-prefix=/home/Jonas/mpich2-install''
1170 CPP=''
1171 CPPFLAGS=''
1172 CREATESHLIB='false'
1173 CXX='c++'
1174 CXXCPP=''
1175 CXXFLAGS=' -O2'
1176 CXX_DEFS=' -DHAVE_CXX_IOSTREAM -DHAVE_NAMESPACE_STD'
1177 CXX_LINKPATH_SHL=''
1178 CXX_SHL='false'
1179 C_LINKPATH_SHL=''
1180 C_LINK_SHL='true'
1181 C_LINK_SHL_DBG=''
1182 DEFS=''
1183 DEVICE='ch3'
1184 DEVICE_ARGS=''
1185 DEVICE_NAME='ch3'
1186 DLLIMPORT=''
1187 DOCTEXT='false'
1188 DOCTEXTSTYLE=''
1189 ECHO_C=''
1190 ECHO_N='-n'
1191 ECHO_T=''
1192 EGREP='grep -E'
1193 ENABLE_SHLIB='none'
1194 ETAGS='true'
1195 ETAGSADD=''
1196 EXEEXT='.exe'
1197 EXTERNAL_SRC_DIRS=''
1198 EXTRA_STATUS_DECL=''
1199 F77='g77'
1200 F77CPP=''
1201 F77_COMPLEX16=''
1202 F77_COMPLEX32=''
1203 F77_COMPLEX8=''
1204 F77_INCDIR='-I'
1205 F77_INTEGER16=''
1206 F77_INTEGER1=''
1207 F77_INTEGER2=''
1208 F77_INTEGER4=''
1209 F77_INTEGER8=''
1210 F77_IN_C_LIBS=''
1211 F77_LIBDIR_LEADER='-L'
1212 F77_NAME_MANGLE='F77_NAME_LOWER_2USCORE'
1213 F77_OTHER_LIBS=''
1214 F77_REAL16=''
1215 F77_REAL4=''
1216 F77_REAL8=''
1217 F90=''
1218 F90CPP=''
1219 F90EXT=''
1220 F90FLAGS=''
1221 F90INC=''
1222 F90INCFLAG=''
1223 F90MODEXT=''
1224 F90MODINCFLAG=''
1225 F90MODINCSPEC=''
1226 F90_LINKPATH_SHL=''
1227 F90_OTHER_LIBS=''
1228 F90_SHL=''
1229 F90_WORK_FILES_ARG=''
1230 FC='g77'
1231 FC_LINKPATH_SHL=''
1232 FC_SHL='false'
1233 FFLAGS=' -O2'
1234 FINCLUDES='-I/tmp/Jonas/mpich2-1.0.7/src'
1235 FLIBS=' -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'
1236 FORTRAN_BINDING='1'
1237 FORTRAN_MPI_OFFSET=''
1238 FWRAPNAME='fmpich'
1239 GCC='yes'
1240 GNUC_MINORVERSION='4'
1241 GNUC_VERSION='3'
1242 HAVE_CXX_EXCEPTIONS='1'
1243 HAVE_ROMIO='#include "mpio.h"'
1244 INCLUDE_MPICXX_H='#include "mpicxx.h"'
1245 INCLUDE_MPIDDEFS_H='/* ... no device specific definitions ... */'
1246 INSTALL_DATA='${INSTALL} -m 644'
1247 INSTALL_PROGRAM='${INSTALL}'
1248 INSTALL_SCRIPT='${INSTALL}'
1249 INT16_T=''
1250 INT32_T=''
1251 INT64_T=''
1252 KILLALL='true'
1253 LDFLAGS=''
1254 LIBOBJS=''
1255 LIBS=''
1256 LIBTOOL=''
1257 LTLIBOBJS=''
1258 MAKE='make'
1259 MAKE_DEPEND_C='gcc -MM'
1260 MANY_PM='no'
1261 MKDIR_P='mkdir -p'
1262 MPE_THREAD_LIB_NAME=''
1263 MPIBASEMODNAME='mpi_base'
1264 MPICC=''
1265 MPICH2LIB_CFLAGS=''
1266 MPICH2LIB_CXXFLAGS=''
1267 MPICH2LIB_F90FLAGS=''
1268 MPICH2LIB_FFLAGS=''
1269 MPICH_TIMER_KIND=''
1270 MPICONSTMODNAME='mpi_constants'
1271 MPICXX=''
1272 MPICXXLIBNAME='mpichcxx'
1273 MPID_TIMER_TYPE=''
1274 MPIF77=''
1275 MPIF90=''
1276 MPIFLIBNAME='mpich'
1277 MPIFPMPI=',PMPI_WTIME,PMPI_WTICK'
1278 MPILIBNAME='mpich'
1279 MPIMODNAME='mpi'
1280 MPIR_CXX_BOOL='0x0c000000'
1281 MPIR_CXX_COMPLEX='0x0c000000'
1282 MPIR_CXX_DOUBLE_COMPLEX='0x0c000000'
1283 MPIR_CXX_LONG_DOUBLE_COMPLEX='0x0c000000'
1284 MPISIZEOFMODNAME='mpi_sizeofs'
1285 MPIU_DLL_SPEC_DEF=''
1286 MPI_2COMPLEX=''
1287 MPI_2DOUBLE_COMPLEX=''
1288 MPI_2DOUBLE_PRECISION=''
1289 MPI_2INT=''
1290 MPI_2INTEGER=''
1291 MPI_2REAL=''
1292 MPI_AINT=''
1293 MPI_AINT_FMT_DEC_SPEC=''
1294 MPI_AINT_FMT_HEX_SPEC=''
1295 MPI_BYTE=''
1296 MPI_CHAR=''
1297 MPI_CHARACTER=''
1298 MPI_COMPLEX16=''
1299 MPI_COMPLEX32=''
1300 MPI_COMPLEX8=''
1301 MPI_COMPLEX=''
1302 MPI_DOUBLE=''
1303 MPI_DOUBLE_COMPLEX=''
1304 MPI_DOUBLE_INT=''
1305 MPI_DOUBLE_PRECISION=''
1306 MPI_F77_BYTE=''
1307 MPI_F77_LB=''
1308 MPI_F77_PACKED=''
1309 MPI_F77_UB=''
1310 MPI_FINT=''
1311 MPI_FLOAT=''
1312 MPI_FLOAT_INT=''
1313 MPI_INT=''
1314 MPI_INTEGER16=''
1315 MPI_INTEGER1=''
1316 MPI_INTEGER2=''
1317 MPI_INTEGER4=''
1318 MPI_INTEGER8=''
1319 MPI_INTEGER=''
1320 MPI_LB=''
1321 MPI_LOGICAL=''
1322 MPI_LONG=''
1323 MPI_LONG_DOUBLE=''
1324 MPI_LONG_DOUBLE_INT=''
1325 MPI_LONG_INT=''
1326 MPI_LONG_LONG=''
1327 MPI_MAX_PROCESSOR_NAME=''
1328 MPI_OFFSET=''
1329 MPI_OFFSET_TYPEDEF=''
1330 MPI_PACKED=''
1331 MPI_REAL16=''
1332 MPI_REAL4=''
1333 MPI_REAL8=''
1334 MPI_REAL=''
1335 MPI_SHORT=''
1336 MPI_SHORT_INT=''
1337 MPI_SIGNED_CHAR=''
1338 MPI_STATUS_SIZE=''
1339 MPI_UB=''
1340 MPI_UNSIGNED_CHAR=''
1341 MPI_UNSIGNED_INT=''
1342 MPI_UNSIGNED_LONG=''
1343 MPI_UNSIGNED_LONG_LONG=''
1344 MPI_UNSIGNED_SHORT=''
1345 MPI_WCHAR=''
1346 NEEDSPLIB='yes'
1347 NO_WEAK_SYM='build_proflib'
1348 NO_WEAK_SYM_TARGET='build_proflib'
1349 NUMVERSION='10007300'
1350 OBJEXT='o'
1351 OFFSET_KIND=''
1352 PACKAGE_BUGREPORT=''
1353 PACKAGE_NAME=''
1354 PACKAGE_STRING=''
1355 PACKAGE_TARNAME=''
1356 PACKAGE_VERSION=''
1357 PATH_SEPARATOR=':'
1358 PERL=''
1359 PMPIFLIBNAME='pmpich'
1360 PMPILIBNAME='pmpich'
1361 PROFILE_DEF_MPI='-DMPICH_MPI_FROM_PMPI'
1362 RANLIB='ranlib'
1363 RANLIB_AFTER_INSTALL='no'
1364 RELEASE_DATE='Unknown, built on Tue Oct 14 18:20:29     2008'
1365 REQD=''
1366 SET_CFLAGS=''
1367 SET_MAKE='MAKE=make'
1368 SHELL='/bin/sh'
1369 SHLIB_EXT='dll'
1370 SHLIB_FROM_LO='no'
1371 SHLIB_INSTALL='$(INSTALL_PROGRAM)'
1372 SIZEOF_F90_CHARACTER=''
1373 SIZEOF_F90_DOUBLE_PRECISION=''
1374 SIZEOF_F90_INTEGER=''
1375 SIZEOF_F90_REAL=''
1376 SIZEOF_MPI_STATUS=''
1377 TESTCPP=''
1378 THR_CFLAGS=''
1379 THR_CPPFLAGS=''
1380 THR_DEFS=''
1381 THR_LDFLAGS=''
1382 THR_LIBS=''
1383 VERSION='1.0.7'
1384 VPATH='VPATH=.:${srcdir}'
1385 WRAPPER_CFLAGS=''
1386 WRAPPER_CXXFLAGS=''
1387 WRAPPER_F90FLAGS=''
1388 WRAPPER_FFLAGS=''
1389 WRAPPER_LDFLAGS=''
1390 XARGS_NODATA_OPT='-r'
1391 ac_ct_CC='gcc'
1392 ac_ct_CXX=''
1393 ac_ct_F77='g77'
1394 ac_ct_F90=''
1395 ac_ct_RANLIB=''
1396 bindings=' f77 cxx'
1397 bindings_dirs=' src/binding/f77 src/binding/cxx'
1398 bindir='${exec_prefix}/bin'
1399 build_alias=''
1400 datadir='${prefix}/share'
1401 debugger_dir=''
1402 device_name='ch3'
1403 docdir='${prefix}/doc'
1404 exec_prefix='NONE'
1405 host_alias=''
1406 htmldir='${prefix}/www'
1407 includedir='${prefix}/include'
1408 infodir='${prefix}/info'
1409 libdir='${exec_prefix}/lib'
1410 libexecdir='${exec_prefix}/libexec'
1411 localstatedir='${prefix}/var'
1412 logging_dir=''
1413 logging_name='none'
1414 logging_subdirs=''
1415 mandir='${prefix}/man'
1416 master_top_builddir='/tmp/Jonas/mpich2-1.0.7'
1417 master_top_srcdir='/home/Jonas/libraries/mpich2-1.0.7'
1418 modincdir=''
1419 mpe_dir='mpe2'
1420 nameserv_name='mpd'
1421 oldincludedir='/usr/include'
1422 other_install_dirs=' src/pm/mpd src/mpe2'
1423 other_pm_names=''
1424 pac_prog=''
1425 pm_name='mpd'
1426 pmi_name='simple'
1427 prefix='/home/Jonas/mpich2-install'
1428 program_transform_name='s,x,x,'
1429 romio_dir='romio'
1430 sbindir='${exec_prefix}/sbin'
1431 sharedstatedir='${prefix}/com'
1432 subdirs=''
1433 subsystems=' src/mpi/romio src/pmi/simple src/pm/mpd src/mpe2'
1434 sysconfdir='${prefix}/etc'
1435 target_alias=''
1436
1437 ## ------------- ##
1438 ## Output files. ##
1439 ## ------------- ##
1440
1441 MPE_THREAD_FUNCS=''
1442 MPE_THREAD_TYPEDEFS=''
1443
1444 ## ----------- ##
1445 ## confdefs.h. ##
1446 ## ----------- ##
1447
1448 #define F77_NAME_LOWER_2USCORE 1
1449 #define HAVE_CXX_BINDING 1
1450 #define HAVE_CXX_EXCEPTIONS
1451 #define HAVE_ERROR_CHECKING MPID_ERROR_LEVEL_ALL
1452 #define HAVE_FORTRAN_BINDING 1
1453 #define HAVE_GCC_ATTRIBUTE 1
1454 #define HAVE_LONG_DOUBLE 1
1455 #define HAVE_LONG_LONG 1
1456 #define HAVE_LONG_LONG_INT 1
1457 #define HAVE_MAX_DOUBLE_FP_ALIGNMENT 8
1458 #define HAVE_MAX_FP_ALIGNMENT 4
1459 #define HAVE_MAX_INTEGER_ALIGNMENT 8
1460 #define HAVE_MAX_LONG_DOUBLE_FP_ALIGNMENT 4
1461 #define HAVE_MAX_STRUCT_ALIGNMENT 8
1462 #define HAVE_NAMEPUB_SERVICE 1
1463 #define HAVE_NAMESPACES
1464 #define HAVE_NAMESPACE_STD
1465 #define HAVE_ROMIO 1
1466 #define HAVE_RUNTIME_THREADCHECK 1
1467 #define MPICH_ERROR_MSG_LEVEL MPICH_ERROR_MSG_ALL
1468 #define MPICH_THREAD_LEVEL MPI_THREAD_MULTIPLE
1469 #define PACKAGE_BUGREPORT ""
1470 #define PACKAGE_NAME ""
1471 #define PACKAGE_STRING ""
1472 #define PACKAGE_TARNAME ""
1473 #define PACKAGE_VERSION ""
1474 #define STDCALL
1475 #define USE_LOGGING MPID_LOGGING_NONE
1476 #define USE_THREAD_IMPL MPICH_THREAD_IMPL_GLOBAL_MUTEX
1477 #define WORDS_LITTLEENDIAN 1
1478 #define restrict __restrict
1479 #endif
1480 #ifdef __cplusplus
1481 extern "C" void std::exit (int) throw (); using std::exit;
1482
1483 configure: caught signal 2
1484 configure: exit 1
1485 ssdfsdfsdfsdf