Ticket #70234: config.log

File config.log, 49.6 KB (added by cooljeanius (Eric Gallager), 3 months ago)

config.log for hdfeos

Line 
1This file contains any messages produced by compilers while
2running configure, to aid debugging if configure makes a mistake.
3
4It was created by hdf-eos2 configure 3.0, which was
5generated by GNU Autoconf 2.69.  Invocation command line was
6
7  $ ./configure --prefix=/opt/local --with-hdf4=/opt/local --with-jpeg=/opt/local --with-zlib=/opt/local --enable-shared --disable-dependency-tracking --with-szlib=/opt/local
8
9## --------- ##
10## Platform. ##
11## --------- ##
12
13hostname = Local-Admins-MacBook-Pro.local
14uname -m = x86_64
15uname -r = 20.6.0
16uname -s = Darwin
17uname -v = Darwin Kernel Version 20.6.0: Thu Jul  6 22:12:47 PDT 2023; root:xnu-7195.141.49.702.12~1/RELEASE_X86_64
18
19/usr/bin/uname -p = i386
20/bin/uname -X     = unknown
21
22/bin/arch              = unknown
23/usr/bin/arch -k       = unknown
24/usr/convex/getsysinfo = unknown
25/usr/bin/hostinfo      = Mach kernel version:
26         Darwin Kernel Version 20.6.0: Thu Jul  6 22:12:47 PDT 2023; root:xnu-7195.141.49.702.12~1/RELEASE_X86_64
27Kernel configured for up to 16 processors.
288 processors are physically available.
2916 processors are logically available.
30Processor type: x86_64h (Intel x86-64h Haswell)
31Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
32Primary memory available: 16.00 gigabytes
33Default processor set: 569 tasks, 2837 threads, 16 processors
34Load average: 26.80, Mach factor: 0.63
35/bin/machine           = unknown
36/usr/bin/oslevel       = unknown
37/bin/universe          = unknown
38
39PATH: /opt/local/bin
40PATH: /opt/local/sbin
41PATH: /bin
42PATH: /sbin
43PATH: /usr/bin
44PATH: /usr/sbin
45
46
47## ----------- ##
48## Core tests. ##
49## ----------- ##
50
51configure:2630: checking for a BSD-compatible install
52configure:2698: result: /usr/bin/install -c
53configure:2709: checking whether build environment is sane
54configure:2764: result: yes
55configure:2915: checking for a thread-safe mkdir -p
56configure:2954: result: /opt/local/bin/gmkdir -p
57configure:2961: checking for gawk
58configure:2977: found /opt/local/bin/gawk
59configure:2988: result: gawk
60configure:2999: checking whether make sets $(MAKE)
61configure:3021: result: yes
62configure:3050: checking whether make supports nested variables
63configure:3067: result: yes
64configure:3152: checking whether to enable maintainer-specific portions of Makefiles
65configure:3161: result: no
66configure:3210: checking build system type
67configure:3224: result: i386-apple-darwin20.6.0
68configure:3244: checking host system type
69configure:3257: result: i386-apple-darwin20.6.0
70configure:3298: checking how to print strings
71configure:3325: result: printf
72configure:3358: checking for style of include used by make
73configure:3386: result: GNU
74configure:3457: checking for gcc
75configure:3484: result: /opt/local/bin/h4cc
76configure:3713: checking for C compiler version
77configure:3722: /opt/local/bin/h4cc --version >&5
78Apple clang version 13.0.0 (clang-1300.0.29.30)
79Target: x86_64-apple-darwin20.6.0
80Thread model: posix
81InstalledDir: /Library/Developer/CommandLineTools/usr/bin
82configure:3733: $? = 0
83configure:3722: /opt/local/bin/h4cc -v >&5
84Apple clang version 13.0.0 (clang-1300.0.29.30)
85Target: x86_64-apple-darwin20.6.0
86Thread model: posix
87InstalledDir: /Library/Developer/CommandLineTools/usr/bin
88ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
89Undefined symbols for architecture x86_64:
90  "_main", referenced from:
91     implicit entry/start for main executable
92ld: symbol(s) not found for architecture x86_64
93clang: error: linker command failed with exit code 1 (use -v to see invocation)
94... rest of stderr output deleted ...
95configure:3733: $? = 1
96configure:3722: /opt/local/bin/h4cc -V >&5
97clang: error: unsupported option '-V -L/opt/local/lib'
98configure:3733: $? = 1
99configure:3722: /opt/local/bin/h4cc -qversion >&5
100clang: error: unknown argument '-qversion'; did you mean '--version'?
101configure:3733: $? = 1
102configure:3753: checking whether the C compiler works
103configure:3775: /opt/local/bin/h4cc -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
104clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
105clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
106clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
107ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
108configure:3779: $? = 0
109configure:3827: result: yes
110configure:3830: checking for C compiler default output file name
111configure:3832: result: a.out
112configure:3838: checking for suffix of executables
113configure:3845: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
114clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
115clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
116clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
117ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
118configure:3849: $? = 0
119configure:3871: result:
120configure:3893: checking whether we are cross compiling
121configure:3901: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
122clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
123clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
124clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
125ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
126configure:3905: $? = 0
127configure:3912: ./conftest
128configure:3916: $? = 0
129configure:3931: result: no
130configure:3936: checking for suffix of object files
131configure:3958: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
132configure:3962: $? = 0
133configure:3983: result: o
134configure:3987: checking whether we are using the GNU C compiler
135configure:4006: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
136configure:4006: $? = 0
137configure:4015: result: yes
138configure:4024: checking whether /opt/local/bin/h4cc accepts -g
139configure:4044: /opt/local/bin/h4cc -c -g -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
140configure:4044: $? = 0
141configure:4085: result: yes
142configure:4102: checking for /opt/local/bin/h4cc option to accept ISO C89
143configure:4165: /opt/local/bin/h4cc  -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
144configure:4165: $? = 0
145configure:4178: result: none needed
146configure:4200: checking dependency style of /opt/local/bin/h4cc
147configure:4311: result: none
148configure:4326: checking for a sed that does not truncate output
149configure:4390: result: /opt/local/bin/gsed
150configure:4408: checking for grep that handles long lines and -e
151configure:4466: result: /opt/local/bin/ggrep
152configure:4471: checking for egrep
153configure:4533: result: /opt/local/bin/ggrep -E
154configure:4538: checking for fgrep
155configure:4600: result: /opt/local/bin/ggrep -F
156configure:4635: checking for ld used by /opt/local/bin/h4cc
157configure:4702: result: /Library/Developer/CommandLineTools/usr/bin/ld
158configure:4709: checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld
159configure:4724: result: no
160configure:4736: checking for BSD- or MS-compatible name lister (nm)
161configure:4785: result: /opt/local/bin/nm -B
162configure:4915: checking the name lister (/opt/local/bin/nm -B) interface
163configure:4922: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
164configure:4925: /opt/local/bin/nm -B "conftest.o"
165configure:4928: output
1660000000000000000 S _some_variable
167configure:4935: result: BSD nm
168configure:4938: checking whether ln -s works
169configure:4942: result: yes
170configure:4950: checking the maximum length of command line arguments
171configure:5080: result: 786432
172configure:5097: checking whether the shell understands some XSI constructs
173configure:5107: result: yes
174configure:5111: checking whether the shell understands "+="
175configure:5117: result: yes
176configure:5152: checking how to convert i386-apple-darwin20.6.0 file names to i386-apple-darwin20.6.0 format
177configure:5192: result: func_convert_file_noop
178configure:5199: checking how to convert i386-apple-darwin20.6.0 file names to toolchain format
179configure:5219: result: func_convert_file_noop
180configure:5226: checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files
181configure:5233: result: -r
182configure:5307: checking for objdump
183configure:5323: found /opt/local/bin/objdump
184configure:5334: result: objdump
185configure:5366: checking how to recognize dependent libraries
186configure:5568: result: pass_all
187configure:5653: checking for dlltool
188configure:5683: result: no
189configure:5713: checking how to associate runtime and link libraries
190configure:5740: result: printf %s\n
191configure:5801: checking for ar
192configure:5817: found /opt/local/bin/ar
193configure:5828: result: ar
194configure:5865: checking for archiver @FILE support
195configure:5882: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
196configure:5882: $? = 0
197configure:5885: ar cru libconftest.a @conftest.lst >&5
198ar: @conftest.lst: No such file or directory
199configure:5888: $? = 1
200configure:5908: result: no
201configure:5966: checking for strip
202configure:5982: found /opt/local/bin/strip
203configure:5993: result: strip
204configure:6065: checking for ranlib
205configure:6081: found /opt/local/bin/ranlib
206configure:6092: result: ranlib
207configure:6194: checking command to parse /opt/local/bin/nm -B output from /opt/local/bin/h4cc object
208configure:6314: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
209configure:6317: $? = 0
210configure:6321: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
211configure:6324: $? = 0
212cannot find nm_test_var in conftest.nm
213configure:6314: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
214configure:6317: $? = 0
215configure:6321: /opt/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
216configure:6324: $? = 0
217configure:6390: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c conftstm.o >&5
218clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
219clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
220clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
221ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
222configure:6393: $? = 0
223configure:6431: result: ok
224configure:6468: checking for sysroot
225configure:6498: result: no
226configure:6754: checking for mt
227configure:6784: result: no
228configure:6804: checking if : is a manifest tool
229configure:6810: : '-?'
230configure:6818: result: no
231configure:6874: checking for dsymutil
232configure:6890: found /usr/bin/dsymutil
233configure:6901: result: dsymutil
234configure:6966: checking for nmedit
235configure:6982: found /usr/bin/nmedit
236configure:6993: result: nmedit
237configure:7058: checking for lipo
238configure:7074: found /opt/local/bin/lipo
239configure:7085: result: lipo
240configure:7150: checking for otool
241configure:7166: found /opt/local/bin/otool
242configure:7177: result: otool
243configure:7242: checking for otool64
244configure:7272: result: no
245configure:7317: checking for -single_module linker flag
246/opt/local/bin/h4cc -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c
247clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
248clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
249clang: warning: -Wl,-single_module: 'linker' input unused [-Wunused-command-line-argument]
250clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
251clang: warning: argument unused during compilation: '-dynamiclib' [-Wunused-command-line-argument]
252ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
253configure:7350: result: no
254configure:7353: checking for -exported_symbols_list linker flag
255configure:7373: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c  >&5
256clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
257clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
258clang: warning: -Wl,-exported_symbols_list,conftest.sym: 'linker' input unused [-Wunused-command-line-argument]
259clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
260ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
261configure:7373: $? = 0
262configure:7383: result: yes
263configure:7386: checking for -force_load linker flag
264/opt/local/bin/h4cc -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -c -o conftest.o conftest.c
265ar cru libconftest.a conftest.o
266ranlib libconftest.a
267/opt/local/bin/h4cc -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -o conftest conftest.c -Wl,-force_load,./libconftest.a
268clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
269clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
270clang: warning: -Wl,-force_load,./libconftest.a: 'linker' input unused [-Wunused-command-line-argument]
271clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
272ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
273configure:7418: result: no
274configure:7460: checking how to run the C preprocessor
275configure:7491: /opt/local/bin/h4cc -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
276configure:7491: $? = 0
277configure:7505: /opt/local/bin/h4cc -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
278conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
279#include <ac_nonexistent.h>
280         ^~~~~~~~~~~~~~~~~~
2811 error generated.
282configure:7505: $? = 1
283configure: failed program was:
284| /* confdefs.h */
285| #define PACKAGE_NAME "hdf-eos2"
286| #define PACKAGE_TARNAME "hdf-eos2"
287| #define PACKAGE_VERSION "3.0"
288| #define PACKAGE_STRING "hdf-eos2 3.0"
289| #define PACKAGE_BUGREPORT "null@bogus.email"
290| #define PACKAGE_URL ""
291| #define PACKAGE "hdf-eos2"
292| #define VERSION "3.0"
293| /* end confdefs.h.  */
294| #include <ac_nonexistent.h>
295configure:7530: result: /opt/local/bin/h4cc -E
296configure:7550: /opt/local/bin/h4cc -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
297configure:7550: $? = 0
298configure:7564: /opt/local/bin/h4cc -E -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c
299conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found
300#include <ac_nonexistent.h>
301         ^~~~~~~~~~~~~~~~~~
3021 error generated.
303configure:7564: $? = 1
304configure: failed program was:
305| /* confdefs.h */
306| #define PACKAGE_NAME "hdf-eos2"
307| #define PACKAGE_TARNAME "hdf-eos2"
308| #define PACKAGE_VERSION "3.0"
309| #define PACKAGE_STRING "hdf-eos2 3.0"
310| #define PACKAGE_BUGREPORT "null@bogus.email"
311| #define PACKAGE_URL ""
312| #define PACKAGE "hdf-eos2"
313| #define VERSION "3.0"
314| /* end confdefs.h.  */
315| #include <ac_nonexistent.h>
316configure:7593: checking for ANSI C header files
317configure:7613: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
318configure:7613: $? = 0
319configure:7686: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c  >&5
320clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
321clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
322clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
323ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
324configure:7686: $? = 0
325configure:7686: ./conftest
326configure:7686: $? = 0
327configure:7697: result: yes
328configure:7710: checking for sys/types.h
329configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
330configure:7710: $? = 0
331configure:7710: result: yes
332configure:7710: checking for sys/stat.h
333configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
334configure:7710: $? = 0
335configure:7710: result: yes
336configure:7710: checking for stdlib.h
337configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
338configure:7710: $? = 0
339configure:7710: result: yes
340configure:7710: checking for string.h
341configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
342configure:7710: $? = 0
343configure:7710: result: yes
344configure:7710: checking for memory.h
345configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
346configure:7710: $? = 0
347configure:7710: result: yes
348configure:7710: checking for strings.h
349configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
350configure:7710: $? = 0
351configure:7710: result: yes
352configure:7710: checking for inttypes.h
353configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
354configure:7710: $? = 0
355configure:7710: result: yes
356configure:7710: checking for stdint.h
357configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
358configure:7710: $? = 0
359configure:7710: result: yes
360configure:7710: checking for unistd.h
361configure:7710: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
362configure:7710: $? = 0
363configure:7710: result: yes
364configure:7724: checking for dlfcn.h
365configure:7724: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk conftest.c >&5
366configure:7724: $? = 0
367configure:7724: result: yes
368configure:7929: checking for objdir
369configure:7944: result: .libs
370configure:8215: checking if /opt/local/bin/h4cc supports -fno-rtti -fno-exceptions
371configure:8233: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -fno-rtti -fno-exceptions conftest.c >&5
372configure:8237: $? = 0
373configure:8250: result: yes
374configure:8577: checking for /opt/local/bin/h4cc option to produce PIC
375configure:8584: result: -fno-common -DPIC
376configure:8592: checking if /opt/local/bin/h4cc PIC flag -fno-common -DPIC works
377configure:8610: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -fno-common -DPIC -DPIC conftest.c >&5
378configure:8614: $? = 0
379configure:8627: result: yes
380configure:8656: checking if /opt/local/bin/h4cc static flag -static works
381configure:8684: result: no
382configure:8699: checking if /opt/local/bin/h4cc supports -c -o file.o
383configure:8720: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -o out/conftest2.o conftest.c >&5
384configure:8724: $? = 0
385configure:8746: result: yes
386configure:8754: checking if /opt/local/bin/h4cc supports -c -o file.o
387configure:8801: result: yes
388configure:8834: checking whether the /opt/local/bin/h4cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
389configure:9987: result: yes
390configure:10227: checking dynamic linker characteristics
391configure:10964: result: darwin20.6.0 dyld
392configure:11071: checking how to hardcode library paths into programs
393configure:11096: result: immediate
394configure:11636: checking whether stripping libraries is possible
395configure:11650: result: yes
396configure:11676: checking if libtool supports shared libraries
397configure:11678: result: yes
398configure:11681: checking whether to build shared libraries
399configure:11702: result: yes
400configure:11705: checking whether to build static libraries
401configure:11709: result: yes
402configure:11813: checking for ceil in -lm
403configure:11838: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lm   >&5
404clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
405clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
406clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
407conftest.c:30:6: warning: incompatible redeclaration of library function 'ceil' [-Wincompatible-library-redeclaration]
408char ceil ();
409     ^
410conftest.c:30:6: note: 'ceil' is a builtin with type 'double (double)'
4111 warning generated.
412ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
413configure:11838: $? = 0
414configure:11847: result: yes
415configure:11870: checking size of long
416configure:11875: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lm  >&5
417clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
418clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
419clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
420ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
421configure:11875: $? = 0
422configure:11875: ./conftest
423configure:11875: $? = 0
424configure:11889: result: 8
425configure:11906: checking whether byte ordering is bigendian
426configure:11921: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 conftest.c >&5
427configure:11921: $? = 0
428configure:11966: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 conftest.c >&5
429configure:11966: $? = 0
430configure:11984: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 conftest.c >&5
431conftest.c:32:4: error: use of undeclared identifier 'not'
432                 not big endian
433                 ^
4341 error generated.
435configure:11984: $? = 1
436configure: failed program was:
437| /* confdefs.h */
438| #define PACKAGE_NAME "hdf-eos2"
439| #define PACKAGE_TARNAME "hdf-eos2"
440| #define PACKAGE_VERSION "3.0"
441| #define PACKAGE_STRING "hdf-eos2 3.0"
442| #define PACKAGE_BUGREPORT "null@bogus.email"
443| #define PACKAGE_URL ""
444| #define PACKAGE "hdf-eos2"
445| #define VERSION "3.0"
446| #define STDC_HEADERS 1
447| #define HAVE_SYS_TYPES_H 1
448| #define HAVE_SYS_STAT_H 1
449| #define HAVE_STDLIB_H 1
450| #define HAVE_STRING_H 1
451| #define HAVE_MEMORY_H 1
452| #define HAVE_STRINGS_H 1
453| #define HAVE_INTTYPES_H 1
454| #define HAVE_STDINT_H 1
455| #define HAVE_UNISTD_H 1
456| #define HAVE_DLFCN_H 1
457| #define LT_OBJDIR ".libs/"
458| #define HAVE_LIBM 1
459| #define SIZEOF_LONG 8
460| /* end confdefs.h.  */
461| #include <sys/types.h>
462|               #include <sys/param.h>
463|
464| int
465| main ()
466| {
467| #if BYTE_ORDER != BIG_ENDIAN
468|                not big endian
469|               #endif
470|
471|   ;
472|   return 0;
473| }
474configure:12112: result: no
475configure:12449: checking for jpeg_set_defaults in -ljpeg
476configure:12474: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 -L/opt/local -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -ljpeg  -lm  >&5
477clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
478clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
479clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
480clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
481ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
482configure:12474: $? = 0
483configure:12483: result: yes
484configure:12826: checking for compress2 in -lz
485configure:12851: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 -L/opt/local -L/opt/local -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lz  -ljpeg -lm  >&5
486clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
487clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
488clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
489clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
490clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
491ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
492configure:12851: $? = 0
493configure:12860: result: yes
494configure:12949: checking for g77
495configure:12979: result: no
496configure:12949: checking for xlf
497configure:12979: result: no
498configure:12949: checking for f77
499configure:12979: result: no
500configure:12949: checking for frt
501configure:12979: result: no
502configure:12949: checking for pgf77
503configure:12979: result: no
504configure:12949: checking for cf77
505configure:12979: result: no
506configure:12949: checking for fort77
507configure:12979: result: no
508configure:12949: checking for fl32
509configure:12979: result: no
510configure:12949: checking for af77
511configure:12979: result: no
512configure:12949: checking for xlf90
513configure:12979: result: no
514configure:12949: checking for f90
515configure:12979: result: no
516configure:12949: checking for pgf90
517configure:12979: result: no
518configure:12949: checking for pghpf
519configure:12979: result: no
520configure:12949: checking for epcf90
521configure:12979: result: no
522configure:12949: checking for gfortran
523configure:12965: found /opt/local/bin/gfortran
524configure:12976: result: gfortran
525configure:13002: checking for Fortran 77 compiler version
526configure:13011: gfortran --version >&5
527GNU Fortran (MacPorts gcc13 13.2.0_4+stdlib_flag) 13.2.0
528Copyright (C) 2023 Free Software Foundation, Inc.
529This is free software; see the source for copying conditions.  There is NO
530warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
531
532configure:13022: $? = 0
533configure:13011: gfortran -v >&5
534Using built-in specs.
535COLLECT_GCC=gfortran
536COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/x86_64-apple-darwin20/13.2.0/lto-wrapper
537Target: x86_64-apple-darwin20
538Configured with: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_gcc13/gcc13/work/gcc-13.2.0/configure --prefix=/opt/local --build=x86_64-apple-darwin20 --enable-languages=c,c++,objc,obj-c++,lto,fortran,jit --libdir=/opt/local/lib/gcc13 --includedir=/opt/local/include/gcc13 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-13 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-13 --with-gxx-include-dir=/opt/local/include/gcc13/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --with-zstd=/opt/local --enable-checking=release --disable-multilib --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --enable-host-shared --with-darwin-extra-rpath=/opt/local/lib/libgcc --with-libiconv-prefix=/opt/local --disable-tls --with-gxx-libcxx-include-dir=/opt/local/libexec/gcc13/libc++/include/c++/v1 --with-pkgversion='MacPorts gcc13 13.2.0_4+stdlib_flag' --with-sysroot=/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk
539Thread model: posix
540Supported LTO compression algorithms: zlib zstd
541gcc version 13.2.0 (MacPorts gcc13 13.2.0_4+stdlib_flag)
542configure:13022: $? = 0
543configure:13011: gfortran -V >&5
544gfortran: error: unrecognized command-line option '-V'
545gfortran: fatal error: no input files
546compilation terminated.
547configure:13022: $? = 1
548configure:13011: gfortran -qversion >&5
549gfortran: error: unrecognized command-line option '-qversion'; did you mean '--version'?
550gfortran: fatal error: no input files
551compilation terminated.
552configure:13022: $? = 1
553configure:13031: checking whether we are using the GNU Fortran 77 compiler
554configure:13044: gfortran -c -pipe -Os -m64 conftest.F >&5
555configure:13044: $? = 0
556configure:13053: result: yes
557configure:13059: checking whether gfortran accepts -g
558configure:13070: gfortran -c -g conftest.f >&5
559configure:13070: $? = 0
560configure:13078: result: yes
561configure:13214: checking if libtool supports shared libraries
562configure:13216: result: yes
563configure:13219: checking whether to build shared libraries
564configure:13239: result: yes
565configure:13242: checking whether to build static libraries
566configure:13246: result: yes
567configure:13567: checking for gfortran option to produce PIC
568configure:13574: result: -fno-common
569configure:13582: checking if gfortran PIC flag -fno-common works
570configure:13600: gfortran -c -pipe -Os -m64 -fno-common conftest.f >&5
571configure:13604: $? = 0
572configure:13617: result: yes
573configure:13640: checking if gfortran static flag -static works
574configure:13668: result: no
575configure:13680: checking if gfortran supports -c -o file.o
576configure:13701: gfortran -c -pipe -Os -m64 -o out/conftest2.o conftest.f >&5
577configure:13705: $? = 0
578configure:13727: result: yes
579configure:13732: checking if gfortran supports -c -o file.o
580configure:13779: result: yes
581configure:13809: checking whether the gfortran linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries
582configure:14912: result: yes
583configure:15053: checking dynamic linker characteristics
584configure:15718: result: darwin20.6.0 dyld
585configure:15771: checking how to hardcode library paths into programs
586configure:15796: result: immediate
587configure:17624: checking szlib.h usability
588configure:17624: /opt/local/bin/h4cc -c -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 conftest.c >&5
589configure:17624: $? = 0
590configure:17624: result: yes
591configure:17624: checking szlib.h presence
592configure:17624: /opt/local/bin/h4cc -E -I/opt/local/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 conftest.c
593configure:17624: $? = 0
594configure:17624: result: yes
595configure:17624: checking for szlib.h
596configure:17624: result: yes
597configure:17638: checking for SZ_BufftoBuffCompress in -lsz
598configure:17671: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 -L/opt/local/lib -L/opt/local -L/opt/local -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lsz  -lz -ljpeg -lm  >&5
599clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
600clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
601clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
602clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
603clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
604clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
605ld: warning: dylib (/opt/local/lib/libsz.dylib) was built for newer macOS version (11.2) than being linked (11.0)
606configure:17671: $? = 0
607configure:17680: result: yes
608configure:17710: checking if szlib is functional
609configure:17731: /opt/local/bin/h4cc -o conftest -pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 -I/opt/local/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8 -L/opt/local/lib -L/opt/local -L/opt/local -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64 conftest.c -lsz -lz -ljpeg -lm  >&5
610clang: warning: -Wl,-headerpad_max_install_names: 'linker' input unused [-Wunused-command-line-argument]
611clang: warning: -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk: 'linker' input unused [-Wunused-command-line-argument]
612clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
613clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
614clang: warning: argument unused during compilation: '-L/opt/local' [-Wunused-command-line-argument]
615clang: warning: argument unused during compilation: '-L/opt/local/lib' [-Wunused-command-line-argument]
616conftest.c:36:21: error: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Werror,-Wimplicit-function-declaration]
617                    exit(0);
618                    ^
619conftest.c:36:21: note: include the header <stdlib.h> or explicitly provide a declaration for 'exit'
6201 error generated.
621configure:17731: $? = 1
622configure: program exited with status 1
623configure: failed program was:
624| /* confdefs.h */
625| #define PACKAGE_NAME "hdf-eos2"
626| #define PACKAGE_TARNAME "hdf-eos2"
627| #define PACKAGE_VERSION "3.0"
628| #define PACKAGE_STRING "hdf-eos2 3.0"
629| #define PACKAGE_BUGREPORT "null@bogus.email"
630| #define PACKAGE_URL ""
631| #define PACKAGE "hdf-eos2"
632| #define VERSION "3.0"
633| #define STDC_HEADERS 1
634| #define HAVE_SYS_TYPES_H 1
635| #define HAVE_SYS_STAT_H 1
636| #define HAVE_STDLIB_H 1
637| #define HAVE_STRING_H 1
638| #define HAVE_MEMORY_H 1
639| #define HAVE_STRINGS_H 1
640| #define HAVE_INTTYPES_H 1
641| #define HAVE_STDINT_H 1
642| #define HAVE_UNISTD_H 1
643| #define HAVE_DLFCN_H 1
644| #define LT_OBJDIR ".libs/"
645| #define HAVE_LIBM 1
646| #define SIZEOF_LONG 8
647| #define HAVE_LIBJPEG 1
648| #define HAVE_LIBZ 1
649| #define HAVE_SZLIB_H 1
650| #define HAVE_LIBSZ 1
651| /* end confdefs.h.  */
652|
653|                 #include <stddef.h>
654|                 #include <szlib.h>
655|
656|                 int main(void)
657|                 {
658|                     SZ_encoder_enabled();
659|                     exit(0);
660|                 }
661|
662configure:17738: error: szlib is not functional
663
664## ---------------- ##
665## Cache variables. ##
666## ---------------- ##
667
668ac_cv_build=i386-apple-darwin20.6.0
669ac_cv_c_bigendian=no
670ac_cv_c_compiler_gnu=yes
671ac_cv_env_CC_set=set
672ac_cv_env_CC_value=/opt/local/bin/h4cc
673ac_cv_env_CFLAGS_set=set
674ac_cv_env_CFLAGS_value='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
675ac_cv_env_CPPFLAGS_set=set
676ac_cv_env_CPPFLAGS_value='-I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk'
677ac_cv_env_CPP_set=
678ac_cv_env_CPP_value=
679ac_cv_env_F77_set=
680ac_cv_env_F77_value=
681ac_cv_env_FFLAGS_set=set
682ac_cv_env_FFLAGS_value='-pipe -Os -m64'
683ac_cv_env_LDFLAGS_set=set
684ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
685ac_cv_env_LIBS_set=
686ac_cv_env_LIBS_value=
687ac_cv_env_build_alias_set=
688ac_cv_env_build_alias_value=
689ac_cv_env_host_alias_set=
690ac_cv_env_host_alias_value=
691ac_cv_env_target_alias_set=
692ac_cv_env_target_alias_value=
693ac_cv_f77_compiler_gnu=yes
694ac_cv_header_dlfcn_h=yes
695ac_cv_header_inttypes_h=yes
696ac_cv_header_memory_h=yes
697ac_cv_header_stdc=yes
698ac_cv_header_stdint_h=yes
699ac_cv_header_stdlib_h=yes
700ac_cv_header_string_h=yes
701ac_cv_header_strings_h=yes
702ac_cv_header_sys_stat_h=yes
703ac_cv_header_sys_types_h=yes
704ac_cv_header_szlib_h=yes
705ac_cv_header_unistd_h=yes
706ac_cv_host=i386-apple-darwin20.6.0
707ac_cv_lib_jpeg_jpeg_set_defaults=yes
708ac_cv_lib_m_ceil=yes
709ac_cv_lib_sz_SZ_BufftoBuffCompress=yes
710ac_cv_lib_z_compress2=yes
711ac_cv_objext=o
712ac_cv_path_EGREP='/opt/local/bin/ggrep -E'
713ac_cv_path_FGREP='/opt/local/bin/ggrep -F'
714ac_cv_path_GREP=/opt/local/bin/ggrep
715ac_cv_path_SED=/opt/local/bin/gsed
716ac_cv_path_mkdir=/opt/local/bin/gmkdir
717ac_cv_prog_AWK=gawk
718ac_cv_prog_CPP='/opt/local/bin/h4cc -E'
719ac_cv_prog_ac_ct_AR=ar
720ac_cv_prog_ac_ct_CC=/opt/local/bin/h4cc
721ac_cv_prog_ac_ct_DSYMUTIL=dsymutil
722ac_cv_prog_ac_ct_F77=gfortran
723ac_cv_prog_ac_ct_LIPO=lipo
724ac_cv_prog_ac_ct_NMEDIT=nmedit
725ac_cv_prog_ac_ct_OBJDUMP=objdump
726ac_cv_prog_ac_ct_OTOOL=otool
727ac_cv_prog_ac_ct_RANLIB=ranlib
728ac_cv_prog_ac_ct_STRIP=strip
729ac_cv_prog_cc_c89=
730ac_cv_prog_cc_g=yes
731ac_cv_prog_f77_g=yes
732ac_cv_prog_make_make_set=yes
733ac_cv_sizeof_long=8
734am_cv_CC_dependencies_compiler_type=none
735am_cv_make_support_nested_variables=yes
736lt_cv_apple_cc_single_mod=no
737lt_cv_ar_at_file=no
738lt_cv_deplibs_check_method=pass_all
739lt_cv_file_magic_cmd='$MAGIC_CMD'
740lt_cv_file_magic_test_file=
741lt_cv_ld_exported_symbols_list=yes
742lt_cv_ld_force_load=no
743lt_cv_ld_reload_flag=-r
744lt_cv_nm_interface='BSD nm'
745lt_cv_objdir=.libs
746lt_cv_path_LD=/Library/Developer/CommandLineTools/usr/bin/ld
747lt_cv_path_NM='/opt/local/bin/nm -B'
748lt_cv_path_mainfest_tool=no
749lt_cv_prog_compiler_c_o=yes
750lt_cv_prog_compiler_c_o_F77=yes
751lt_cv_prog_compiler_pic='-fno-common -DPIC'
752lt_cv_prog_compiler_pic_F77=-fno-common
753lt_cv_prog_compiler_pic_works=yes
754lt_cv_prog_compiler_pic_works_F77=yes
755lt_cv_prog_compiler_rtti_exceptions=yes
756lt_cv_prog_compiler_static_works=no
757lt_cv_prog_compiler_static_works_F77=no
758lt_cv_prog_gnu_ld=no
759lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
760lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[       ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
761lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
762lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
763lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\'''
764lt_cv_sys_max_cmd_len=786432
765lt_cv_to_host_file_cmd=func_convert_file_noop
766lt_cv_to_tool_file_cmd=func_convert_file_noop
767
768## ----------------- ##
769## Output variables. ##
770## ----------------- ##
771
772ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/missing aclocal-1.13'
773AMDEPBACKSLASH=''
774AMDEP_FALSE=''
775AMDEP_TRUE='#'
776AMTAR='$${TAR-tar}'
777AM_BACKSLASH='\'
778AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
779AM_DEFAULT_VERBOSITY='1'
780AM_V='$(V)'
781AR='ar'
782AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/missing autoconf'
783AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/missing autoheader'
784AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/missing automake-1.13'
785AWK='gawk'
786CC='/opt/local/bin/h4cc'
787CCDEPMODE='depmode=none'
788CFLAGS='-pipe -Os -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
789CPP='/opt/local/bin/h4cc -E'
790CPPFLAGS='-I/opt/local/include -I/opt/local/include -isysroot/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -DSIZEOF_LONG=8'
791CYGPATH_W='echo'
792DEFS=''
793DEPDIR='.deps'
794DLLTOOL='false'
795DSYMUTIL='dsymutil'
796DUMPBIN=''
797ECHO_C='\c'
798ECHO_N=''
799ECHO_T=''
800EGREP='/opt/local/bin/ggrep -E'
801EXEEXT=''
802F77='gfortran'
803FFLAGS='-pipe -Os -m64'
804FGREP='/opt/local/bin/ggrep -F'
805FLIBS=''
806FORTRAN_77_CONDITIONAL_FALSE=''
807FORTRAN_77_CONDITIONAL_TRUE=''
808FORTRAN_90_CONDITIONAL_FALSE=''
809FORTRAN_90_CONDITIONAL_TRUE=''
810GCTP_INCLUDE_CONDITIONAL_FALSE=''
811GCTP_INCLUDE_CONDITIONAL_TRUE=''
812GREP='/opt/local/bin/ggrep'
813INSTALL_DATA='${INSTALL} -m 644'
814INSTALL_PROGRAM='${INSTALL}'
815INSTALL_SCRIPT='${INSTALL}'
816INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
817LD='/Library/Developer/CommandLineTools/usr/bin/ld'
818LDFLAGS='-L/opt/local/lib -L/opt/local -L/opt/local -L/opt/local/lib -Wl,-headerpad_max_install_names -Wl,-syslibroot,/Library/Developer/CommandLineTools/SDKs/MacOSX11.sdk -arch x86_64'
819LIBOBJS=''
820LIBS='-lsz -lz -ljpeg -lm '
821LIBTOOL='$(SHELL) $(top_builddir)/libtool'
822LIPO='lipo'
823LN_S='ln -s'
824LTLIBOBJS=''
825MAINT='#'
826MAINTAINER_MODE_FALSE=''
827MAINTAINER_MODE_TRUE='#'
828MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/missing makeinfo'
829MANIFEST_TOOL=':'
830MKDIR_P='/opt/local/bin/gmkdir -p'
831NM='/opt/local/bin/nm -B'
832NMEDIT='nmedit'
833OBJDUMP='objdump'
834OBJEXT='o'
835OTOOL64=':'
836OTOOL='otool'
837PACKAGE='hdf-eos2'
838PACKAGE_BUGREPORT='null@bogus.email'
839PACKAGE_NAME='hdf-eos2'
840PACKAGE_STRING='hdf-eos2 3.0'
841PACKAGE_TARNAME='hdf-eos2'
842PACKAGE_URL=''
843PACKAGE_VERSION='3.0'
844PATH_SEPARATOR=':'
845RANLIB='ranlib'
846SED='/opt/local/bin/gsed'
847SET_MAKE=''
848SHELL='/bin/sh'
849STRIP='strip'
850SZIP_ENCODER_CONDITIONAL_FALSE=''
851SZIP_ENCODER_CONDITIONAL_TRUE=''
852VERSION='3.0'
853ac_ct_AR='ar'
854ac_ct_CC='/opt/local/bin/h4cc'
855ac_ct_DUMPBIN=''
856ac_ct_F77='gfortran'
857am__EXEEXT_FALSE=''
858am__EXEEXT_TRUE=''
859am__fastdepCC_FALSE=''
860am__fastdepCC_TRUE='#'
861am__include='include'
862am__isrc=''
863am__leading_dot='.'
864am__nodep=''
865am__quote=''
866am__tar='$${TAR-tar} chof - "$$tardir"'
867am__untar='$${TAR-tar} xf -'
868bindir='${exec_prefix}/bin'
869build='i386-apple-darwin20.6.0'
870build_alias=''
871build_cpu='i386'
872build_os='darwin20.6.0'
873build_vendor='apple'
874datadir='${datarootdir}'
875datarootdir='${prefix}/share'
876docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
877dvidir='${docdir}'
878exec_prefix='NONE'
879host='i386-apple-darwin20.6.0'
880host_alias=''
881host_cpu='i386'
882host_os='darwin20.6.0'
883host_vendor='apple'
884htmldir='${docdir}'
885includedir='${prefix}/include'
886infodir='${datarootdir}/info'
887install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_hdfeos/hdfeos/work/hdf-eos2-3.0/config/install-sh'
888libdir='${exec_prefix}/lib'
889libexecdir='${exec_prefix}/libexec'
890localedir='${datarootdir}/locale'
891localstatedir='${prefix}/var'
892mandir='${datarootdir}/man'
893mkdir_p='$(MKDIR_P)'
894oldincludedir='/usr/include'
895pdfdir='${docdir}'
896prefix='/opt/local'
897program_transform_name='s,x,x,'
898psdir='${docdir}'
899sbindir='${exec_prefix}/sbin'
900sharedstatedir='${prefix}/com'
901sysconfdir='${prefix}/etc'
902target_alias=''
903
904## ----------- ##
905## confdefs.h. ##
906## ----------- ##
907
908/* confdefs.h */
909#define PACKAGE_NAME "hdf-eos2"
910#define PACKAGE_TARNAME "hdf-eos2"
911#define PACKAGE_VERSION "3.0"
912#define PACKAGE_STRING "hdf-eos2 3.0"
913#define PACKAGE_BUGREPORT "null@bogus.email"
914#define PACKAGE_URL ""
915#define PACKAGE "hdf-eos2"
916#define VERSION "3.0"
917#define STDC_HEADERS 1
918#define HAVE_SYS_TYPES_H 1
919#define HAVE_SYS_STAT_H 1
920#define HAVE_STDLIB_H 1
921#define HAVE_STRING_H 1
922#define HAVE_MEMORY_H 1
923#define HAVE_STRINGS_H 1
924#define HAVE_INTTYPES_H 1
925#define HAVE_STDINT_H 1
926#define HAVE_UNISTD_H 1
927#define HAVE_DLFCN_H 1
928#define LT_OBJDIR ".libs/"
929#define HAVE_LIBM 1
930#define SIZEOF_LONG 8
931#define HAVE_LIBJPEG 1
932#define HAVE_LIBZ 1
933#define HAVE_SZLIB_H 1
934#define HAVE_LIBSZ 1
935
936configure: exit 1