Ticket #299: configure.log

File configure.log, 71.8 kB (added by Lee Mun Chiew, Cornelius, 3 months ago)

Added by email2trac

Line 
1 Configuring MPICH2 version 1.0.8 with  '--prefix=/home/Cornelius/mpich2-install'
2 Running on system: CYGWIN_NT-5.1 CorneliusVAIO 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 Cygwin
3 Executing mpich2prereq in /home/Cornelius/mpich2-1.0.8/src/mpid/ch3 with
4 Executing mpich2prereq in /home/Cornelius/mpich2-1.0.8/src/mpid/ch3/channels/sock
5 sourcing /home/Cornelius/mpich2-1.0.8/src/pm/mpd/mpich2prereq
6 sourcing /home/Cornelius/mpich2-1.0.8/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 ISO C89... 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 77 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 pathf95... no
43 checking for pathf90... no
44 checking for g95... no
45 checking for gfortran... no
46 checking for ifc... no
47 checking for efc... no
48 checking that f works as the extension for Fortran 90 program... no
49 checking for extension for Fortran 90 programs... unknown!
50 checking whether Fortran accepts ! for comments... yes
51 checking for include directory flag for Fortran... -I
52 checking for Fortran 77 flag for library directories... -L
53 checking for which Fortran libraries are needed to link C with Fortran... none
54 checking whether Fortran compiler processes .F files with C preprocessor... yes
55 checking for c++... c++
56 checking whether we are using the GNU C++ compiler... yes
57 checking whether c++ accepts -g... yes
58 checking whether the C++ compiler c++ can build an executable... yes
59 checking whether C++ compiler works with string... yes
60 checking whether the compiler supports exceptions... yes
61 checking whether the compiler recognizes bool as a built-in type... yes
62 checking whether the compiler implements namespaces... yes
63 checking whether <iostream> available... yes
64 checking whether the compiler implements the namespace std... yes
65 checking whether <math> available... no
66 checking for GNU g++ version... 3 . 4
67 checking whether C++ compiler accepts option -O2... yes
68 checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes
69 checking for perl... /usr/bin/perl
70 checking for ar... ar
71 checking for ranlib... ranlib
72 checking for etags... etags
73 checking for etags argument to specify language... --language=c
74 checking for killall... killall
75 checking for a BSD-compatible install... /usr/bin/install -c
76 checking whether install works... yes
77 checking whether install breaks libraries... no
78 checking whether mkdir -p works... yes
79 checking for make... make
80 checking whether clock skew breaks make... no
81 checking whether make supports include... yes
82 checking whether make allows comments in actions... yes
83 checking for virtual path format... VPATH
84 checking whether make sets CFLAGS... no
85 checking for bash... /usr/bin/bash
86 checking whether /usr/bin/bash supports arrays... yes
87 checking for doctext... false
88 checking for location of doctext style files... unavailable
89 checking for an ANSI C-conforming const... yes
90 checking for volatile... yes
91 checking for restrict... __restrict
92 checking for inline... inline
93 checking whether __attribute__ allowed... yes
94 checking whether __attribute__((format)) allowed... yes
95 checking for grep that handles long lines and -e... /usr/bin/grep
96 checking for egrep... /usr/bin/grep -E
97 checking for ANSI C header files... no
98 checking for sys/types.h... yes
99 checking for sys/stat.h... yes
100 checking for stdlib.h... yes
101 checking for string.h... yes
102 checking for memory.h... yes
103 checking for strings.h... yes
104 checking for inttypes.h... yes
105 checking for stdint.h... yes
106 checking for unistd.h... yes
107 checking whether byte ordering is bigendian... no
108 checking whether C compiler allows unaligned doubles... yes
109 checking whether gcc supports __func__... yes
110 Using gcc to determine dependencies
111 checking whether long double is supported... yes
112 checking whether long long is supported... yes
113 checking for max C struct integer alignment... eight
114 checking for max C struct floating point alignment... four
115 checking for max C struct alignment of structs with doubles... eight
116 checking for max C struct floating point alignment with long doubles... four
117 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.
118 checking if alignment of structs with doubles is based on position... no
119 checking if alignment of structs with long long ints is based on position... no
120 checking if double alignment breaks rules, find actual alignment... no
121 checking for alignment restrictions on pointers... int or better
122 checking size of char... 1
123 checking size of unsigned char... 1
124 checking size of short... 2
125 checking size of unsigned short... 2
126 checking size of int... 4
127 checking size of unsigned int... 4
128 checking size of long... 4
129 checking size of unsigned long... 4
130 checking size of long long... 8
131 checking size of unsigned long long... 8
132 checking size of float... 4
133 checking size of double... 8
134 checking size of long double... 12
135 checking size of wchar_t... 2
136 checking size of void *... 4
137 checking for size of float int... 8
138 checking for size of double int... 12
139 checking for size of long int... 8
140 checking for size of short int... 6
141 checking for size of 2 int... 8
142 checking for size of long double int... 16
143 checking for sys/bitypes.h... yes
144 checking for inttypes.h... (cached) yes
145 checking for int8_t... yes
146 checking for int16_t... yes
147 checking for int32_t... yes
148 checking for int64_t... yes
149 checking for uint8_t... yes
150 checking for uint16_t... yes
151 checking for uint32_t... yes
152 checking for uint64_t... yes
153 checking for size of Fortran type integer... 4
154 checking for size of Fortran type real... 4
155 checking for size of Fortran type double precision... 8
156 checking whether integer*1 is supported... yes
157 checking whether integer*2 is supported... yes
158 checking whether integer*4 is supported... yes
159 checking whether integer*8 is supported... yes
160 checking whether integer*16 is supported... no
161 checking whether real*4 is supported... yes
162 checking whether real*8 is supported... yes
163 checking whether real*16 is supported... no
164 checking for C type matching Fortran integer... int
165 checking for size of MPI_Status... 20
166 checking for values of Fortran logicals... True is 1 and False is 0
167 checking whether Fortran compiler is a Fortran 90 compiler... no
168 checking size of bool... 1
169 checking how to run the C++ preprocessor... c++ -E
170 checking for complex... yes
171 checking size of Complex... 8
172 checking size of DoubleComplex... 16
173 checking size of LongDoubleComplex... 24
174 checking if char * pointers use byte addresses... yes
175 checking for alignment restrictions on ... no
176 checking for alignment restrictions on int32_t... no
177 checking for size of MPI_BSEND_OVERHEAD... 59
178 checking for gcc __asm__ and pentium cmpxchgl instruction... yes
179 checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... no
180 checking for gcc __asm__ and IA64 xchg4 instruction... no
181 checking for ANSI C header files... (cached) no
182 checking for stdlib.h... (cached) yes
183 checking for stdarg.h... yes
184 checking for sys/types.h... (cached) yes
185 checking for inttypes.h... (cached) yes
186 checking for limits.h... yes
187 checking for stddef.h... yes
188 checking for errno.h... yes
189 checking for sys/socket.h... yes
190 checking for sys/time.h... yes
191 checking for unistd.h... (cached) yes
192 checking for endian.h... yes
193 checking for assert.h... yes
194 checking for sys/uio.h... yes
195 checking for size_t... yes
196 checking for setitimer... yes
197 checking for alarm... yes
198 checking for vsnprintf... yes
199 checking for vsprintf... yes
200 checking whether vsnprintf needs a declaration... no
201 checking for strerror... yes
202 checking for snprintf... yes
203 checking whether snprintf needs a declaration... no
204 checking for va_copy... yes
205 checking for working alloca.h... yes
206 checking for alloca... yes
207 checking for strdup... yes
208 checking whether strdup needs a declaration... no
209 checking for clock_gettime... yes
210 checking for clock_getres... yes
211 checking for gethrtime... no
212 checking for gettimeofday... yes
213 checking for clock_gettime... (cached) yes
214 checking for clock_getres... (cached) yes
215 checking whether struct timespec is defined in time.h... yes
216 checking for CLOCK_REALTIME defined in time.h... yes
217 sourcing /home/Cornelius/mpich2-1.0.8/src/mpid/ch3/setup_device
218 RUNNING SETUP_DEVICE FOR THE CH3 DEVICE
219 sourcing /home/Cornelius/mpich2-1.0.8/src/mpid/ch3/channels/sock/setup_channel
220 RUNNING SETUP_CHANNEL FOR THE SOCK CHANNEL
221 sourcing /home/Cornelius/mpich2-1.0.8/src/mpid/common/sock/setup
222 RUNNING SETUP FOR THE SOCK INTERFACE
223 checking for pthread.h... yes
224 checking for pthread_yield... no
225 checking for library containing pthread_key_create... none required
226 checking whether pthread routines without explicit lib are broken... no
227 checking for pthread_cleanup_push... no
228 checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no
229 checking for sched_yield... yes
230 checking for yield... no
231 checking for usleep... yes
232 checking for sleep... yes
233 checking for select... yes
234 RUNNING CONFIGURE FOR CH3 DEVICE
235 checking for make... make
236 checking whether clock skew breaks make... no
237 checking whether make supports include... yes
238 checking whether make allows comments in actions... yes
239 checking for virtual path format... VPATH
240 checking whether make sets CFLAGS... yes
241 checking for gcc... gcc
242 checking for C compiler default output file name... a.exe
243 checking whether the C compiler works... yes
244 checking whether we are cross compiling... no
245 checking for suffix of executables... .exe
246 checking for suffix of object files... o
247 checking whether we are using the GNU C compiler... yes
248 checking whether gcc accepts -g... yes
249 checking for gcc option to accept ISO C89... none needed
250 checking how to run the C preprocessor... gcc -E
251 checking for assert.h... yes
252 checking for limits.h... yes
253 checking for string.h... yes
254 checking for sys/types.h... yes
255 checking for sys/uio.h... yes
256 checking for uuid/uuid.h... yes
257 checking for time.h... yes
258 checking for ctype.h... yes
259 checking for unistd.h... yes
260 checking for arpa/inet.h... yes
261 checking for sys/socket.h... yes
262 checking for net/if.h... yes
263 checking for grep that handles long lines and -e... /usr/bin/grep
264 checking for egrep... /usr/bin/grep -E
265 checking for ANSI C header files... yes
266 checking for sys/types.h... (cached) yes
267 checking for sys/stat.h... yes
268 checking for stdlib.h... yes
269 checking for string.h... (cached) yes
270 checking for memory.h... yes
271 checking for strings.h... yes
272 checking for inttypes.h... yes
273 checking for stdint.h... yes
274 checking for unistd.h... (cached) yes
275 checking for pid_t... yes
276 checking for inet_pton... yes
277 checking for gethostname... yes
278 checking whether gethostname needs a declaration... no
279 checking for CFUUIDCreate... no
280 checking for uuid_generate... no
281 checking for time... yes
282 checking for library containing uuid_generate... no
283 checking whether CPP accepts variable length argument lists... yes
284 checking whether byte ordering is bigendian... no
285 checking whether we can use struct ifconf... yes
286 checking size of int... 4
287 checking size of long... 4
288 checking size of long long... 8
289 checking size of void *... 4
290 checking for etags... etags
291 configure: creating ./config.status
292 config.status: creating Makefile
293 config.status: creating src/Makefile
294 config.status: creating util/Makefile
295 config.status: creating util/shm/Makefile
296 config.status: creating util/shmbase/Makefile
297 config.status: creating channels/Makefile
298 config.status: creating localdefs
299 config.status: creating include/mpid_thread.h
300 config.status: creating include/mpidi_ch3_conf.h
301 config.status: executing default-1 commands
302 copying ./../common/thread/mpid_thread_mpe.c to src/mpid_thread.c
303 === configuring in util/sock (/home/Cornelius/mpich2-1.0.8/src/mpid/ch3/util/sock)
304 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'CC=gcc' 'CFLAGS= -O2' 'LIBS=' --cache-file=/dev/null --srcdir=.
305 RUNNING CONFIGURE FOR CH3 UTIL SOCK ROUTINES
306 checking for make... make
307 checking whether clock skew breaks make... no
308 checking whether make supports include... yes
309 checking whether make allows comments in actions... yes
310 checking for virtual path format... VPATH
311 checking whether make sets CFLAGS... yes
312 checking for ar... ar
313 checking for ranlib... ranlib
314 checking for gcc... gcc
315 checking for C compiler default output file name... a.exe
316 checking whether the C compiler works... yes
317 checking whether we are cross compiling... no
318 checking for suffix of executables... .exe
319 checking for suffix of object files... o
320 checking whether we are using the GNU C compiler... yes
321 checking whether gcc accepts -g... yes
322 checking for gcc option to accept ISO C89... none needed
323 checking how to run the C preprocessor... gcc -E
324 checking for assert.h... yes
325 checking for limits.h... yes
326 checking for string.h... yes
327 checking for sys/types.h... yes
328 checking for sys/uio.h... yes
329 checking for time.h... yes
330 checking for ctype.h... yes
331 checking for unistd.h... yes
332 checking for arpa/inet.h... yes
333 checking for sys/socket.h... yes
334 checking for net/if.h... yes
335 checking for grep that handles long lines and -e... /usr/bin/grep
336 checking for egrep... /usr/bin/grep -E
337 checking for ANSI C header files... yes
338 checking for sys/types.h... (cached) yes
339 checking for sys/stat.h... yes
340 checking for stdlib.h... yes
341 checking for string.h... (cached) yes
342 checking for memory.h... yes
343 checking for strings.h... yes
344 checking for inttypes.h... yes
345 checking for stdint.h... yes
346 checking for unistd.h... (cached) yes
347 checking for pid_t... yes
348 checking for inet_pton... yes
349 checking for gethostname... yes
350 checking whether gethostname needs a declaration... no
351 checking whether CPP accepts variable length argument lists... yes
352 checking whether byte ordering is bigendian... no
353 checking whether we can use struct ifconf... yes
354 checking size of int... 4
355 checking size of long... 4
356 checking size of long long... 8
357 checking size of void *... 4
358 checking for etags... etags
359 configure: creating ./config.status
360 config.status: creating Makefile
361 config.status: creating ch3usockconf.h
362 config.status: executing default-1 commands
363 Updating dependency directories .deps
364 === configuring in channels/sock (/home/Cornelius/mpich2-1.0.8/src/mpid/ch3/channels/sock)
365 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'CC=gcc' 'CFLAGS= -O2' 'LIBS=' --cache-file=/dev/null --srcdir=.
366 RUNNING CONFIGURE FOR THE SOCK CHANNEL
367 checking for a BSD-compatible install... /usr/bin/install -c
368 checking whether install works... yes
369 checking for ranlib... ranlib
370 checking for gcc... gcc
371 checking for C compiler default output file name... a.exe
372 checking whether the C compiler works... yes
373 checking whether we are cross compiling... no
374 checking for suffix of executables... .exe
375 checking for suffix of object files... o
376 checking whether we are using the GNU C compiler... yes
377 checking whether gcc accepts -g... yes
378 checking for gcc option to accept ISO C89... none needed
379 checking whether install breaks libraries... no
380 checking whether mkdir -p works... yes
381 checking for make... make
382 checking whether clock skew breaks make... no
383 checking whether make supports include... yes
384 checking whether make allows comments in actions... yes
385 checking for virtual path format... VPATH
386 checking whether make sets CFLAGS... yes
387 checking for ar... ar
388 checking for ranlib... ranlib
389 checking for net/if.h... yes
390 checking how to run the C preprocessor... gcc -E
391 checking for netdb.h... yes
392 checking for sys/ioctl.h... yes
393 checking for sys/socket.h... yes
394 checking for sys/sockio.h... no
395 checking for sys/types.h... yes
396 checking for errno.h... yes
397 checking for netinet/in.h... yes
398 configure: creating ./config.status
399 config.status: creating Makefile
400 config.status: creating src/Makefile
401 config.status: creating localdefs
402 config.status: creating include/mpidi_ch3i_sock_conf.h
403 config.status: executing default-1 commands
404 Updating dependency directories .deps
405 RUNNING CONFIGURE FOR THE SOCK INTERFACE
406 checking for gcc... gcc
407 checking for C compiler default output file name... a.exe
408 checking whether the C compiler works... yes
409 checking whether we are cross compiling... no
410 checking for suffix of executables... .exe
411 checking for suffix of object files... o
412 checking whether we are using the GNU C compiler... yes
413 checking whether gcc accepts -g... yes
414 checking for gcc option to accept ISO C89... none needed
415 checking for strerror... yes
416 checking for make... make
417 checking whether clock skew breaks make... no
418 checking whether make supports include... yes
419 checking whether make allows comments in actions... yes
420 checking for virtual path format... VPATH
421 checking whether make sets CFLAGS... yes
422 checking for ar... ar
423 checking for ranlib... ranlib
424 configure: creating ./config.status
425 config.status: creating Makefile
426 config.status: creating localdefs
427 config.status: creating mpidu_sock_conf.h
428 === configuring in poll (/home/Cornelius/mpich2-1.0.8/src/mpid/common/sock/poll)
429 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'CC=gcc' 'CFLAGS= -O2' 'LIBS= ' --cache-file=/dev/null --srcdir=.
430 RUNNING CONFIGURE FOR THE POLL IMPLEMENTATION OF SOCK
431 checking for make... make
432 checking whether clock skew breaks make... no
433 checking whether make supports include... yes
434 checking whether make allows comments in actions... yes
435 checking for virtual path format... VPATH
436 checking whether make sets CFLAGS... yes
437 checking for gcc... gcc
438 checking for C compiler default output file name... a.exe
439 checking whether the C compiler works... yes
440 checking whether we are cross compiling... no
441 checking for suffix of executables... .exe
442 checking for suffix of object files... o
443 checking whether we are using the GNU C compiler... yes
444 checking whether gcc accepts -g... yes
445 checking for gcc option to accept ISO C89... none needed
446 checking for inline... inline
447 checking for poll... yes
448 checking how to run the C preprocessor... gcc -E
449 checking for assert.h... yes
450 checking for errno.h... yes
451 checking for fcntl.h... yes
452 checking for limits.h... yes
453 checking for netdb.h... yes
454 checking for netinet/in.h... yes
455 checking for netinet/tcp.h... yes
456 checking for poll.h... yes
457 checking for stdlib.h... yes
458 checking for sys/param.h... yes
459 checking for sys/poll.h... yes
460 checking for sys/types.h... yes
461 checking for sys/uio.h... yes
462 checking for unistd.h... yes
463 checking if struct poll is defined... yes
464 checking if a simple program using poll() can be compiled... yes
465 checking whether bit fields work in ip.h... no
466 Adding -D_NO_BITFIELDS to CFLAGS
467 checking for gethostname... yes
468 checking whether gethostname needs a declaration... no
469 checking for library containing socket... none required
470 checking for library containing gethostbyname... none required
471 checking whether socklen_t is defined (in sys/socket.h if present)... yes
472 checking for etags... etags
473 configure: creating ./config.status
474 config.status: creating Makefile
475 config.status: creating localdefs
476 config.status: creating mpidu_socki_conf.h
477 config.status: executing default-1 commands
478 Updating dependency directories .deps
479 RUNNING CONFIGURE FOR LOCKS
480 checking for make... make
481 checking whether clock skew breaks make... no
482 checking whether make supports include... yes
483 checking whether make allows comments in actions... yes
484 checking for virtual path format... VPATH
485 checking whether make sets CFLAGS... yes
486 checking for ar... ar
487 checking for ranlib... ranlib
488 checking for gcc... gcc
489 checking for C compiler default output file name... a.exe
490 checking whether the C compiler works... yes
491 checking whether we are cross compiling... no
492 checking for suffix of executables... .exe
493 checking for suffix of object files... o
494 checking whether we are using the GNU C compiler... yes
495 checking whether gcc accepts -g... yes
496 checking for gcc option to accept ISO C89... none needed
497 checking for yield... no
498 checking for sched_yield... yes
499 checking for usleep... yes
500 checking for sleep... yes
501 checking for select... yes
502 checking for mutex_init... no
503 checking for compare_and_swap... no
504 checking for pthread_mutexattr_init... yes
505 checking for pthread_mutexattr_setpshared... yes
506 checking how to run the C preprocessor... gcc -E
507 checking for pthread.h... yes
508 checking for sched.h... yes
509 configure: creating ./config.status
510 config.status: creating Makefile
511 config.status: creating mpid_locksconf.h
512 Configuring with args --prefix=/home/Cornelius/mpich2-install
513 checking for architecture... i686
514 configure: WARNING: Unknown architecture ... proceeding anyway
515 ROMIO home directory is /home/Cornelius/mpich2-1.0.8/src/mpi/romio
516 checking for gcc... gcc
517 checking for C compiler default output file name... a.exe
518 checking whether the C compiler works... yes
519 checking whether we are cross compiling... no
520 checking for suffix of executables... .exe
521 checking for suffix of object files... o
522 checking whether we are using the GNU C compiler... yes
523 checking whether gcc accepts -g... yes
524 checking for gcc option to accept ISO C89... none needed
525 checking whether we are using the GNU Fortran 77 compiler... yes
526 checking whether g77 accepts -g... yes
527 checking for memalign... yes
528 checking Fortran external names
529 Fortran externals are lower case and have two trailing underscores
530 checking for inline... inline
531 checking how to run the C preprocessor... gcc -E
532 checking for grep that handles long lines and -e... /usr/bin/grep
533 checking for egrep... /usr/bin/grep -E
534 checking for ANSI C header files... yes
535 checking for sys/types.h... yes
536 checking for sys/stat.h... yes
537 checking for stdlib.h... yes
538 checking for string.h... yes
539 checking for memory.h... yes
540 checking for strings.h... yes
541 checking for inttypes.h... yes
542 checking for stdint.h... yes
543 checking for unistd.h... yes
544 checking for unistd.h... (cached) yes
545 checking fcntl.h usability... yes
546 checking fcntl.h presence... yes
547 checking for fcntl.h... yes
548 checking malloc.h usability... yes
549 checking malloc.h presence... yes
550 checking for malloc.h... yes
551 checking stddef.h usability... yes
552 checking stddef.h presence... yes
553 checking for stddef.h... yes
554 checking size of int... 4
555 checking size of void *... 4
556 checking for int large enough for pointers... yes
557 checking size of long long... 8
558 checking for f90... no
559 checking for xlf90... no
560 checking for pgf90... no
561 checking for ifort... no
562 checking for epcf90... no
563 checking for f95... no
564 checking for fort... no
565 checking for xlf95... no
566 checking for lf95... no
567 checking for pathf90... no
568 checking for g95... no
569 checking for fc... fc
570 checking for extension for Fortran 90 programs... unknown!
571 checking for Fortran 90 KIND parameter for 8-byte integers... unavailable
572 checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes
573 Overriding Array test for MPICH2
574 checking for weak symbol support... pragma weak
575 checking that weak symbols are visible to other files... yes
576 checking that the compiler correctly implements weak symbols... no
577 no
578 checking whether struct flock compatible with MPI_Offset... yes
579 checking for pvfs2-config... notfound
580 checking configured file systems... testfs ufs nfs
581 configure: WARNING: File locks may not work with NFS.  See the Installation and
582 users manual for instructions on testing and if necessary fixing this
583 checking for library containing aio_write... no
584 checking for library containing pthread_create... none required
585 checking for library containing aio_write... (cached) no
586 checking whether aio routines can be used... no
587 checking for obsolete two-argument aio_write... no
588 checking for obsolete two-argument aio_suspend... no
589 checking for aio_fildes member of aiocb structure... no
590 checking for aio_whence member of aiocb structure... no
591 checking for aio_handle member of aiocb structure... no
592 checking for aio_reqprio member of aiocb structure... no
593 checking for aio_sigevent member of aiocb structure... no
594 checking sys/vfs.h usability... yes
595 checking sys/vfs.h presence... yes
596 checking for sys/vfs.h... yes
597 checking sys/param.h usability... yes
598 checking sys/param.h presence... yes
599 checking for sys/param.h... yes
600 checking sys/mount.h usability... yes
601 checking sys/mount.h presence... yes
602 checking for sys/mount.h... yes
603 checking sys/statvfs.h usability... yes
604 checking sys/statvfs.h presence... yes
605 checking for sys/statvfs.h... yes
606 checking whether struct statfs properly defined... yes
607 checking for f_fstypename member of statfs structure... no
608 checking for sys/stat.h... (cached) yes
609 checking for sys/types.h... (cached) yes
610 checking for unistd.h... (cached) yes
611 checking for stat... yes
612 checking for st_fstype member of stat structure... no
613 checking for sys/types.h... (cached) yes
614 checking for sys/statvfs.h... (cached) yes
615 checking for sys/vfs.h... (cached) yes
616 checking for statvfs... yes
617 checking for f_basetype member of statvfs structure... no
618 checking for unistd.h... (cached) yes
619 checking for large file defines... no
620 checking for strerror... yes
621 checking for doctext... false
622 checking for strdup... yes
623 checking whether strdup needs a declaration... no
624 checking for snprintf... yes
625 checking whether snprintf needs a declaration... no
626 checking for lstat... yes
627 checking whether lstat needs a declaration... yes
628 checking for readlink... yes
629 checking whether readlink needs a declaration... no
630 checking for fsync... yes
631 checking whether fsync needs a declaration... no
632 checking for ftruncate... yes
633 checking whether ftruncate needs a declaration... no
634 checking for unistd.h... (cached) yes
635 checking for large file defines... none
636 setting SYSDEP_INC to
637 checking for restrict... __restrict
638 checking whether __attribute__ allowed... yes
639 checking whether __attribute__((format)) allowed... yes
640 setting CC to gcc
641 setting F77 to g77
642 setting TEST_CC to /home/Cornelius/mpich2-1.0.8/bin/mpicc
643 setting TEST_F77 to /home/Cornelius/mpich2-1.0.8/bin/mpif77
644 setting CFLAGS to  -O2  -DFORTRANDOUBLEUNDERSCORE -DHAVE_ROMIOCONF_H
645 setting USER_CFLAGS to
646 setting USER_FFLAGS to
647 configure: creating ./config.status
648 config.status: creating Makefile
649 config.status: creating localdefs
650 config.status: creating mpi-io/Makefile
651 config.status: creating mpi2-other/info/Makefile
652 config.status: creating mpi2-other/array/Makefile
653 config.status: creating adio/common/Makefile
654 config.status: creating test/Makefile
655 config.status: creating test/misc.c
656 config.status: creating test/large_file.c
657 config.status: creating test/runtests
658 config.status: creating util/romioinstall
659 config.status: creating include/mpio.h
660 config.status: creating include/mpiof.h
661 config.status: creating adio/ad_nfs/Makefile
662 config.status: creating adio/ad_ufs/Makefile
663 config.status: creating adio/ad_bgl/Makefile
664 config.status: creating adio/ad_bglockless/Makefile
665 config.status: creating adio/ad_panfs/Makefile
666 config.status: creating adio/ad_xfs/Makefile
667 config.status: creating adio/ad_sfs/Makefile
668 config.status: creating adio/ad_pfs/Makefile
669 config.status: creating adio/ad_testfs/Makefile
670 config.status: creating adio/ad_pvfs/Makefile
671 config.status: creating adio/ad_pvfs2/Makefile
672 config.status: creating adio/ad_gridftp/Makefile
673 config.status: creating adio/ad_lustre/Makefile
674 config.status: creating mpi-io/fortran/Makefile
675 config.status: creating mpi2-other/info/fortran/Makefile
676 config.status: creating mpi2-other/array/fortran/Makefile
677 config.status: creating test/fmisc.f
678 config.status: creating test/fcoll_test.f
679 config.status: creating test/pfcoll_test.f
680 config.status: creating test/fperf.f
681 config.status: creating mpi-io/glue/mpich2/Makefile
682 config.status: creating mpi-io/glue/mpich1/Makefile
683 config.status: creating mpi-io/glue/default/Makefile
684 config.status: creating common/dataloop/Makefile
685 config.status: creating adio/include/romioconf.h
686 config.status: executing default-1 commands
687 RUNNING CONFIGURE FOR THE SIMPLE PMI
688 checking for make... make
689 checking whether clock skew breaks make... no
690 checking whether make supports include... yes
691 checking whether make allows comments in actions... yes
692 checking for virtual path format... VPATH
693 checking whether make sets CFLAGS... yes
694 checking for gcc... gcc
695 checking for C compiler default output file name... a.exe
696 checking whether the C compiler works... yes
697 checking whether we are cross compiling... no
698 checking for suffix of executables... .exe
699 checking for suffix of object files... o
700 checking whether we are using the GNU C compiler... yes
701 checking whether gcc accepts -g... yes
702 checking for gcc option to accept ISO C89... none needed
703 checking how to run the C preprocessor... gcc -E
704 checking for unistd.h... yes
705 checking for string.h... yes
706 checking for stdlib.h... yes
707 checking for sys/socket.h... yes
708 checking for strings.h... yes
709 checking for assert.h... yes
710 checking for snprintf... yes
711 checking whether snprintf needs a declaration... no
712 checking for sys/types.h... yes
713 checking for sys/param.h... yes
714 checking for sys/socket.h... (cached) yes
715 checking for netinet/in.h... yes
716 checking for netinet/tcp.h... yes
717 checking for sys/un.h... yes
718 checking for netdb.h... yes
719 checking for library containing socket... none required
720 checking for library containing gethostbyname... none required
721 checking for socket... yes
722 checking for setsockopt... yes
723 checking for gethostbyname... yes
724 checking whether socklen_t is defined (in sys/socket.h if present)... yes
725 checking whether struct hostent contains h_addr_list... yes
726 checking whether __attribute__ allowed... yes
727 checking whether __attribute__((format)) allowed... yes
728 configure: creating ./config.status
729 config.status: creating Makefile
730 config.status: creating localdefs
731 config.status: creating pmiconf.h
732 Configuring with args /home/Cornelius/mpich2-install/share/config.site /home/Cornelius/mpich2-install/etc/config.site
733 checking for gcc... gcc
734 checking for C compiler default output file name... a.exe
735 checking whether the C compiler works... yes
736 checking whether we are cross compiling... no
737 checking for suffix of executables... .exe
738 checking for suffix of object files... o
739 checking whether we are using the GNU C compiler... yes
740 checking whether gcc accepts -g... yes
741 checking for gcc option to accept ISO C89... none needed
742 checking whether make sets $(MAKE)... yes
743 checking whether ln -s works... yes
744 checking for a BSD-compatible install... /usr/bin/install -c
745 checking whether install /usr/bin/install -c works... yes
746 Using INSTALL=/usr/bin/install -c
747 checking for totalview... no
748 checking for python2.5... python2.5
749 checking for python2.4... no
750 checking for python2.3... no
751 checking for python2.2... no
752 checking for python2... no
753 checking for python... python
754 checking that python2.5 is a valid python version... yes
755 checking that the cPickle module is available for python2.5... yes
756 checking that rebaseall is ok on this cygwin system...
757 checking for library containing socket... none required
758 checking how to run the C preprocessor... gcc -E
759 checking for grep that handles long lines and -e... /usr/bin/grep
760 checking for egrep... /usr/bin/grep -E
761 checking for ANSI C header files... yes
762 checking for sys/wait.h that is POSIX.1 compatible... yes
763 checking for sys/types.h... yes
764 checking for sys/stat.h... yes
765 checking for stdlib.h... yes
766 checking for string.h... yes
767 checking for memory.h... yes
768 checking for strings.h... yes
769 checking for inttypes.h... yes
770 checking for stdint.h... yes
771 checking for unistd.h... yes
772 checking fcntl.h usability... yes
773 checking fcntl.h presence... yes
774 checking for fcntl.h... yes
775 checking for strings.h... (cached) yes
776 checking sys/time.h usability... yes
777 checking sys/time.h presence... yes
778 checking for sys/time.h... yes
779 checking for unistd.h... (cached) yes
780 checking for stdlib.h... (cached) yes
781 checking sys/param.h usability... yes
782 checking sys/param.h presence... yes
783 checking for sys/param.h... yes
784 checking for putenv... yes
785 checking for socket... yes
786 checking for snprintf... yes
787 checking whether snprintf needs a declaration... no
788 configure: creating ./config.status
789 config.status: creating Makefile
790 config.status: creating mpdconf.h
791 Configuring MPE Profiling System with  '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2'
792 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2
793 checking gnumake... yes using --no-print-directory
794 checking BSD 4.4 make... no - whew
795 checking OSF V3 make... no
796 checking for virtual path format... VPATH
797 This MPE build is part of the MPICH2 build
798 checking for gcc... gcc
799 checking for C compiler default output file name... a.exe
800 checking whether the C compiler works... yes
801 checking whether we are cross compiling... no
802 checking for suffix of executables... .exe
803 checking for suffix of object files... o
804 checking whether we are using the GNU C compiler... yes
805 checking whether gcc accepts -g... yes
806 checking for gcc option to accept ISO C89... none needed
807 checking whether MPI_CC has been set ... /home/Cornelius/mpich2-1.0.8/bin/mpicc
808 checking whether we are using the GNU Fortran 77 compiler... yes
809 checking whether g77 accepts -g... yes
810 checking whether MPI_F77 has been set ... /home/Cornelius/mpich2-1.0.8/bin/mpif77
811 checking how to get verbose linking output from g77... -v
812 checking for Fortran 77 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
813 checking whether g77 accepts the FLIBS found by autoconf... yes
814 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
815 checking for linker for Fortran main programs... Use Fortran to link programs
816 checking for Fortran 77 name mangling... lower doubleunderscore
817 checking what libraries are needed to link Fortran programs with C routines that use stdio... none
818 checking for Fortran 77 flag for library directories... -L
819 checking for include directory flag for Fortran... -I
820 checking how to run the C preprocessor... gcc -E
821 checking whether ln -s works... yes
822 checking for a BSD-compatible install... /usr/bin/install -c
823 checking whether install works... yes
824 checking for ranlib... ranlib
825 checking whether install breaks libraries... no
826 checking for leftover Makefiles in subpackages ... none
827 configure: creating ./config.status
828 config.status: creating Makefile
829 config.status: creating sbin/mpetestlink
830 config.status: creating sbin/mpetestexec
831 config.status: creating sbin/mpetestexeclog
832 config.status: creating sbin/mpeinstall
833 config.status: creating sbin/mpecheckinstall
834 config.status: WARNING:  'sbin/mpecheckinstall.in' seems to ignore the --datarootdir setting
835 config.status: creating sbin/mpecheckbuild
836 config.status: creating etc/mpe_help.conf
837 config.status: creating etc/mpe_f77env.conf
838 config.status: creating mpe_conf.h
839 config.status: executing default-1 commands
840 === configuring in src/misc (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/misc)
841 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
842 Configuring MPE Miscellaneous Library with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
843 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/misc
844 checking gnumake... yes using --no-print-directory
845 checking BSD 4.4 make... no - whew
846 checking OSF V3 make... no
847 checking for virtual path format... VPATH
848 checking build system type... i686-pc-cygwin
849 checking host system type... i686-pc-cygwin
850 checking for gcc... gcc
851 checking for C compiler default output file name... a.exe
852 checking whether the C compiler works... yes
853 checking whether we are cross compiling... no
854 checking for suffix of executables... .exe
855 checking for suffix of object files... o
856 checking whether we are using the GNU C compiler... yes
857 checking whether gcc accepts -g... yes
858 checking for gcc option to accept ISO C89... none needed
859 checking for ar... ar
860 checking for ranlib... ranlib
861 checking how to run the C preprocessor... gcc -E
862 checking for dbx... no
863 checking for gdb... /usr/bin/gdb
864 checking for grep that handles long lines and -e... /usr/bin/grep
865 checking for egrep... /usr/bin/grep -E
866 checking for ANSI C header files... yes
867 checking for an ANSI C-conforming const... yes
868 checking for sysinfo... no
869 checking for uname... yes
870 checking for gethostbyname... yes
871 checking for sys/types.h... yes
872 checking for sys/stat.h... yes
873 checking for stdlib.h... yes
874 checking for string.h... yes
875 checking for memory.h... yes
876 checking for strings.h... yes
877 checking for inttypes.h... yes
878 checking for stdint.h... yes
879 checking for unistd.h... yes
880 checking for unistd.h... (cached) yes
881 checking for stdlib.h... (cached) yes
882 checking for string.h... (cached) yes
883 checking netdb.h usability... yes
884 checking netdb.h presence... yes
885 checking for netdb.h... yes
886 checking sys/systeminfo.h usability... no
887 checking sys/systeminfo.h presence... no
888 checking for sys/systeminfo.h... no
889 checking for sys/types.h... (cached) yes
890 checking for sighandler_t... no
891 checking for kill... yes
892 checking whether kill needs a declaration... no
893 configure: creating ./config.status
894 config.status: creating Makefile
895 config.status: creating src/Makefile
896 config.status: creating src/dbxerr.c
897 config.status: creating mpe_misc_conf.h
898 === configuring in src/callstack (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/callstack)
899 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
900 Configuring MPE CallStack Library with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
901 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/callstack
902 checking gnumake... yes using --no-print-directory
903 checking BSD 4.4 make... no - whew
904 checking OSF V3 make... no
905 checking for virtual path format... VPATH
906 checking for gcc... gcc
907 checking for C compiler default output file name... a.exe
908 checking whether the C compiler works... yes
909 checking whether we are cross compiling... no
910 checking for suffix of executables... .exe
911 checking for suffix of object files... o
912 checking whether we are using the GNU C compiler... yes
913 checking whether gcc accepts -g... yes
914 checking for gcc option to accept ISO C89... none needed
915 checking for ar... ar
916 checking for ranlib... ranlib
917 checking how to run the C preprocessor... gcc -E
918 checking for grep that handles long lines and -e... /usr/bin/grep
919 checking for egrep... /usr/bin/grep -E
920 checking for ANSI C header files... yes
921 checking for an ANSI C-conforming const... yes
922 checking for inline... inline
923 checking for sys/types.h... yes
924 checking for sys/stat.h... yes
925 checking for stdlib.h... yes
926 checking for string.h... yes
927 checking for memory.h... yes
928 checking for strings.h... yes
929 checking for inttypes.h... yes
930 checking for stdint.h... yes
931 checking for unistd.h... yes
932 checking stdio.h usability... yes
933 checking stdio.h presence... yes
934 checking for stdio.h... yes
935 checking for string.h... (cached) yes
936 checking for unistd.h... (cached) yes
937 checking fcntl.h usability... yes
938 checking fcntl.h presence... yes
939 checking for fcntl.h... yes
940 checking execinfo.h usability... no
941 checking execinfo.h presence... no
942 checking for execinfo.h... no
943 checking ucontext.h usability... no
944 checking ucontext.h presence... no
945 checking for ucontext.h... no
946 checking for fdopen... yes
947 checking whether fdopen needs a declaration... no
948 configure: creating ./config.status
949 config.status: creating Makefile
950 config.status: creating src/Makefile
951 config.status: creating include/mpe_callstack.h
952 config.status: creating etc/mpe_callstack_ldflags.conf
953 config.status: creating mpe_callstack_conf.h
954 === configuring in src/logging (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/logging)
955 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
956 Configuring MPE Logging Library and Tools with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
957 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/logging
958 checking gnumake... yes using --no-print-directory
959 checking BSD 4.4 make... no - whew
960 checking OSF V3 make... no
961 checking for virtual path format... VPATH
962 checking for gcc... gcc
963 checking for C compiler default output file name... a.exe
964 checking whether the C compiler works... yes
965 checking whether we are cross compiling... no
966 checking for suffix of executables... .exe
967 checking for suffix of object files... o
968 checking whether we are using the GNU C compiler... yes
969 checking whether gcc accepts -g... yes
970 checking for gcc option to accept ISO C89... none needed
971 checking for ar... ar
972 checking for ranlib... ranlib
973 checking how to run the C preprocessor... gcc -E
974 checking for grep that handles long lines and -e... /usr/bin/grep
975 checking for egrep... /usr/bin/grep -E
976 checking for ANSI C header files... yes
977 checking for an ANSI C-conforming const... yes
978 checking for sys/types.h... yes
979 checking for sys/stat.h... yes
980 checking for stdlib.h... yes
981 checking for string.h... yes
982 checking for memory.h... yes
983 checking for strings.h... yes
984 checking for inttypes.h... yes
985 checking for stdint.h... yes
986 checking for unistd.h... yes
987 checking whether byte ordering is bigendian... no
988 checking stdio.h usability... yes
989 checking stdio.h presence... yes
990 checking for stdio.h... yes
991 checking for stdlib.h... (cached) yes
992 checking for string.h... (cached) yes
993 checking for unistd.h... (cached) yes
994 checking sys/time.h usability... yes
995 checking sys/time.h presence... yes
996 checking for sys/time.h... yes
997 checking for sys/types.h... (cached) yes
998 checking sys/bitypes.h usability... no
999 checking sys/bitypes.h presence... no
1000 checking for sys/bitypes.h... no
1001 checking for sys/stat.h... (cached) yes
1002 checking fcntl.h usability... yes
1003 checking fcntl.h presence... yes
1004 checking for fcntl.h... yes
1005 checking for header that defines C99 integer types, intXX_t ... <stdint.h>
1006 checking for inttypes.h... (cached) yes
1007 checking whether <inttypes.h> defines the PRIdXX macros ... yes
1008 checking if <stdint.h> can be behind system headers ... yes
1009 checking size of void *... 4
1010 checking for address-sized integer ... CLOG_int32_t
1011 checking build system type... i686-pc-cygwin
1012 checking host system type... i686-pc-cygwin
1013 checking for gethostname... yes
1014 checking whether gethostname needs a declaration... no
1015 checking for snprintf... yes
1016 checking whether snprintf needs a declaration... no
1017 checking for mkstemp... yes
1018 checking whether mkstemp needs a declaration... no
1019 checking for srand48... yes
1020 checking whether srand48 needs a declaration... no
1021 checking for lrand48... yes
1022 checking whether lrand48 needs a declaration... no
1023 checking for special C compiler options needed for large files... no
1024 checking for _FILE_OFFSET_BITS value needed for large files... no
1025 checking for O_LARGEFILE for open() ... no
1026 checking for O_BINARY for open() ... yes
1027 checking pthread.h usability... yes
1028 checking pthread.h presence... yes
1029 checking for pthread.h... yes
1030 checking for pthread_mutex_lock in -lpthread... yes
1031 configure: creating ./config.status
1032 config.status: creating Makefile
1033 config.status: creating src/Makefile
1034 config.status: creating include/clog_inttypes.h
1035 config.status: creating include/mpi_null.h
1036 config.status: creating include/mpe_log_thread.h
1037 config.status: creating etc/mpe_log.conf
1038 config.status: creating etc/mpe_nolog.conf
1039 config.status: creating etc/mpe_log_postlib.conf
1040 config.status: creating mpe_logging_conf.h
1041 === configuring in src/wrappers (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/wrappers)
1042 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
1043 Configuring MPE Wrapper Libraries For MPI with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
1044 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/wrappers
1045 checking gnumake... yes using --no-print-directory
1046 checking BSD 4.4 make... no - whew
1047 checking OSF V3 make... no
1048 checking for virtual path format... VPATH
1049 checking for gcc... gcc
1050 checking for C compiler default output file name... a.exe
1051 checking whether the C compiler works... yes
1052 checking whether we are cross compiling... no
1053 checking for suffix of executables... .exe
1054 checking for suffix of object files... o
1055 checking whether we are using the GNU C compiler... yes
1056 checking whether gcc accepts -g... yes
1057 checking for gcc option to accept ISO C89... none needed
1058 checking for ar... ar
1059 checking for ranlib... ranlib
1060 checking how to run the C preprocessor... gcc -E
1061 checking for grep that handles long lines and -e... /usr/bin/grep
1062 checking for egrep... /usr/bin/grep -E
1063 checking for ANSI C header files... yes
1064 checking for an ANSI C-conforming const... yes
1065 checking for sys/types.h... yes
1066 checking for sys/stat.h... yes
1067 checking for stdlib.h... yes
1068 checking for string.h... yes
1069 checking for memory.h... yes
1070 checking for strings.h... yes
1071 checking for inttypes.h... yes
1072 checking for stdint.h... yes
1073 checking for unistd.h... yes
1074 checking stdio.h usability... yes
1075 checking stdio.h presence... yes
1076 checking for stdio.h... yes
1077 checking for stdlib.h... (cached) yes
1078 checking for string.h... (cached) yes
1079 checking stdarg.h usability... yes
1080 checking stdarg.h presence... yes
1081 checking for stdarg.h... yes
1082 checking for working alloca.h... yes
1083 checking for alloca... yes
1084 checking for stdarg is correct... yes
1085 checking if compiler accepts prototypes ... yes
1086 checking build system type... i686-pc-cygwin
1087 checking host system type... i686-pc-cygwin
1088 checking for safe PMPI invocations ... no
1089 checking for the value of MPI_STATUS_SIZE ... 5
1090 configure: creating ./config.status
1091 config.status: creating Makefile
1092 config.status: creating src/Makefile
1093 config.status: creating test/Makefile
1094 config.status: creating etc/mpe_f77env.conf
1095 config.status: creating etc/mpe_mpilog.conf
1096 config.status: creating etc/mpe_mpitrace.conf
1097 config.status: creating mpe_wrappers_conf.h
1098 === configuring in src/graphics (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/graphics)
1099 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
1100 Configuring MPE X Graphics Library with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
1101 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/graphics
1102 checking gnumake... yes using --no-print-directory
1103 checking BSD 4.4 make... no - whew
1104 checking OSF V3 make... no
1105 checking for virtual path format... VPATH
1106 checking for gcc... gcc
1107 checking for C compiler default output file name... a.exe
1108 checking whether the C compiler works... yes
1109 checking whether we are cross compiling... no
1110 checking for suffix of executables... .exe
1111 checking for suffix of object files... o
1112 checking whether we are using the GNU C compiler... yes
1113 checking whether gcc accepts -g... yes
1114 checking for gcc option to accept ISO C89... none needed
1115 checking for ar... ar
1116 checking for ranlib... ranlib
1117 checking how to run the C preprocessor... gcc -E
1118 checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
1119 checking for grep that handles long lines and -e... /usr/bin/grep
1120 checking for egrep... /usr/bin/grep -E
1121 checking for ANSI C header files... yes
1122 checking for an ANSI C-conforming const... yes
1123 checking for sys/types.h... yes
1124 checking for sys/stat.h... yes
1125 checking for stdlib.h... yes
1126 checking for string.h... yes
1127 checking for memory.h... yes
1128 checking for strings.h... yes
1129 checking for inttypes.h... yes
1130 checking for stdint.h... yes
1131 checking for unistd.h... yes
1132 checking size of void *... 4
1133 checking for long pointer... no
1134 checking for system... yes
1135 checking for unistd.h... (cached) yes
1136 checking for stdlib.h... (cached) yes
1137 checking for string.h... (cached) yes
1138 configure: creating ./config.status
1139 config.status: creating Makefile
1140 config.status: creating src/Makefile
1141 config.status: creating contrib/life/Makefile
1142 config.status: creating contrib/mandel/Makefile
1143 config.status: creating contrib/mastermind/Makefile
1144 config.status: creating contrib/test/Makefile
1145 config.status: creating etc/mpe_mpianim.conf
1146 config.status: creating etc/mpe_graphics.conf
1147 config.status: creating mpe_graphics_conf.h
1148 === configuring in src/collchk (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/collchk)
1149 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
1150 Configuring MPE Collective and Datatype Checking Library with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
1151 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/collchk
1152 checking gnumake... yes using --no-print-directory
1153 checking BSD 4.4 make... no - whew
1154 checking OSF V3 make... no
1155 checking for virtual path format... VPATH
1156 checking build system type... i686-pc-cygwin
1157 checking host system type... i686-pc-cygwin
1158 checking for gcc... gcc
1159 checking for C compiler default output file name... a.exe
1160 checking whether the C compiler works... yes
1161 checking whether we are cross compiling... no
1162 checking for suffix of executables... .exe
1163 checking for suffix of object files... o
1164 checking whether we are using the GNU C compiler... yes
1165 checking whether gcc accepts -g... yes
1166 checking for gcc option to accept ISO C89... none needed
1167 checking for ar... ar
1168 checking for ranlib... ranlib
1169 checking how to run the C preprocessor... gcc -E
1170 checking for grep that handles long lines and -e... /usr/bin/grep
1171 checking for egrep... /usr/bin/grep -E
1172 checking for ANSI C header files... yes
1173 checking for an ANSI C-conforming const... yes
1174 checking for sys/types.h... yes
1175 checking for sys/stat.h... yes
1176 checking for stdlib.h... yes
1177 checking for string.h... yes
1178 checking for memory.h... yes
1179 checking for strings.h... yes
1180 checking for inttypes.h... yes
1181 checking for stdint.h... yes
1182 checking for unistd.h... yes
1183 checking stdio.h usability... yes
1184 checking stdio.h presence... yes
1185 checking for stdio.h... yes
1186 checking for stdlib.h... (cached) yes
1187 checking for string.h... (cached) yes
1188 checking for unistd.h... (cached) yes
1189 checking for working alloca.h... yes
1190 checking for alloca... yes
1191 configure: creating ./config.status
1192 config.status: creating Makefile
1193 config.status: creating src/Makefile
1194 config.status: creating test/Makefile
1195 config.status: creating etc/mpe_mpicheck.conf
1196 config.status: creating mpe_collchk_conf.h
1197 === configuring in src/slog2sdk (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk)
1198 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
1199 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk
1200 Configuring SLOG2SDK with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
1201 checking gnumake... yes using --no-print-directory
1202 checking BSD 4.4 make... no - whew
1203 checking OSF V3 make... no
1204 checking for virtual path format... VPATH
1205 checking for a BSD-compatible install... /usr/bin/install -c
1206 checking whether install works... yes
1207 checking if CLASSPATH is set... no, good to go
1208 checking build system type... i686-pc-cygwin
1209 checking host system type... i686-pc-cygwin
1210 checking for java in user's PATH... found /cygdrive/c/WINDOWS/system32/java
1211 checking if /cygdrive/c/WINDOWS/system32/java runs simple java class... yes
1212 checking if /cygdrive/c/WINDOWS/system32/java runs simple jar file... yes
1213 checking if /cygdrive/c/WINDOWS/system32/java runs non-GUI tool... yes
1214 checking if /cygdrive/c/WINDOWS/system32/java runs simple Swing class... yes
1215 checking if /cygdrive/c/WINDOWS/system32/java runs simple Swing jar file... yes
1216 checking for Java version... java full version "1.6.0_07-b06"
1217 , i.e. Java 2 SDK
1218 checking for cygpath... yes
1219 creating /home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk/share
1220 creating /home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk/share/logfiles
1221 creating sample logfiles from source
1222 checking for leftover Makefiles in subpackages ... none
1223 configure: creating ./config.status
1224 config.status: creating Makefile
1225 config.status: creating sbin/install-package
1226 config.status: creating bin/slog2print
1227 config.status: creating bin/slog2navigator
1228 config.status: creating bin/slog2filter
1229 config.status: creating bin/slog2updater
1230 config.status: creating bin/logconvertor
1231 config.status: creating bin/jumpshot
1232 config.status: creating bin/clogprint
1233 config.status: creating bin/clogTOslog2
1234 config.status: creating bin/clog2print
1235 config.status: creating bin/clog2TOslog2
1236 === configuring in trace_rlog (/home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk/trace_rlog)
1237 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' --cache-file=/dev/null --srcdir=.
1238 checking for current directory name... /home/Cornelius/mpich2-1.0.8/src/mpe2/src/slog2sdk/trace_rlog
1239 Configuring TRACE_RLOG implementation with  '--disable-option-checking' '--prefix=/home/Cornelius/mpich2-install' 'MPI_CC=/home/Cornelius/mpich2-1.0.8/bin/mpicc' 'MPI_F77=/home/Cornelius/mpich2-1.0.8/bin/mpif77' 'CC=gcc' 'CFLAGS= -O2' 'LIBS=      ' 'F77=g77' 'FFLAGS= -O2' '--cache-file=/dev/null' '--srcdir=.'
1240 checking gnumake... yes using --no-print-directory
1241 checking BSD 4.4 make... no - whew
1242 checking OSF V3 make... no
1243 checking for virtual path format... VPATH
1244 checking for gcc... gcc
1245 checking for C compiler default output file name... a.exe
1246 checking whether the C compiler works... yes
1247 checking whether we are cross compiling... no
1248 checking for suffix of executables... .exe
1249 checking for suffix of object files... o
1250 checking whether we are using the GNU C compiler... yes
1251 checking whether gcc accepts -g... yes
1252 checking for gcc option to accept ISO C89... none needed
1253 checking how to run the C preprocessor... gcc -E
1254 checking for grep that handles long lines and -e... /usr/bin/grep
1255 checking for egrep... /usr/bin/grep -E
1256 checking for ANSI C header files... yes
1257 checking for sys/types.h... yes
1258 checking for sys/stat.h... yes
1259 checking for stdlib.h... yes
1260 checking for string.h... yes
1261 checking for memory.h... yes
1262 checking for strings.h... yes
1263 checking for inttypes.h... yes
1264 checking for stdint.h... yes
1265 checking for unistd.h... yes
1266 checking for stdlib.h... (cached) yes
1267 checking stdio.h usability... yes
1268 checking stdio.h presence... yes
1269 checking for stdio.h... yes
1270 checking for string.h... (cached) yes
1271 checking ctype.h usability... yes
1272 checking ctype.h presence... yes
1273 checking for ctype.h... yes
1274 checking errno.h usability... yes
1275 checking errno.h presence... yes
1276 checking for errno.h... yes
1277 checking for an ANSI C-conforming const... yes
1278 checking size of void *... 4
1279 checking size of int... 4
1280 checking size of long... 4
1281 checking size of long long... 8
1282 checking size of __int64... 0
1283 checking whether byte ordering is bigendian... no
1284 checking build system type... i686-pc-cygwin
1285 checking host system type... i686-pc-cygwin
1286 checking for as... as
1287 checking for dlltool... dlltool
1288 checking for objdump... objdump
1289 checking for sed... sed
1290 checking for a sed that does not truncate output... sed
1291 checking for fgrep... /usr/bin/grep -F
1292 checking for ld used by gcc -mno-cygwin... /usr/i686-pc-mingw32/bin/ld.exe
1293 checking if the linker (/usr/i686-pc-mingw32/bin/ld.exe) is GNU ld... yes
1294 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
1295 checking the name lister (/usr/bin/nm -B) interface... BSD nm
1296 checking whether ln -s works... yes
1297 checking the maximum length of command line arguments... 8192
1298 checking whether the shell understands some XSI constructs... yes
1299 checking whether the shell understands "+="... yes
1300 checking for /usr/i686-pc-mingw32/bin/ld.exe option to reload object files... -r
1301 checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
1302 checking for ar... ar
1303 checking for strip... strip
1304 checking for ranlib... ranlib
1305 checking command to parse /usr/bin/nm -B output from gcc -mno-cygwin object... ok
1306 checking for dlfcn.h... no
1307 checking for objdir... .libs
1308 checking if gcc -mno-cygwin supports -fno-rtti -fno-exceptions... no
1309 checking for gcc -mno-cygwin option to produce PIC... -DDLL_EXPORT -DPIC
1310 checking if gcc -mno-cygwin PIC flag -DDLL_EXPORT -DPIC works... yes
1311 checking if gcc -mno-cygwin static flag -static works... yes
1312 checking if gcc -mno-cygwin supports -c -o file.o... yes
1313 checking if gcc -mno-cygwin supports -c -o file.o... (cached) yes
1314 checking whether the gcc -mno-cygwin linker (/usr/i686-pc-mingw32/bin/ld.exe) supports shared libraries... yes
1315 checking whether -lc should be explicitly linked in... yes
1316 checking dynamic linker characteristics... Win32 ld.exe
1317 checking how to hardcode library paths into programs... immediate
1318 checking whether stripping libraries is possible... yes
1319 checking if libtool supports shared libraries... yes
1320 checking whether to build shared libraries... yes
1321 checking whether to build static libraries... no
1322 checking for malloc in -lefence... no
1323 checking for strstr... yes
1324 checking target system type... i686-pc-cygwin
1325 checking for javah in user's PATH... not found
1326 checking for javah in user's PATH... not found
1327 configure: WARNING:  Invalid JNI include dir, exit!
1328 configure: WARNING: SLOG2SDK: No sub-package has been configured
1329 MPE2:  "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" "src/slog2sdk" have been configured
1330 checking the sizeof MPI_Offset... 8
1331 configure: creating ./config.status
1332 config.status: creating Makefile
1333 config.status: creating src/Makefile
1334 config.status: creating src/include/Makefile
1335 config.status: creating src/include/mpich2info.h
1336 config.status: creating mpich2-doxygen
1337 config.status: creating src/include/mpichtimer.h
1338 config.status: creating src/binding/Makefile
1339 config.status: creating src/binding/cxx/Makefile
1340 config.status: creating src/binding/cxx/mpicxx.h
1341 config.status: creating src/binding/f77/Makefile
1342 config.status: creating src/binding/f77/mpif.h
1343 config.status: creating src/binding/f77/setbotf.f
1344 config.status: creating src/binding/f90/Makefile
1345 config.status: creating src/binding/f90/mpi_sizeofs.f90
1346 config.status: creating src/pkgconfig/mpich2-ch3.pc
1347 config.status: creating src/pkgconfig/Makefile
1348 config.status: creating src/env/mpixxx_opts.conf
1349 config.status: creating src/env/mpicc
1350 config.status: creating src/env/mpicc.conf
1351 config.status: creating src/env/mpicc.bash
1352 config.status: creating src/env/mpicxx
1353 config.status: creating src/env/mpicxx.conf
1354 config.status: creating src/env/mpicxx.bash
1355 config.status: creating src/env/mpif77
1356 config.status: creating src/env/mpif77.conf
1357 config.status: creating src/env/mpif77.bash
1358 config.status: creating src/env/mpif90
1359 config.status: creating src/env/mpif90.conf
1360 config.status: creating src/env/mpif90.bash
1361 config.status: creating src/env/parkill
1362 config.status: creating src/env/Makefile
1363 config.status: creating src/util/createshlib
1364 config.status: creating src/mpi/Makefile
1365 config.status: creating src/mpi/attr/Makefile
1366 config.status: creating src/mpi/coll/Makefile
1367 config.status: creating src/mpi/comm/Makefile
1368 config.status: creating src/mpi/datatype/Makefile
1369 config.status: creating src/mpi/debugger/Makefile
1370 config.status: creating src/mpi/errhan/Makefile
1371 config.status: creating src/mpi/group/Makefile
1372 config.status: creating src/mpi/init/Makefile
1373 config.status: creating src/mpi/misc/Makefile
1374 config.status: creating src/mpi/pt2pt/Makefile
1375 config.status: creating src/mpi/rma/Makefile
1376 config.status: creating src/mpi/spawn/Makefile
1377 config.status: creating src/mpi/timer/Makefile
1378 config.status: creating src/mpi/topo/Makefile
1379 config.status: creating src/mpid/Makefile
1380 config.status: creating src/mpid/common/Makefile
1381 config.status: creating src/mpid/common/datatype/Makefile
1382 config.status: creating src/mpid/common/datatype/dataloop/Makefile
1383 config.status: creating src/pm/Makefile
1384 config.status: creating src/pmi/Makefile
1385 config.status: creating src/nameserv/Makefile
1386 config.status: creating src/nameserv/file/Makefile
1387 config.status: creating src/nameserv/mpd/Makefile
1388 config.status: creating src/nameserv/pmi/Makefile
1389 config.status: creating src/nameserv/test/Makefile
1390 config.status: creating src/util/Makefile
1391 config.status: creating src/util/info/Makefile
1392 config.status: creating src/util/instrm/Makefile
1393 config.status: creating src/util/thread/Makefile
1394 config.status: creating src/util/thread/mpe_thread.h
1395 config.status: creating src/util/mem/Makefile
1396 config.status: creating src/util/msgs/Makefile
1397 config.status: creating src/util/param/Makefile
1398 config.status: creating src/util/dbg/Makefile
1399 config.status: creating src/util/dbg/getfuncstack
1400 config.status: creating src/util/osserv/Makefile
1401 config.status: creating src/include/mpi.h
1402 config.status: creating test/Makefile
1403 config.status: creating test/util/Makefile
1404 config.status: creating test/basic/Makefile
1405 config.status: creating test/commands/Makefile
1406 config.status: creating test/commands/cmdtests
1407 config.status: creating test/mpid/Makefile
1408 config.status: creating test/mpid/ch3/Makefile
1409 config.status: creating test/util/timer/Makefile
1410 config.status: creating examples/Makefile
1411 config.status: creating examples/f77/Makefile
1412 config.status: creating examples/f90/Makefile
1413 config.status: creating examples/cxx/Makefile
1414 config.status: creating src/util/logging/Makefile
1415 config.status: creating src/util/logging/common/Makefile
1416 config.status: creating doc/Makefile
1417 config.status: creating doc/mansrc/Makefile
1418 config.status: creating doc/mansrc/createhtmlindex
1419 config.status: creating doc/refman/Makefile
1420 config.status: creating doc/installguide/Makefile
1421 config.status: creating doc/userguide/Makefile
1422 config.status: creating doc/logging/Makefile
1423 config.status: creating doc/design/Makefile
1424 config.status: creating doc/smpd/Makefile
1425 config.status: creating doc/windev/Makefile
1426 config.status: creating src/include/mpichconf.h
1427 config.status: executing default-1 commands
1428 config.status: executing default-2 commands
1429 config.status: executing default-3 commands
1430 config.status: executing default-4 commands
1431 copying ./src/util/thread/mpe_thread_posix.c to src/util/thread/mpe_thread.c
1432 moving mpe_thread.h to src/include
1433 config.status: executing default-5 commands
1434 config.status: executing default-6 commands
1435 config.status: executing default-7 commands
1436 config.status: executing default-8 commands
1437 config.status: executing default-9 commands
1438 Updating dependency directories .deps
1439 config.status: executing default-10 commands
1440 config.status: executing default-11 commands
1441 config.status: executing default-12 commands
1442 config.status: executing default-13 commands
1443 config.status: executing default-14 commands
1444 === configuring in test/mpi (/home/Cornelius/mpich2-1.0.8/test/mpi)
1445 configure: running /bin/sh ./configure --disable-option-checking '--prefix=/home/Cornelius/mpich2-install'  --cache-file=/dev/null --srcdir=.
1446 RUNNING CONFIGURE FOR MPI TESTS
1447 checking for make... make
1448 checking whether clock skew breaks make... no
1449 checking whether make supports include... yes
1450 checking whether make allows comments in actions... yes
1451 checking for virtual path format... VPATH
1452 checking whether make sets CFLAGS... no
1453 checking for gcc... gcc
1454 checking for C compiler default output file name... a.exe
1455 checking whether the C compiler works... yes
1456 checking whether we are cross compiling... no
1457 checking for suffix of executables... .exe
1458 checking for suffix of object files... o
1459 checking whether we are using the GNU C compiler... yes
1460 checking whether gcc accepts -g... yes
1461 checking for gcc option to accept ISO C89... none needed
1462 checking whether we are using the GNU Fortran 77 compiler... yes
1463 checking whether g77 accepts -g... yes
1464 checking whether we are using the GNU C++ compiler... yes
1465 checking whether c++ accepts -g... yes
1466 checking whether long double is supported... yes
1467 checking whether long long is supported... yes
1468 checking for an ANSI C-conforming const... yes
1469 checking for restrict... __restrict
1470 checking how to run the C preprocessor... gcc -E
1471 checking for unistd.h... yes
1472 checking for stdarg.h... yes
1473 checking for string.h... yes
1474 checking for stdlib.h... yes
1475 checking for memory.h... yes
1476 Configuring tests for MPICH2
1477 checking whether struct hostent contains h_addr_list... no
1478 checking whether integer*4 is supported... yes
1479 checking whether integer*8 is supported... yes
1480 checking whether integer*16 is supported... no
1481 checking for Fortran 77 name mangling... lower doubleunderscore
1482 checking for Fortran libraries needed for getarg... none needed
1483 checking whether Fortran has pointer declaration... no
1484 checking whether <iostream> available... yes
1485 checking whether the compiler implements namespaces... yes
1486 checking whether the compiler implements the namespace std... yes
1487 checking for perl... /usr/bin/perl
1488 checking for etags... etags
1489 configure: creating ./config.status
1490 config.status: creating maint/testmerge
1491 config.status: creating runtests
1492 config.status: creating Makefile
1493 config.status: creating basic/Makefile
1494 config.status: creating attr/Makefile
1495 config.status: creating util/Makefile
1496 config.status: creating coll/Makefile
1497 config.status: creating comm/Makefile
1498 config.status: creating datatype/Makefile
1499 config.status: creating errhan/Makefile
1500 config.status: creating group/Makefile
1501 config.status: creating info/Makefile
1502 config.status: creating init/Makefile
1503 config.status: creating pt2pt/Makefile
1504 config.status: creating rma/Makefile
1505 config.status: creating spawn/Makefile
1506 config.status: creating topo/Makefile
1507 config.status: creating io/Makefile
1508 config.status: creating f77/Makefile
1509 config.status: creating f77/attr/Makefile
1510 config.status: creating f77/attr/attraints.h
1511 config.status: creating f77/pt2pt/attr1aints.h
1512 config.status: creating f77/ext/add1size.h
1513 config.status: creating f77/datatype/Makefile
1514 config.status: creating f77/datatype/typeaints.h
1515 config.status: creating f77/util/Makefile
1516 config.status: creating f77/coll/Makefile
1517 config.status: creating f77/comm/Makefile
1518 config.status: creating f77/topo/Makefile
1519 config.status: creating f77/init/Makefile
1520 config.status: creating f77/rma/addsize.h
1521 config.status: creating f77/pt2pt/Makefile
1522 config.status: creating f77/info/Makefile
1523 config.status: creating f77/spawn/Makefile
1524 config.status: creating f77/spawn/type1aint.h
1525 config.status: creating f77/rma/Makefile
1526 config.status: creating f77/ext/Makefile
1527 config.status: creating f77/ext/testlist
1528 config.status: creating f77/io/Makefile
1529 config.status: creating f77/io/iooffset.h
1530 config.status: creating f77/io/iodisp.h
1531 config.status: creating f77/io/ioaint.h
1532 config.status: creating f90/Makefile
1533 config.status: creating f90/attr/Makefile
1534 config.status: creating f90/datatype/Makefile
1535 config.status: creating f90/f90types/Makefile
1536 config.status: creating f90/util/Makefile
1537 config.status: creating f90/coll/Makefile
1538 config.status: creating f90/comm/Makefile
1539 config.status: creating f90/topo/Makefile
1540 config.status: creating f90/init/Makefile
1541 config.status: creating f90/pt2pt/Makefile
1542 config.status: creating f90/rma/Makefile
1543 config.status: creating f90/info/Makefile
1544 config.status: creating f90/spawn/Makefile
1545 config.status: creating f90/timer/Makefile
1546 config.status: creating f90/ext/Makefile
1547 config.status: creating f90/ext/testlist
1548 config.status: creating f90/io/Makefile
1549 config.status: creating f90/misc/Makefile
1550 config.status: creating cxx/Makefile
1551 config.status: creating cxx/util/Makefile
1552 config.status: creating cxx/attr/Makefile
1553 config.status: creating cxx/pt2pt/Makefile
1554 config.status: creating cxx/comm/Makefile
1555 config.status: creating cxx/coll/Makefile
1556 config.status: creating cxx/info/Makefile
1557 config.status: creating cxx/datatype/Makefile
1558 config.status: creating cxx/io/Makefile
1559 config.status: creating cxx/init/Makefile
1560 config.status: creating cxx/rma/Makefile
1561 config.status: creating cxx/spawn/Makefile
1562 config.status: creating threads/Makefile
1563 config.status: creating threads/pt2pt/Makefile
1564 config.status: creating threads/util/Makefile
1565 config.status: creating threads/comm/Makefile
1566 config.status: creating threads/spawn/Makefile
1567 config.status: creating errors/Makefile
1568 config.status: creating errors/attr/Makefile
1569 config.status: creating errors/coll/Makefile
1570 config.status: creating errors/comm/Makefile
1571 config.status: creating errors/group/Makefile
1572 config.status: creating errors/pt2pt/Makefile
1573 config.status: creating errors/rma/Makefile
1574 config.status: creating errors/spawn/Makefile
1575 config.status: creating errors/topo/Makefile
1576 config.status: creating errors/io/Makefile
1577 config.status: creating errors/cxx/Makefile
1578 config.status: creating errors/cxx/errhan/Makefile
1579 config.status: creating errors/cxx/io/Makefile
1580 config.status: creating errors/f77/Makefile
1581 config.status: creating errors/f90/Makefile
1582 config.status: creating manual/Makefile
1583 config.status: creating manual/manyconnect
1584 config.status: creating perf/Makefile
1585 config.status: creating testlist
1586 config.status: creating cxx/testlist
1587 config.status: creating f77/testlist
1588 config.status: creating f90/testlist
1589 config.status: creating errors/testlist
1590 config.status: creating errors/cxx/testlist
1591 config.status: creating include/mpitestconf.h
1592 config.status: executing default-1 commands
1593 config.status: executing default-2 commands
1594 config.status: executing default-3 commands
1595 Configuration completed.