Ticket #299: configure.4.log

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

Added by email2trac

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