-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.log
More file actions
1040 lines (1010 loc) · 43 KB
/
config.log
File metadata and controls
1040 lines (1010 loc) · 43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by icon conf__.tmp 1.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./conf__.tmp
## --------- ##
## Platform. ##
## --------- ##
hostname = eiger160
uname -m = x86_64
uname -r = 2.6.32.29-0.3-default
uname -s = Linux
uname -v = #1 SMP 2011-02-25 13:36:59 +0100
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /apps/eiger/Cuda-4.0/cuda/open64/bin
PATH: /apps/eiger/Cuda-4.0/cuda/computeprof/bin
PATH: /apps/eiger/Cuda-4.0/cuda/openclprof/bin
PATH: /apps/eiger/Cuda-4.0/cuda/bin
PATH: /apps/eiger/gcc-4.6.1/bin
PATH: /apps/eiger/munge/default/bin
PATH: /apps/eiger/slurm/default/bin
PATH: /opt/cluster/admin
PATH: /users/wsawyer/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /opt/bin
PATH: /opt/kde3/bin
PATH: /usr/lib64/jvm/jre/bin
PATH: /opt/c3-4
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /users/wsawyer/bin
PATH: .
PATH: /apps/eiger/netcdf/4.13/mvapich2-1.7-gcc-4.3.4/bin
PATH: /scratch/eiger/jfavre/hdf5/1.8.7/bin/tools
## ----------- ##
## Core tests. ##
## ----------- ##
conf__.tmp:1808: checking build system type
conf__.tmp:1826: result: x86_64-unknown-linux-gnu
conf__.tmp:1848: checking host system type
conf__.tmp:1863: result: x86_64-unknown-linux-gnu
conf__.tmp:1885: checking target system type
conf__.tmp:1900: result: x86_64-unknown-linux-gnu
conf__.tmp:2049: checking for machine dependent configuration
conf__.tmp:2100: result: config/mh-config-use
conf__.tmp:2199: checking for ranlib
conf__.tmp:2215: found /usr/bin/ranlib
conf__.tmp:2226: result: ranlib
conf__.tmp:2303: checking for gcc
conf__.tmp:2330: result: gcc
conf__.tmp:2568: checking for C compiler version
conf__.tmp:2575: gcc --version >&5
gcc (GCC) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
conf__.tmp:2578: $? = 0
conf__.tmp:2585: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /apps/eiger/src/GCC-4.6.1/gcc-4.6.1/configure --prefix=/apps/eiger/gcc-4.6.1 --enable-libada --enable-shared --with-gnu-as --with-gnu-ld --with-stabs --enable-threads=posix --enable-bootstrap --enable-languages=all,ada
Thread model: posix
gcc version 4.6.1 (GCC)
conf__.tmp:2588: $? = 0
conf__.tmp:2595: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
conf__.tmp:2598: $? = 1
conf__.tmp:2621: checking for C compiler default output file name
conf__.tmp:2648: gcc -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -march=native -ffast-math -O conftest.c >&5
conf__.tmp:2651: $? = 0
conf__.tmp:2689: result: a.out
conf__.tmp:2706: checking whether the C compiler works
conf__.tmp:2716: ./a.out
conf__.tmp:2719: $? = 0
conf__.tmp:2736: result: yes
conf__.tmp:2743: checking whether we are cross compiling
conf__.tmp:2745: result: no
conf__.tmp:2748: checking for suffix of executables
conf__.tmp:2755: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -march=native -ffast-math -O conftest.c >&5
conf__.tmp:2758: $? = 0
conf__.tmp:2782: result:
conf__.tmp:2788: checking for suffix of object files
conf__.tmp:2814: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ conftest.c >&5
conf__.tmp:2817: $? = 0
conf__.tmp:2840: result: o
conf__.tmp:2844: checking whether we are using the GNU C compiler
conf__.tmp:2873: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ conftest.c >&5
conf__.tmp:2879: $? = 0
conf__.tmp:2896: result: yes
conf__.tmp:2901: checking whether gcc accepts -g
conf__.tmp:2931: gcc -c -g conftest.c >&5
conf__.tmp:2937: $? = 0
conf__.tmp:3036: result: yes
conf__.tmp:3053: checking for gcc option to accept ISO C89
conf__.tmp:3127: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ conftest.c >&5
conf__.tmp:3133: $? = 0
conf__.tmp:3156: result: none needed
conf__.tmp:3341: checking for /apps/eiger/netcdf/4.13/mvapich2-1.5.1p1/include/netcdf.inc
conf__.tmp:3357: result: yes
conf__.tmp:3599: checking how to run the C preprocessor
conf__.tmp:3639: gcc -E conftest.c
conf__.tmp:3645: $? = 0
conf__.tmp:3676: gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
conf__.tmp:3682: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
conf__.tmp:3715: result: gcc -E
conf__.tmp:3744: gcc -E conftest.c
conf__.tmp:3750: $? = 0
conf__.tmp:3781: gcc -E conftest.c
conftest.c:8:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
conf__.tmp:3787: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
conf__.tmp:3825: checking for grep that handles long lines and -e
conf__.tmp:3899: result: /usr/bin/grep
conf__.tmp:3904: checking for egrep
conf__.tmp:3982: result: /usr/bin/grep -E
conf__.tmp:3987: checking for ANSI C header files
conf__.tmp:4017: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4023: $? = 0
conf__.tmp:4122: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4125: $? = 0
conf__.tmp:4131: ./conftest
conf__.tmp:4134: $? = 0
conf__.tmp:4151: result: yes
conf__.tmp:4175: checking for sys/types.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for sys/stat.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for stdlib.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for string.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for memory.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for strings.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for inttypes.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for stdint.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4175: checking for unistd.h
conf__.tmp:4196: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4202: $? = 0
conf__.tmp:4218: result: yes
conf__.tmp:4257: checking fcntl.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking fcntl.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for fcntl.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking fortran.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conftest.c:52:21: fatal error: fortran.h: No such file or directory
compilation terminated.
conf__.tmp:4280: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <fortran.h>
conf__.tmp:4294: result: no
conf__.tmp:4298: checking fortran.h presence
conf__.tmp:4313: gcc -E conftest.c
conftest.c:19:21: fatal error: fortran.h: No such file or directory
compilation terminated.
conf__.tmp:4319: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| /* end confdefs.h. */
| #include <fortran.h>
conf__.tmp:4333: result: no
conf__.tmp:4366: checking for fortran.h
conf__.tmp:4374: result: no
conf__.tmp:4257: checking limits.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking limits.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for limits.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking malloc.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking malloc.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for malloc.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking netdb.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking netdb.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for netdb.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking pwd.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking pwd.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for pwd.h
conf__.tmp:4374: result: yes
conf__.tmp:4247: checking for unistd.h
conf__.tmp:4253: result: yes
conf__.tmp:4257: checking execinfo.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking execinfo.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for execinfo.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking ucontext.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking ucontext.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for ucontext.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking sys/param.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking sys/param.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for sys/param.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking sys/time.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking sys/time.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for sys/time.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking sys/unistd.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking sys/unistd.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for sys/unistd.h
conf__.tmp:4374: result: yes
conf__.tmp:4257: checking sys/utsname.h usability
conf__.tmp:4274: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4280: $? = 0
conf__.tmp:4294: result: yes
conf__.tmp:4298: checking sys/utsname.h presence
conf__.tmp:4313: gcc -E conftest.c
conf__.tmp:4319: $? = 0
conf__.tmp:4333: result: yes
conf__.tmp:4366: checking for sys/utsname.h
conf__.tmp:4374: result: yes
conf__.tmp:4388: checking for an ANSI C-conforming const
conf__.tmp:4463: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4469: $? = 0
conf__.tmp:4484: result: yes
conf__.tmp:4494: checking whether time.h and sys/time.h may both be included
conf__.tmp:4524: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4530: $? = 0
conf__.tmp:4545: result: yes
conf__.tmp:4564: checking for getrusage
conf__.tmp:4620: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4626: $? = 0
conf__.tmp:4644: result: yes
conf__.tmp:4564: checking for gettimeofday
conf__.tmp:4620: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4626: $? = 0
conf__.tmp:4644: result: yes
conf__.tmp:4564: checking for sysconf
conf__.tmp:4620: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4626: $? = 0
conf__.tmp:4644: result: yes
conf__.tmp:4564: checking for uname
conf__.tmp:4620: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4626: $? = 0
conf__.tmp:4644: result: yes
conf__.tmp:4564: checking for valloc
conf__.tmp:4620: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c >&5
conf__.tmp:4626: $? = 0
conf__.tmp:4644: result: yes
conf__.tmp:4656: checking whether byte ordering is bigendian
conf__.tmp:4689: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conf__.tmp:4695: $? = 0
conf__.tmp:4727: gcc -c -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI conftest.c >&5
conftest.c: In function 'main':
conftest.c:43:2: error: unknown type name 'not'
conftest.c:43:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
conf__.tmp:4733: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VALLOC 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
conf__.tmp:4873: result: no
conf__.tmp:5004: checking for Fortran compiler version
conf__.tmp:5011: gfortran --version >&5
GNU Fortran (GCC) 4.6.1
Copyright (C) 2011 Free Software Foundation, Inc.
GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
conf__.tmp:5014: $? = 0
conf__.tmp:5021: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /apps/eiger/src/GCC-4.6.1/gcc-4.6.1/configure --prefix=/apps/eiger/gcc-4.6.1 --enable-libada --enable-shared --with-gnu-as --with-gnu-ld --with-stabs --enable-threads=posix --enable-bootstrap --enable-languages=all,ada
Thread model: posix
gcc version 4.6.1 (GCC)
conf__.tmp:5024: $? = 0
conf__.tmp:5031: gfortran -V >&5
gfortran: error: unrecognized option '-V'
gfortran: fatal error: no input files
compilation terminated.
conf__.tmp:5034: $? = 1
conf__.tmp:5042: checking whether we are using the GNU Fortran compiler
conf__.tmp:5061: gfortran -c conftest.F >&5
conf__.tmp:5067: $? = 0
conf__.tmp:5084: result: yes
conf__.tmp:5090: checking whether gfortran accepts -g
conf__.tmp:5107: gfortran -c -g conftest.f >&5
conf__.tmp:5113: $? = 0
conf__.tmp:5129: result: yes
conf__.tmp:5158: checking how to get verbose linking output from gfortran
conf__.tmp:5174: gfortran -c -g -O2 conftest.f >&5
conf__.tmp:5180: $? = 0
conf__.tmp:5202: gfortran -o conftest -g -O2 -v -march=native -ffast-math -O conftest.f
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /apps/eiger/src/GCC-4.6.1/gcc-4.6.1/configure --prefix=/apps/eiger/gcc-4.6.1 --enable-libada --enable-shared --with-gnu-as --with-gnu-ld --with-stabs --enable-threads=posix --enable-bootstrap --enable-languages=all,ada
Thread model: posix
gcc version 4.6.1 (GCC)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/f951 conftest.f -ffixed-form -march=amdfam10 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mpopcnt -mabm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -mno-sse4.2 -mno-sse4.1 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -quiet -dumpbase conftest.f -auxbase conftest -g -O2 -O -version -ffast-math -fintrinsic-modules-path /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/finclude -o /tmp/ccbxYBal.s
GNU Fortran (GCC) version 4.6.1 (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.6.1, GMP version 4.2.3, MPFR version 2.3.2, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.6.1 (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.6.1, GMP version 4.2.3, MPFR version 2.3.2, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
as -v --64 -o /tmp/ccNYFotL.o /tmp/ccbxYBal.s
GNU assembler version 2.20.0 (x86_64-suse-linux) using BFD version (GNU Binutils; SUSE Linux Enterprise 11) 2.20.0.20100122-0.7.9
Reading specs from /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
COMPILER_PATH=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtbegin.o -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. /tmp/ccNYFotL.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtfastmath.o /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtend.o /usr/lib/../lib64/crtn.o
conf__.tmp:5268: result: -v
conf__.tmp:5270: checking for Fortran libraries of gfortran
conf__.tmp:5293: gfortran -o conftest -g -O2 -v -march=native -ffast-math -O conftest.f
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: /apps/eiger/src/GCC-4.6.1/gcc-4.6.1/configure --prefix=/apps/eiger/gcc-4.6.1 --enable-libada --enable-shared --with-gnu-as --with-gnu-ld --with-stabs --enable-threads=posix --enable-bootstrap --enable-languages=all,ada
Thread model: posix
gcc version 4.6.1 (GCC)
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/f951 conftest.f -ffixed-form -march=amdfam10 -mcx16 -msahf -mno-movbe -mno-aes -mno-pclmul -mpopcnt -mabm -mno-lwp -mno-fma -mno-fma4 -mno-xop -mno-bmi -mno-tbm -mno-avx -mno-sse4.2 -mno-sse4.1 --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -mtune=amdfam10 -quiet -dumpbase conftest.f -auxbase conftest -g -O2 -O -version -ffast-math -fintrinsic-modules-path /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/finclude -o /tmp/ccidxWut.s
GNU Fortran (GCC) version 4.6.1 (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.6.1, GMP version 4.2.3, MPFR version 2.3.2, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
GNU Fortran (GCC) version 4.6.1 (x86_64-unknown-linux-gnu)
compiled by GNU C version 4.6.1, GMP version 4.2.3, MPFR version 2.3.2, MPC version 0.8
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
as -v --64 -o /tmp/ccNSRpaU.o /tmp/ccidxWut.s
GNU assembler version 2.20.0 (x86_64-suse-linux) using BFD version (GNU Binutils; SUSE Linux Enterprise 11) 2.20.0.20100122-0.7.9
Reading specs from /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64/libgfortran.spec
rename spec lib to liborig
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
COMPILER_PATH=/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/
LIBRARY_PATH=/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-o' 'conftest' '-g' '-O2' '-v' '-march=native' '-ffast-math' '-O' '-shared-libgcc'
/apps/eiger/gcc-4.6.1/libexec/gcc/x86_64-unknown-linux-gnu/4.6.1/collect2 --eh-frame-hdr -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/../lib64/crt1.o /usr/lib/../lib64/crti.o /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtbegin.o -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. /tmp/ccNSRpaU.o -lgfortran -lm -lgcc_s -lgcc -lquadmath -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtfastmath.o /apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/crtend.o /usr/lib/../lib64/crtn.o
conf__.tmp:5467: result: -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath
conf__.tmp:5483: checking for dummy main to link with Fortran libraries
conf__.tmp:5527: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath >&5
conf__.tmp:5533: $? = 0
conf__.tmp:5614: result: none
conf__.tmp:5651: checking for Fortran name-mangling scheme
conf__.tmp:5670: gfortran -c -g -O2 conftest.f >&5
conf__.tmp:5676: $? = 0
conf__.tmp:5731: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c cfortran_test.o -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath >&5
/tmp/cc3Ht3e9.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `foobar'
collect2: ld returned 1 exit status
conf__.tmp:5737: $? = 1
conf__.tmp: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "icon"
| #define PACKAGE_TARNAME "icon-1.2.1"
| #define PACKAGE_VERSION "1.2.1"
| #define PACKAGE_STRING "icon 1.2.1"
| #define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_PWD_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_UCONTEXT_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_SYSCONF 1
| #define HAVE_UNAME 1
| #define HAVE_VALLOC 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char foobar ();
| #ifdef FC_DUMMY_MAIN
| #ifndef FC_DUMMY_MAIN_EQ_F77
| # ifdef __cplusplus
| extern "C"
| # endif
| int FC_DUMMY_MAIN() { return 1; }
| #endif
| #endif
| int
| main ()
| {
| return foobar ();
| ;
| return 0;
| }
conf__.tmp:5731: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c cfortran_test.o -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath >&5
conf__.tmp:5737: $? = 0
conf__.tmp:5816: gcc -o conftest -march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI -march=native -ffast-math -O conftest.c cfortran_test.o -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath >&5
conf__.tmp:5822: $? = 0
conf__.tmp:5879: result: lower case, underscore, no extra underscore
conf__.tmp:6255: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by icon config.status 1.2.1, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on eiger160
config.status:645: creating Makefile
config.status:645: creating config/config.h
config.status:878: config/config.h is unchanged
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=gfortran
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-march=native -ffast-math -O'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_fc_compiler_gnu=yes
ac_cv_fc_dummy_main=none
ac_cv_fc_libs=' -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath'
ac_cv_fc_mangling='lower case, underscore, no extra underscore'
ac_cv_file__apps_eiger_netcdf_4_13_mvapich2_1_5_1p1_include_netcdf_inc=yes
ac_cv_fortran_dummy_main=none
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_sysconf=yes
ac_cv_func_uname=yes
ac_cv_func_valloc=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fortran_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_time=yes
ac_cv_header_ucontext_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_fc_v=-v
ac_cv_target=x86_64-unknown-linux-gnu
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
ARCH='x86_64'
ARFLAGS='crv'
AS='as'
CC='gcc'
CFLAGS='-march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI'
CPP='gcc -E'
CPPFLAGS=''
DEFS='-DHAVE_CONFIG_H'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
F77FLAGS='-march=native -ffast-math'
FC='gfortran'
FCFLAGS='-g -O2'
FCLIBS=' -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/apps/eiger/gcc-4.6.1/lib/gcc/x86_64-unknown-linux-gnu/4.6.1/../../.. -lgfortran -lm -lquadmath'
FFLAGS='-I../module -march=native -O -ffast-math -xf95-cpp-input -std=f2003 -fmodule-private -fimplicit-none -fmax-identifier-length=31 -ffree-line-length-99 -Wall -Wcharacter-truncation -Wconversion -Wunderflow -Wunused-parameter -fbacktrace -fbounds-check -finit-real=nan -D__LOOP_EXCHANGE -D__ICON_TESTBED_BASE__ -D__ICON__ -D__ICON_TESTBED__ -DNOMPI'
GREP='/usr/bin/grep'
HDF5ROOT=''
HDF5_INCLUDE=''
HDF5_LIB=''
HOST='eiger160'
LAPACKROOT=''
LAPACK_LIB=''
LDFLAGS='-march=native -ffast-math -O'
LIB='-L../lib -lsupport'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MODDIR='-J../module'
MPIROOT=''
MPI_INCLUDE=''
MPI_LIB=''
NETCDFLIBPATH='/apps/eiger/netcdf/4.13/mvapich2-1.5.1p1/lib'
NETCDFROOT='/apps/eiger/netcdf/4.13/mvapich2-1.5.1p1'
NETCDF_INCLUDE='-I$(NETCDFROOT)/include'
NETCDF_LIB='-L$(NETCDFLIBPATH) -lnetcdff -lnetcdf'
OBJDIRS=' build/x86_64-unknown-linux-gnu/support build/x86_64-unknown-linux-gnu/src'
OBJEXT='o'
OS='linux-gnu'
PACKAGE_BUGREPORT='luis.kornblueh@zmaw.de'
PACKAGE_NAME='icon'
PACKAGE_STRING='icon 1.2.1'
PACKAGE_TARNAME='icon-1.2.1'
PACKAGE_VERSION='1.2.1'
PATH_SEPARATOR=':'
PROFILE_INCLUDE=''
PROFILE_LIB=''
RANLIB='ranlib'
SHELL='/bin/sh'
SITE='cscs.ch'
SRCDIRS=' support src'
SZIPROOT=''
SZIP_INCLUDE=''
SZIP_LIB=''
ZLIBROOT=''
ZLIB_INCLUDE=''
ZLIB_LIB=''
ac_ct_CC='gcc'
ac_ct_FC=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='build/x86_64-unknown-linux-gnu'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='.'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "icon"
#define PACKAGE_TARNAME "icon-1.2.1"
#define PACKAGE_VERSION "1.2.1"
#define PACKAGE_STRING "icon 1.2.1"
#define PACKAGE_BUGREPORT "luis.kornblueh@zmaw.de"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FCNTL_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_NETDB_H 1
#define HAVE_PWD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_UCONTEXT_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UNISTD_H 1
#define HAVE_SYS_UTSNAME_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_SYSCONF 1
#define HAVE_UNAME 1
#define HAVE_VALLOC 1
#define FC_FUNC(name,NAME) name ## _
#define FC_FUNC_(name,NAME) name ## _
conf__.tmp: exit 0
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=
ac_cv_env_FC_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_target=x86_64-unknown-linux-gnu
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR=''
ARCH=''
ARFLAGS=''
AS=''
CC='gcc'
CFLAGS='-march=native -O -DpgiFortran -DHAVE_LIBNETCDF -DHAVE_CF_INTERFACE'
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
F77='gfortran'
F77FLAGS='-march=native -ffast-math'
FC='gfortran'
FCFLAGS=''
FCLIBS=''
FFLAGS='-march=native -O -ffast-math -xf95-cpp-input -std=f2003 -fmodule-private -fimplicit-none -fmax-identifier-length=31 -ffree-line-length-99 -Wall -Wcharacter-truncation -Wconversion -Wunderflow -Wunused-parameter -fbacktrace -fbounds-check -finit-real=nan -D__LOOP_EXCHANGE'
GREP=''
HDF5ROOT=''
HDF5_INCLUDE=''
HDF5_LIB=''
HOST='eiger160'
LAPACKROOT=''
LAPACK_LIB=''
LDFLAGS='-march=native -ffast-math -O'
LIB=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MODDIR='-J'
MPIROOT=''
MPI_INCLUDE=''
MPI_LIB=''
NETCDFLIBPATH=''
NETCDFROOT='/apps/eiger/netcdf/4.13/mvapich2-1.5.1p1'
NETCDF_INCLUDE=''
NETCDF_LIB=''
OBJDIRS=''
OBJEXT=''
OS=''
PACKAGE_BUGREPORT='luis.kornblueh@zmaw.de'
PACKAGE_NAME='icon'
PACKAGE_STRING='icon 1.2.1'
PACKAGE_TARNAME='icon-1.2.1'
PACKAGE_VERSION='1.2.1'
PATH_SEPARATOR=':'
PROFILE_INCLUDE=''
PROFILE_LIB=''
RANLIB=''
SHELL='/bin/sh'
SITE=''
SRCDIRS=''
SZIPROOT=''
SZIP_INCLUDE=''
SZIP_LIB=''
ZLIBROOT=''
ZLIB_INCLUDE=''
ZLIB_LIB=''
ac_ct_CC=''