Ticket #12705: build.log

File build.log, 218.7 KB (added by themiwi@…, 17 years ago)

Log file

Line 
1DEBUG: Found port in file:///macports/var/macports/sources/rsync.macports.org/release/ports/science/hdf5
2DEBUG: epoch: in tree: 0 installed: 0
3DEBUG: hdf5 1.6.6_0 exists in the ports tree
4DEBUG: hdf5 1.6.5_0 is installed
5DEBUG: Found port in file:///macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
6DEBUG: epoch: in tree: 0 installed: 0
7DEBUG: zlib 1.2.3_1 exists in the ports tree
8DEBUG: zlib 1.2.3_1 is installed
9DEBUG: variants to install
10DEBUG: available variants are : universal examples
11DEBUG: new portvariants: framework + quartz +
12DEBUG: Changing to port directory: /macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
13DEBUG: Requested variant darwin is not provided by port zlib.
14DEBUG: Requested variant i386 is not provided by port zlib.
15DEBUG: Requested variant framework is not provided by port zlib.
16DEBUG: Requested variant macosx is not provided by port zlib.
17DEBUG: Requested variant quartz is not provided by port zlib.
18DEBUG: Executing org.macports.main (zlib)
19--->  Fetching zlib
20DEBUG: Executing org.macports.fetch (zlib)
21--->  zlib-1.2.3.tar.bz2 doesn't seem to exist in /macports/var/macports/distfiles/zlib
22--->  Attempting to fetch zlib-1.2.3.tar.bz2 from http://www.zlib.net/
23  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
24                                 Dload  Upload   Total   Spent    Left  Speed
25
26  0  415k    0  2212    0     0   2880      0  0:02:27 --:--:--  0:02:27  2880
27 28  415k   28  116k    0     0  68749      0  0:00:06  0:00:01  0:00:05  117k
28 79  415k   79  331k    0     0   121k      0  0:00:03  0:00:02  0:00:01  167k
29100  415k  100  415k    0     0   139k      0  0:00:02  0:00:02 --:--:--  187k
30--->  Verifying checksum(s) for zlib
31DEBUG: Executing org.macports.checksum (zlib)
32--->  Checksumming zlib-1.2.3.tar.bz2
33DEBUG: Correct (md5) checksum for zlib-1.2.3.tar.bz2
34DEBUG: Correct (sha1) checksum for zlib-1.2.3.tar.bz2
35DEBUG: Correct (rmd160) checksum for zlib-1.2.3.tar.bz2
36DEBUG: setting option extract.cmd to /macports/bin/bzip2
37--->  Extracting zlib
38DEBUG: Executing org.macports.extract (zlib)
39--->  Extracting zlib-1.2.3.tar.bz2
40DEBUG: setting option extract.args to /macports/var/macports/distfiles/zlib/zlib-1.2.3.tar.bz2
41DEBUG: Environment:
42DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work" && /macports/bin/bzip2 -dc /macports/var/macports/distfiles/zlib/zlib-1.2.3.tar.bz2 | /usr/bin/gnutar --no-same-owner -xf -'
43DEBUG: Executing org.macports.patch (zlib)
44--->  Applying patches to zlib
45--->  Applying /macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib/files/patch-Makefile-static
46DEBUG: Environment:
47DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3" && patch -p0'
48patching file Makefile.in
49--->  Configuring zlib
50DEBUG: Executing org.macports.configure (zlib)
51DEBUG: No compiler collection selected explicitly
52DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/macports/include' CFLAGS='-O2' LDFLAGS='-L/macports/lib'
53DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3" && ./configure --prefix=/macports --shared'
54Checking for gcc...
55Checking for shared library support...
56Building shared library libz.1.2.3.dylib with gcc.
57Checking for unistd.h... Yes.
58Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf()
59Checking for vsnprintf() in stdio.h... Yes.
60Checking for return value of vsnprintf()... Yes.
61Checking for errno.h... Yes.
62Checking for mmap support... Yes.
63--->  Building zlib with target all
64DEBUG: Executing org.macports.build (zlib)
65DEBUG: Environment:
66DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3" && make all'
67gcc -O2 -DUSE_MMAP   -c -o example.o example.c
68gcc -O2 -DUSE_MMAP   -c -o adler32.o adler32.c
69gcc -O2 -DUSE_MMAP   -c -o compress.o compress.c
70gcc -O2 -DUSE_MMAP   -c -o crc32.o crc32.c
71gcc -O2 -DUSE_MMAP   -c -o gzio.o gzio.c
72gcc -O2 -DUSE_MMAP   -c -o uncompr.o uncompr.c
73gcc -O2 -DUSE_MMAP   -c -o deflate.o deflate.c
74gcc -O2 -DUSE_MMAP   -c -o trees.o trees.c
75gcc -O2 -DUSE_MMAP   -c -o zutil.o zutil.c
76gcc -O2 -DUSE_MMAP   -c -o inflate.o inflate.c
77gcc -O2 -DUSE_MMAP   -c -o infback.o infback.c
78gcc -O2 -DUSE_MMAP   -c -o inftrees.o inftrees.c
79gcc -O2 -DUSE_MMAP   -c -o inffast.o inffast.c
80ar rc libz.a adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
81gcc -dynamiclib -install_name /macports/lib/libz.1.dylib -compatibility_version 1 -current_version 1.2.3 -o libz.1.2.3.dylib adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
82rm -f libz.dylib libz.1.dylib
83ln -s libz.1.2.3.dylib libz.dylib
84ln -s libz.1.2.3.dylib libz.1.dylib
85gcc -O2 -DUSE_MMAP -o example example.o -L. libz.1.2.3.dylib
86gcc -O2 -DUSE_MMAP   -c -o minigzip.o minigzip.c
87gcc -O2 -DUSE_MMAP -o minigzip minigzip.o -L. libz.1.2.3.dylib
88--->  Staging zlib into destroot
89. changed
90        gid expected 0 found 80 modified
91        permissions expected 0775 found 0755 modified
92./usr missing (created)
93. missing (directory not created: File exists)
94./Applications missing (created)
95./Developer missing (created)
96./Library missing (created)
97. changed
98        gid expected 80 found 0 modified
99        permissions expected 0775 found 0755 modified
100./bin missing (created)
101./etc missing (created)
102./include missing (created)
103./lib missing (created)
104./libexec missing (created)
105./sbin missing (created)
106./share missing (created)
107./share/info missing (created)
108./share/man missing (created)
109./share/man/cat1 missing (created)
110./share/man/cat2 missing (created)
111./share/man/cat3 missing (created)
112./share/man/cat4 missing (created)
113./share/man/cat5 missing (created)
114./share/man/cat6 missing (created)
115./share/man/cat7 missing (created)
116./share/man/cat8 missing (created)
117./share/man/cat9 missing (created)
118./share/man/catl missing (created)
119./share/man/catn missing (created)
120./share/man/man1 missing (created)
121./share/man/man2 missing (created)
122./share/man/man3 missing (created)
123./share/man/man4 missing (created)
124./share/man/man5 missing (created)
125./share/man/man6 missing (created)
126./share/man/man7 missing (created)
127./share/man/man8 missing (created)
128./share/man/man9 missing (created)
129./share/man/manl missing (created)
130./share/man/mann missing (created)
131./share/nls missing (created)
132./share/nls/C missing (created)
133./share/nls/af_ZA.ISO8859-1 missing (created)
134./share/nls/af_ZA.ISO8859-15 missing (created)
135./share/nls/bg_BG.CP1251 missing (created)
136./share/nls/cs_CZ.ISO8859-2 missing (created)
137./share/nls/da_DK.ISO8859-1 missing (created)
138./share/nls/da_DK.ISO8859-15 missing (created)
139./share/nls/de_AT.ISO8859-1 missing (created)
140./share/nls/de_AT.ISO8859-15 missing (created)
141./share/nls/de_CH.ISO8859-1 missing (created)
142./share/nls/de_CH.ISO8859-15 missing (created)
143./share/nls/de_DE.ISO8859-1 missing (created)
144./share/nls/de_DE.ISO8859-15 missing (created)
145./share/nls/el_GR.ISO8859-7 missing (created)
146./share/nls/en_AU.ISO8859-1 missing (created)
147./share/nls/en_AU.ISO8859-15 missing (created)
148./share/nls/en_AU.US-ASCII missing (created)
149./share/nls/en_CA.ISO8859-1 missing (created)
150./share/nls/en_CA.ISO8859-15 missing (created)
151./share/nls/en_CA.US-ASCII missing (created)
152./share/nls/en_GB.ISO8859-1 missing (created)
153./share/nls/en_GB.ISO8859-15 missing (created)
154./share/nls/en_GB.US-ASCII missing (created)
155./share/nls/en_NZ.ISO8859-1 missing (created)
156./share/nls/en_NZ.ISO8859-15 missing (created)
157./share/nls/en_NZ.US-ASCII missing (created)
158./share/nls/en_US.ISO8859-1 missing (created)
159./share/nls/en_US.ISO8859-15 missing (created)
160./share/nls/es_ES.ISO8859-1 missing (created)
161./share/nls/es_ES.ISO8859-15 missing (created)
162./share/nls/et_EE.ISO8859-15 missing (created)
163./share/nls/fi_FI.ISO8859-1 missing (created)
164./share/nls/fi_FI.ISO8859-15 missing (created)
165./share/nls/fr_BE.ISO8859-1 missing (created)
166./share/nls/fr_BE.ISO8859-15 missing (created)
167./share/nls/fr_CA.ISO8859-1 missing (created)
168./share/nls/fr_CA.ISO8859-15 missing (created)
169./share/nls/fr_CH.ISO8859-1 missing (created)
170./share/nls/fr_CH.ISO8859-15 missing (created)
171./share/nls/fr_FR.ISO8859-1 missing (created)
172./share/nls/fr_FR.ISO8859-15 missing (created)
173./share/nls/hi_IN.ISCII-DEV missing (created)
174./share/nls/hr_HR.ISO8859-2 missing (created)
175./share/nls/hu_HU.ISO8859-2 missing (created)
176./share/nls/is_IS.ISO8859-1 missing (created)
177./share/nls/is_IS.ISO8859-15 missing (created)
178./share/nls/it_CH.ISO8859-1 missing (created)
179./share/nls/it_CH.ISO8859-15 missing (created)
180./share/nls/it_IT.ISO8859-1 missing (created)
181./share/nls/it_IT.ISO8859-15 missing (created)
182./share/nls/ja_JP.SJIS missing (created)
183./share/nls/ja_JP.eucJP missing (created)
184./share/nls/ko_KR.eucKR missing (created)
185./share/nls/la_LN.ISO8859-1 missing (created)
186./share/nls/la_LN.ISO8859-15 missing (created)
187./share/nls/la_LN.ISO8859-2 missing (created)
188./share/nls/la_LN.ISO8859-4 missing (created)
189./share/nls/la_LN.US-ASCII missing (created)
190./share/nls/lt_LT.ISO8859-4 missing (created)
191./share/nls/nl_BE.ISO8859-1 missing (created)
192./share/nls/nl_BE.ISO8859-15 missing (created)
193./share/nls/nl_NL.ISO8859-1 missing (created)
194./share/nls/nl_NL.ISO8859-15 missing (created)
195./share/nls/no_NO.ISO8859-1 missing (created)
196./share/nls/no_NO.ISO8859-15 missing (created)
197./share/nls/pl_PL.ISO8859-2 missing (created)
198./share/nls/pt_BR.ISO8859-1 missing (created)
199./share/nls/pt_PT.ISO8859-1 missing (created)
200./share/nls/pt_PT.ISO8859-15 missing (created)
201./share/nls/ro_RO.ISO8859-2 missing (created)
202./share/nls/ru_RU.CP866 missing (created)
203./share/nls/ru_RU.ISO8859-5 missing (created)
204./share/nls/ru_RU.KOI8-R missing (created)
205./share/nls/sk_SK.ISO8859-2 missing (created)
206./share/nls/sl_SI.ISO8859-2 missing (created)
207./share/nls/sv_SE.ISO8859-1 missing (created)
208./share/nls/sv_SE.ISO8859-15 missing (created)
209./share/nls/tr_TR.ISO8859-9 missing (created)
210./share/nls/uk_UA.ISO8859-5 missing (created)
211./share/nls/uk_UA.KOI8-U missing (created)
212./share/nls/zh_CN.eucCN missing (created)
213./share/nls/zh_TW.Big5 missing (created)
214./share/skel missing (created)
215./src missing (created)
216./var missing (created)
217./var/macports missing (created)
218./var/macports/distfiles missing (created)
219./var/macports/receipts missing (created)
220./www missing (created)
221DEBUG: Executing org.macports.destroot (zlib)
222DEBUG: Environment:
223DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3" && make install prefix=/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports'
224cp zlib.h zconf.h /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/include
225chmod 644 /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/include/zlib.h /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/include/zconf.h
226cp libz.1.2.3.dylib /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/lib
227cp libz.a /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/lib
228cd /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/lib; chmod 755 libz.1.2.3.dylib
229cd /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/lib; if test -f libz.1.2.3.dylib; then \
230  rm -f libz.dylib libz.1.dylib; \
231  ln -s libz.1.2.3.dylib libz.dylib; \
232  ln -s libz.1.2.3.dylib libz.1.dylib; \
233  (ldconfig || true)  >/dev/null 2>&1; \
234fi
235cp zlib.3 /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/man/man3
236chmod 644 /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/man/man3/zlib.3
237DEBUG: Executing proc-post-org.macports.destroot-destroot-0
238xinstall: mkdir /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/doc
239xinstall: mkdir /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/doc/zlib-1.2.3
240xinstall: chdir(/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/zlib-1.2.3)
241xinstall: ChangeLog -> /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/doc/zlib-1.2.3/ChangeLog
242xinstall: FAQ -> /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/doc/zlib-1.2.3/FAQ
243xinstall: README -> /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib/work/destroot/macports/share/doc/zlib-1.2.3/README
244DEBUG: Executing destroot_finish
245--->  Compressing man pages for zlib
246DEBUG: Scanning man3
247man3/zlib.3:     54.0% -- replaced with man3/zlib.3.gz
248man3/zlib.3.gz: changing permissions from 00644 to 00444
249DEBUG: checking for mtree violations
250DEBUG: Uninstalling zlib 1.2.3_1
251DEBUG: libpng depends on this port
252DEBUG: tiff depends on this port
253DEBUG: wxWidgets depends on this port
254DEBUG: freetype depends on this port
255DEBUG: gd2 depends on this port
256DEBUG: gnuplot depends on this port
257DEBUG: hdf5 depends on this port
258DEBUG: Xft2 depends on this port
259DEBUG: libxml2 depends on this port
260DEBUG: openssl depends on this port
261DEBUG: neon depends on this port
262DEBUG: libxslt depends on this port
263DEBUG: libsoup depends on this port
264DEBUG: freetype depends on this port
265DEBUG: curl depends on this port
266DEBUG: openssh depends on this port
267DEBUG: libxml2 depends on this port
268DEBUG: gd2 depends on this port
269DEBUG: qt4-mac depends on this port
270DEBUG: freetype depends on this port
271DEBUG: wxWidgets depends on this port
272DEBUG: neon depends on this port
273DEBUG: curl depends on this port
274DEBUG: cairo depends on this port
275DEBUG: graphviz depends on this port
276DEBUG: GraphicsMagick depends on this port
277DEBUG: libxslt depends on this port
278DEBUG: Xft2 depends on this port
279DEBUG: libpng depends on this port
280DEBUG: libxml2 depends on this port
281DEBUG: libxslt depends on this port
282DEBUG: neon depends on this port
283DEBUG: hdf5 depends on this port
284--->  Unable to uninstall zlib 1.2.3_1, the following ports depend on it:
285--->    libpng
286--->    tiff
287--->    wxWidgets
288--->    freetype
289--->    gd2
290--->    gnuplot
291--->    hdf5
292--->    Xft2
293--->    libxml2
294--->    openssl
295--->    neon
296--->    libxslt
297--->    libsoup
298--->    freetype
299--->    curl
300--->    openssh
301--->    libxml2
302--->    gd2
303--->    qt4-mac
304--->    freetype
305--->    wxWidgets
306--->    neon
307--->    curl
308--->    cairo
309--->    graphviz
310--->    GraphicsMagick
311--->    libxslt
312--->    Xft2
313--->    libpng
314--->    libxml2
315--->    libxslt
316--->    neon
317--->    hdf5
318Warning: Uninstall forced.  Proceeding despite dependencies.
319--->  Deactivating zlib 1.2.3_1
320DEBUG: deactivating file: /macports/share/man/man3/zlib.3.gz
321DEBUG: /macports/share/man/man3 is not empty
322DEBUG: /macports/share/man is not empty
323DEBUG: /macports/share is not empty
324DEBUG: deactivating link: /macports/lib/libz.dylib
325DEBUG: deactivating file: /macports/lib/libz.a
326DEBUG: deactivating link: /macports/lib/libz.1.dylib
327DEBUG: deactivating file: /macports/lib/libz.1.2.3.dylib
328DEBUG: /macports/lib is not empty
329DEBUG: deactivating file: /macports/include/zlib.h
330DEBUG: deactivating file: /macports/include/zconf.h
331DEBUG: /macports/include is not empty
332DEBUG: /macports is not empty
333DEBUG: / is not empty
334DEBUG: Removing entry from file_map: /macports/include/zconf.h
335DEBUG: Removing entry from file_map: /macports/include/zlib.h
336DEBUG: Removing entry from file_map: /macports/lib/libz.1.2.3.dylib
337DEBUG: Removing entry from file_map: /macports/lib/libz.1.dylib
338DEBUG: Removing entry from file_map: /macports/lib/libz.a
339DEBUG: Removing entry from file_map: /macports/lib/libz.dylib
340DEBUG: Removing entry from file_map: /macports/share/man/man3/zlib.3.gz
341--->  Uninstalling zlib 1.2.3_1
342DEBUG: uninstalling file: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man/man3/zlib.3.gz
343DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man/man3
344DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man
345DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share
346DEBUG: uninstalling link: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.dylib
347DEBUG: uninstalling file: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.a
348DEBUG: uninstalling link: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.1.dylib
349DEBUG: uninstalling file: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.1.2.3.dylib
350DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports/lib
351DEBUG: uninstalling file: /macports/var/macports/software/zlib/1.2.3_1/macports/include/zlib.h
352DEBUG: uninstalling file: /macports/var/macports/software/zlib/1.2.3_1/macports/include/zconf.h
353DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports/include
354DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1/macports
355DEBUG: uninstalling directory: /macports/var/macports/software/zlib/1.2.3_1
356DEBUG: uninstalling directory: /macports/var/macports/software/zlib
357DEBUG: /macports/var/macports/software is not empty
358DEBUG: /macports/var/macports is not empty
359DEBUG: /macports/var is not empty
360DEBUG: /macports is not empty
361DEBUG: / is not empty
362--->  Uninstall is removing zlib from the port registry.
363DEBUG: deleting directory: /macports/var/macports/receipts/zlib/1.2.3_1
364DEBUG: deleting directory: /macports/var/macports/receipts/zlib
365DEBUG: Skipping completed org.macports.main (zlib)
366DEBUG: Skipping completed org.macports.fetch (zlib)
367DEBUG: Skipping completed org.macports.checksum (zlib)
368DEBUG: setting option extract.cmd to /macports/bin/bzip2
369DEBUG: Skipping completed org.macports.extract (zlib)
370DEBUG: Skipping completed org.macports.patch (zlib)
371DEBUG: Skipping completed org.macports.configure (zlib)
372DEBUG: Skipping completed org.macports.build (zlib)
373DEBUG: Skipping completed org.macports.destroot (zlib)
374--->  Installing zlib 1.2.3_1
375DEBUG: Executing org.macports.install (zlib)
376DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports
377DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/include
378DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/include/zconf.h
379DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/include/zlib.h
380DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/lib
381DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.1.2.3.dylib
382DEBUG: installing link: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.1.dylib
383DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.a
384DEBUG: installing link: /macports/var/macports/software/zlib/1.2.3_1/macports/lib/libz.dylib
385DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share
386DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/doc
387DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/doc/zlib-1.2.3
388DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/share/doc/zlib-1.2.3/ChangeLog
389DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/share/doc/zlib-1.2.3/FAQ
390DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/share/doc/zlib-1.2.3/README
391DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man
392DEBUG: installing directory: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man/man3
393DEBUG: installing file: /macports/var/macports/software/zlib/1.2.3_1/macports/share/man/man3/zlib.3.gz
394DEBUG: Executing org.macports.activate (zlib)
395--->  Activating zlib 1.2.3_1
396DEBUG: activating directory: /
397DEBUG: activating directory: /macports
398DEBUG: activating directory: /macports/include
399DEBUG: activating file: /macports/include/zconf.h
400DEBUG: activating file: /macports/include/zlib.h
401DEBUG: activating directory: /macports/lib
402DEBUG: activating file: /macports/lib/libz.1.2.3.dylib
403DEBUG: activating link: /macports/lib/libz.1.dylib
404DEBUG: activating file: /macports/lib/libz.a
405DEBUG: activating link: /macports/lib/libz.dylib
406DEBUG: activating directory: /macports/share
407DEBUG: activating directory: /macports/share/doc
408DEBUG: activating directory: /macports/share/doc/zlib-1.2.3
409DEBUG: activating file: /macports/share/doc/zlib-1.2.3/ChangeLog
410DEBUG: activating file: /macports/share/doc/zlib-1.2.3/FAQ
411DEBUG: activating file: /macports/share/doc/zlib-1.2.3/README
412DEBUG: activating directory: /macports/share/man
413DEBUG: activating directory: /macports/share/man/man3
414DEBUG: activating file: /macports/share/man/man3/zlib.3.gz
415DEBUG: Adding file to file_map: /macports/include/zconf.h for: zlib
416DEBUG: Adding file to file_map: /macports/include/zlib.h for: zlib
417DEBUG: Adding file to file_map: /macports/lib/libz.1.2.3.dylib for: zlib
418DEBUG: Adding link to file_map: /macports/lib/libz.1.dylib for: zlib
419DEBUG: Adding file to file_map: /macports/lib/libz.a for: zlib
420DEBUG: Adding link to file_map: /macports/lib/libz.dylib for: zlib
421DEBUG: Adding file to file_map: /macports/share/doc/zlib-1.2.3/ChangeLog for: zlib
422DEBUG: Adding file to file_map: /macports/share/doc/zlib-1.2.3/FAQ for: zlib
423DEBUG: Adding file to file_map: /macports/share/doc/zlib-1.2.3/README for: zlib
424DEBUG: Adding file to file_map: /macports/share/man/man3/zlib.3.gz for: zlib
425DEBUG: Skipping completed org.macports.main (zlib)
426--->  Cleaning zlib
427DEBUG: Executing org.macports.clean (zlib)
428--->  Removing build directory for zlib
429DEBUG: Removing directory: /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib
430DEBUG: delete: /macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_archivers_zlib
431DEBUG: Removing symlink: /macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib/work
432DEBUG: delete: /macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib/work
433DEBUG: variants to install
434DEBUG: available variants are : universal szip
435DEBUG: new portvariants: framework + quartz +
436DEBUG: Changing to port directory: /macports/var/macports/sources/rsync.macports.org/release/ports/science/hdf5
437DEBUG: Requested variant darwin is not provided by port hdf5.
438DEBUG: Requested variant i386 is not provided by port hdf5.
439DEBUG: Requested variant framework is not provided by port hdf5.
440DEBUG: Requested variant macosx is not provided by port hdf5.
441DEBUG: Requested variant quartz is not provided by port hdf5.
442DEBUG: Found port in file:///macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
443DEBUG: Changing to port directory: /macports/var/macports/sources/rsync.macports.org/release/ports/archivers/zlib
444DEBUG: Requested variant darwin is not provided by port zlib.
445DEBUG: Requested variant i386 is not provided by port zlib.
446DEBUG: Requested variant framework is not provided by port zlib.
447DEBUG: Requested variant macosx is not provided by port zlib.
448DEBUG: Requested variant quartz is not provided by port zlib.
449DEBUG: Searching for dependency: zlib
450DEBUG: Found Dependency: receipt exists for zlib
451DEBUG: Executing org.macports.main (hdf5)
452--->  Fetching hdf5
453DEBUG: Executing org.macports.fetch (hdf5)
454--->  Verifying checksum(s) for hdf5
455DEBUG: Executing org.macports.checksum (hdf5)
456--->  Checksumming hdf5-1.6.6.tar.gz
457DEBUG: Correct (md5) checksum for hdf5-1.6.6.tar.gz
458DEBUG: Correct (sha1) checksum for hdf5-1.6.6.tar.gz
459DEBUG: Correct (rmd160) checksum for hdf5-1.6.6.tar.gz
460--->  Extracting hdf5
461DEBUG: Executing org.macports.extract (hdf5)
462--->  Extracting hdf5-1.6.6.tar.gz
463DEBUG: setting option extract.args to /macports/var/macports/distfiles/hdf5/hdf5-1.6.6.tar.gz
464DEBUG: Environment:
465DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work" && gzip -dc /macports/var/macports/distfiles/hdf5/hdf5-1.6.6.tar.gz | /usr/bin/gnutar --no-same-owner -xf -'
466DEBUG: Executing org.macports.patch (hdf5)
467--->  Applying patches to hdf5
468--->  Applying /macports/var/macports/sources/rsync.macports.org/release/ports/science/hdf5/files/patch-commence.in
469DEBUG: Environment:
470DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6" && patch -p0'
471patching file config/commence.in
472Hunk #1 succeeded at 59 (offset 20 lines).
473--->  Applying /macports/var/macports/sources/rsync.macports.org/release/ports/science/hdf5/files/patch-c-commence.in
474DEBUG: Environment:
475DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6" && patch -p0'
476patching file c++/config/commence.in
477Hunk #1 succeeded at 56 (offset 19 lines).
478--->  Configuring hdf5
479DEBUG: Executing org.macports.configure (hdf5)
480DEBUG: No compiler collection selected explicitly
481DEBUG: Environment: CXXFLAGS='-O2' CPPFLAGS='-I/macports/include' CFLAGS='-O2' LDFLAGS='-L/macports/lib'
482DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6" && ./configure --prefix=/macports --enable-cxx --with-zlib=/macports/lib'
483checking build system type... i686-apple-darwin8.10.1
484checking host system type... i686-apple-darwin8.10.1
485checking shell variables initial values... done
486checking if basename works... yes
487checking if xargs works... yes
488checking for cached host... none
489checking for sizeof hsize_t and hssize_t... large
490checking for config i686-apple-darwin8.10.1... no
491checking for config i686-apple-darwin8.10.1... no
492checking for config apple-darwin8.10.1... no
493checking for config apple-darwin8.10.1... no
494checking for config i686-darwin8.10.1... no
495checking for config i686-darwin8.10.1... no
496checking for config i686-apple... found
497compiler 'gcc' is GNU gcc-4.0.1
498checking for config ./config/site-specific/host-milliways.ifd.mavt.ethz.ch... no
499checking for config ./config/site-specific/host-ifd.mavt.ethz.ch... no
500checking for config ./config/site-specific/host-mavt.ethz.ch... no
501checking for config ./config/site-specific/host-ethz.ch... no
502checking for config ./config/site-specific/host-ch... no
503checking for gcc... gcc
504checking for C compiler default output file name... a.out
505checking whether the C compiler works... yes
506checking whether we are cross compiling... no
507checking for suffix of executables...
508checking for suffix of object files... o
509checking whether we are using the GNU C compiler... yes
510checking whether gcc accepts -g... yes
511checking for gcc option to accept ISO C89... none needed
512checking if fortran interface enabled... no
513checking if c++ interface enabled... yes
514checking if should build only statically linked executables... no
515checking for perl... perl
516checking for ar... ar
517checking whether make sets $(MAKE)... yes
518checking for a BSD-compatible install... /macports/bin/ginstall -c
519checking for ld used by GCC... /usr/bin/ld
520checking if the linker (/usr/bin/ld) is GNU ld... no
521checking for /usr/bin/ld option to reload object files... -r
522checking for BSD-compatible nm... /usr/bin/nm -p
523checking whether ln -s works... yes
524checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
525checking command to parse /usr/bin/nm -p output... ok
526checking how to run the C preprocessor... gcc -E
527checking for grep that handles long lines and -e... /usr/bin/grep
528checking for egrep... /usr/bin/grep -E
529checking for ANSI C header files... yes
530checking for sys/types.h... yes
531checking for sys/stat.h... yes
532checking for stdlib.h... yes
533checking for string.h... yes
534checking for memory.h... yes
535checking for strings.h... yes
536checking for inttypes.h... yes
537checking for stdint.h... yes
538checking for unistd.h... yes
539checking dlfcn.h usability... yes
540checking dlfcn.h presence... yes
541checking for dlfcn.h... yes
542checking for ranlib... ranlib
543checking for strip... strip
544checking for objdir... .libs
545checking for gcc option to produce PIC... -fno-common
546checking if gcc PIC flag -fno-common works... yes
547checking if gcc static flag -static works... no
548checking if gcc supports -c -o file.o... yes
549checking if gcc supports -c -o file.lo... yes
550checking if gcc supports -fno-rtti -fno-exceptions... no
551checking whether the linker (/usr/bin/ld) supports shared libraries... yes
552checking how to hardcode library paths into programs... unsupported
553checking whether stripping libraries is possible... no
554checking dynamic linker characteristics... darwin8.10.1 dyld
555checking if libtool supports shared libraries... yes
556checking whether to build shared libraries... yes
557checking whether to build static libraries... yes
558creating libtool
559checking make... GNU make
560checking how make searches directories... VPATH=DIR1 DIR2 ...
561checking for production mode... production
562checking for ceil in -lm... yes
563checking for ANSI C header files... (cached) yes
564checking whether time.h and sys/time.h may both be included... yes
565checking for difftime... yes
566checking for gettimeofday... yes
567checking sys/resource.h usability... yes
568checking sys/resource.h presence... yes
569checking for sys/resource.h... yes
570checking sys/time.h usability... yes
571checking sys/time.h presence... yes
572checking for sys/time.h... yes
573checking for unistd.h... (cached) yes
574checking sys/ioctl.h usability... yes
575checking sys/ioctl.h presence... yes
576checking for sys/ioctl.h... yes
577checking for sys/stat.h... (cached) yes
578checking sys/socket.h usability... yes
579checking sys/socket.h presence... yes
580checking for sys/socket.h... yes
581checking for sys/types.h... (cached) yes
582checking stddef.h usability... yes
583checking stddef.h presence... yes
584checking for stddef.h... yes
585checking setjmp.h usability... yes
586checking setjmp.h presence... yes
587checking for setjmp.h... yes
588checking features.h usability... no
589checking features.h presence... no
590checking for features.h... no
591checking for stdint.h... (cached) yes
592checking io.h usability... no
593checking io.h presence... no
594checking for io.h... no
595checking winsock.h usability... no
596checking winsock.h presence... no
597checking for winsock.h... no
598checking sys/timeb.h usability... yes
599checking sys/timeb.h presence... yes
600checking for sys/timeb.h... yes
601skipping test for lseek64(), fseek64(), fseeko(), and ftello
602checking for off_t... yes
603checking for size_t... yes
604checking for ssize_t... yes
605checking whether byte ordering is bigendian... no
606checking for char... yes
607checking size of char... 1
608checking for short... yes
609checking size of short... 2
610checking for int... yes
611checking size of int... 4
612checking for long... yes
613checking size of long... 4
614checking for long long... yes
615checking size of long long... 8
616checking for __int64... no
617checking size of __int64... 0
618checking for float... yes
619checking size of float... 4
620checking for double... yes
621checking size of double... 8
622checking for long double... yes
623checking size of long double... 16
624checking for int8_t... yes
625checking size of int8_t... 1
626checking for uint8_t... yes
627checking size of uint8_t... 1
628checking for int_least8_t... yes
629checking size of int_least8_t... 1
630checking for uint_least8_t... yes
631checking size of uint_least8_t... 1
632checking for int_fast8_t... yes
633checking size of int_fast8_t... 1
634checking for uint_fast8_t... yes
635checking size of uint_fast8_t... 1
636checking for int16_t... yes
637checking size of int16_t... 2
638checking for uint16_t... yes
639checking size of uint16_t... 2
640checking for int_least16_t... yes
641checking size of int_least16_t... 2
642checking for uint_least16_t... yes
643checking size of uint_least16_t... 2
644checking for int_fast16_t... yes
645checking size of int_fast16_t... 2
646checking for uint_fast16_t... yes
647checking size of uint_fast16_t... 2
648checking for int32_t... yes
649checking size of int32_t... 4
650checking for uint32_t... yes
651checking size of uint32_t... 4
652checking for int_least32_t... yes
653checking size of int_least32_t... 4
654checking for uint_least32_t... yes
655checking size of uint_least32_t... 4
656checking for int_fast32_t... yes
657checking size of int_fast32_t... 4
658checking for uint_fast32_t... yes
659checking size of uint_fast32_t... 4
660checking for int64_t... yes
661checking size of int64_t... 8
662checking for uint64_t... yes
663checking size of uint64_t... 8
664checking for int_least64_t... yes
665checking size of int_least64_t... 8
666checking for uint_least64_t... yes
667checking size of uint_least64_t... 8
668checking for int_fast64_t... yes
669checking size of int_fast64_t... 8
670checking for uint_fast64_t... yes
671checking size of uint_fast64_t... 8
672checking for size_t... (cached) yes
673checking size of size_t... 4
674checking for ssize_t... (cached) yes
675checking size of ssize_t... 4
676checking for off_t... (cached) yes
677checking size of off_t... 8
678checking if dev_t is scalar... yes
679checking for dmalloc library... suppressed
680checking zlib.h usability... yes
681checking zlib.h presence... yes
682checking for zlib.h... yes
683checking for compress2 in -lz... yes
684checking for compress2... yes
685checking for szlib... suppressed
686checking for SSL... suppressed
687checking for GASS... suppressed
688checking for SRB... suppressed
689checking for pthread... suppressed
690checking for thread safe support... no
691checking whether HDF5 v1.4 compatibility functions enabled... no
692checking for tm_gmtoff in struct tm... yes
693checking for __tm_gmtoff in struct tm... no
694checking for global timezone variable... no
695checking whether struct tm is in sys/time.h or time.h... time.h
696checking for struct tm.tm_zone... yes
697checking for struct timezone... yes
698checking whether gettimeofday() gives timezone... yes
699checking for st_blocks in struct stat... yes
700checking for _getvideoconfig... no
701checking for gettextinfo... no
702checking for GetConsoleScreenBufferInfo... no
703checking for _scrsize... no
704checking for ioctl... yes
705checking for struct videoconfig... no
706checking for struct text_info... no
707checking for TIOCGWINSZ... yes
708checking for TIOCGETD... yes
709checking for alarm... yes
710checking for fork... yes
711checking for frexpf... yes
712checking for frexpl... yes
713checking for gethostname... yes
714checking for getpwuid... yes
715checking for getrusage... yes
716checking for BSDgettimeofday... no
717checking for longjmp... yes
718checking for setsysinfo... no
719checking for sigaction... yes
720checking for signal... yes
721checking for snprintf... yes
722checking for vsnprintf... yes
723checking for strdup... yes
724checking for system... yes
725checking for waitpid... yes
726checking for an ANSI C-conforming const... yes
727checking for inline... inline
728checking for __attribute__ extension... yes
729checking for __FUNCTION__ extension... yes
730checking how to print long long... %lld and %llu
731checking Threads support system scope... yes
732checking for gpfs... suppressed
733checking for debug flags... none
734checking whether function stack tracking is enabled... no
735checking for API tracing... no
736checking for instrumented library... no
737checking whether to clear file buffers... yes
738checking for parallel support files... skipped
739checking for Stream Virtual File Driver support... yes
740checking netinet/in.h usability... yes
741checking netinet/in.h presence... yes
742checking for netinet/in.h... yes
743checking for netinet/tcp.h... yes
744checking sys/filio.h usability... yes
745checking sys/filio.h presence... yes
746checking for sys/filio.h... yes
747checking if socklen_t is defined... yes
748checking for I/O filters... all (shuffle,fletcher32)
749checking if converting denormalized floating-point values is possible... yes
750checking if high level library is enabled... yes
751configure: creating ./config.status
752=== configuring in c++ (/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6/c++)
753configure: running /bin/sh ./configure '--prefix=/macports'  '--enable-cxx' '--with-zlib=/macports/lib' 'CFLAGS=-O2' 'LDFLAGS=-L/macports/lib' 'CPPFLAGS=-I/macports/include' --cache-file=/dev/null --srcdir=.
754checking build system type... i686-apple-darwin8.10.1
755checking host system type... i686-apple-darwin8.10.1
756checking shell variables initial values... done
757checking for cached host... none
758checking for config i686-apple-darwin8.10.1... no
759checking for config i686-apple-darwin8.10.1... no
760checking for config apple-darwin8.10.1... no
761checking for config apple-darwin8.10.1... no
762checking for config i686-darwin8.10.1... no
763checking for config i686-darwin8.10.1... no
764checking for config i686-apple... no
765checking for config darwin8.10.1... no
766checking for config darwin8.10.1... no
767checking for config apple... no
768checking for config i686... no
769checking for g++... g++
770checking for C++ compiler default output file name... a.out
771checking whether the C++ compiler works... yes
772checking whether we are cross compiling... no
773checking for suffix of executables...
774checking for suffix of object files... o
775checking whether we are using the GNU C++ compiler... yes
776checking whether g++ accepts -g... yes
777checking how to run the C++ preprocessor... g++ -E
778checking whether make sets $(MAKE)... yes
779checking for a BSD-compatible install... /macports/bin/ginstall -c
780checking for gcc... gcc
781checking whether we are using the GNU C compiler... yes
782checking whether gcc accepts -g... yes
783checking for gcc option to accept ISO C89... none needed
784checking for ld used by GCC... /usr/bin/ld
785checking if the linker (/usr/bin/ld) is GNU ld... no
786checking for /usr/bin/ld option to reload object files... -r
787checking for BSD-compatible nm... /usr/bin/nm -p
788checking whether ln -s works... yes
789checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library
790checking command to parse /usr/bin/nm -p output... ok
791checking how to run the C preprocessor... gcc -E
792checking for grep that handles long lines and -e... /usr/bin/grep
793checking for egrep... /usr/bin/grep -E
794checking for ANSI C header files... yes
795checking for sys/types.h... yes
796checking for sys/stat.h... yes
797checking for stdlib.h... yes
798checking for string.h... yes
799checking for memory.h... yes
800checking for strings.h... yes
801checking for inttypes.h... yes
802checking for stdint.h... yes
803checking for unistd.h... yes
804checking dlfcn.h usability... yes
805checking dlfcn.h presence... yes
806checking for dlfcn.h... yes
807checking for ranlib... ranlib
808checking for strip... strip
809checking for objdir... .libs
810checking for gcc option to produce PIC... -fno-common
811checking if gcc PIC flag -fno-common works... yes
812checking if gcc static flag -static works... no
813checking if gcc supports -c -o file.o... yes
814checking if gcc supports -c -o file.lo... yes
815checking if gcc supports -fno-rtti -fno-exceptions... no
816checking whether the linker (/usr/bin/ld) supports shared libraries... yes
817checking how to hardcode library paths into programs... unsupported
818checking whether stripping libraries is possible... no
819checking dynamic linker characteristics... darwin8.10.1 dyld
820checking if libtool supports shared libraries... yes
821checking whether to build shared libraries... yes
822checking whether to build static libraries... yes
823creating libtool
824checking for perl... perl
825checking for production mode... "production"
826checking for ceil in -lm... yes
827checking if should build only statically linked executables... no
828checking for offsetof extension... yes
829checking if g++ needs old style header files in includes... no
830checking if g++ can handle namespaces... yes
831checking if g++ supports std... yes
832checking if g++ supports bool types... yes
833checking if g++ can handle static cast... yes
834checking zlib.h usability... yes
835checking zlib.h presence... yes
836checking for zlib.h... yes
837checking for compress2 in -lz... yes
838checking for compress2... yes
839checking szlib.h usability... no
840checking szlib.h presence... no
841checking for szlib.h... no
842checking for SZ_BufftoBuffCompress in -lsz... no
843checking for Stream Virtual File Driver support... not configured
844checking make... GNU make
845checking if high level library is enabled... yes
846configure: creating ./config.status
847config.status: creating config/depend1
848config.status: creating config/depend2
849config.status: creating config/depend3
850config.status: creating config/depend4
851config.status: creating config/dependN
852config.status: creating config/commence
853config.status: creating config/conclude
854config.status: creating Makefile
855config.status: creating src/Makefile
856config.status: creating src/h5c++
857config.status: creating test/Makefile
858config.status: creating examples/testh5c++.sh
859config.status: creating examples/Makefile
860config.status: creating src/H5cxx_config.h
861config.status: executing default-1 commands
862creating c++/src/H5cxx_pubconf.h
863config.status: creating src/libhdf5.settings
864config.status: creating config/depend1
865config.status: creating config/depend2
866config.status: creating config/depend3
867config.status: creating config/depend4
868config.status: creating config/dependN
869config.status: creating config/commence
870config.status: creating config/conclude
871config.status: creating Makefile
872config.status: creating src/Makefile
873config.status: creating test/Makefile
874config.status: creating perform/Makefile
875config.status: creating tools/Makefile
876config.status: creating tools/h5dump/Makefile
877config.status: creating tools/h5dump/testh5dump.sh
878config.status: creating tools/h5import/Makefile
879config.status: creating tools/h5diff/Makefile
880config.status: creating tools/h5jam/Makefile
881config.status: creating tools/h5jam/testh5jam.sh
882config.status: creating tools/h5repack/Makefile
883config.status: creating tools/h5repack/h5repack.sh
884config.status: creating tools/h5ls/Makefile
885config.status: creating tools/lib/Makefile
886config.status: creating tools/misc/Makefile
887config.status: creating tools/misc/h5cc
888config.status: creating examples/Makefile
889config.status: creating examples/testh5cc.sh
890config.status: creating doc/Makefile
891config.status: creating doc/html/Makefile
892config.status: creating doc/html/ed_libs/Makefile
893config.status: creating doc/html/ed_styles/Makefile
894config.status: creating doc/html/ADGuide/Makefile
895config.status: creating doc/html/Graphics/Makefile
896config.status: creating doc/html/Intro/Makefile
897config.status: creating doc/html/PSandPDF/Makefile
898config.status: creating doc/html/TechNotes/Makefile
899config.status: creating doc/html/Tutor/Makefile
900config.status: creating doc/html/Tutor/Graphics/Makefile
901config.status: creating doc/html/Tutor/examples/Makefile
902config.status: creating doc/html/cpplus/Makefile
903config.status: creating doc/html/cpplus_RM/Makefile
904config.status: creating doc/html/cpplus_RM/header_files/Makefile
905config.status: creating doc/html/fortran/Makefile
906config.status: creating hl/Makefile
907config.status: creating hl/examples/Makefile
908config.status: creating hl/src/Makefile
909config.status: creating hl/test/Makefile
910config.status: creating hl/tools/Makefile
911config.status: creating hl/tools/gif2h5/Makefile
912config.status: creating src/H5config.h
913config.status: executing default-1 commands
914creating src/H5pubconf.h
915
916Configure Summary
917Compiling Options:
918               Compilation Mode:  Production
919                     C Compiler:  gcc
920                         CFLAGS:   -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions
921                       CPPFLAGS:  -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include
922                        LDFLAGS:  -L/macports/lib -L/macports/lib/lib
923                     Debug Mode:  None
924               Shared Libraries:  Yes
925               Static Libraries:  Yes
926  Statically Linked Executables:  No
927                        Tracing:  No
928   Optimization Instrumentation:  No
929
930Languages:
931----------
932                            C++:  Yes
933                   C++ Compiler:  g++
934                       CXXFLAGS:   -O2
935
936                        Fortran:  No
937
938Features:
939---------
940                        dmalloc:  No
941         Function Stack Tracing:  Disabled
942                           GASS:  No
943                           GPFS:  No
944        HDF5 v1.4 Compatibility:  No
945                        hsize_t:  Large
946         I/O filters (external):  deflate
947         I/O filters (internal):  shuffle,fletcher32
948 Linux Large File Support (LFS):  Disabled
949                            MPE:  No
950                  Parallel HDF5:  No
951                            SRB:  No
952                     Stream VFD:  Enabled
953                   Threadsafety:  Disabled
954             High Level library:  Enabled
955--->  Building hdf5 with target all
956DEBUG: Executing org.macports.build (hdf5)
957DEBUG: Environment:
958DEBUG: Assembled command: 'cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6" && make all'
959make lib
960gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions  -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include  ./H5detect.c \
961    -L/macports/lib -L/macports/lib/lib -lz -lm  -o H5detect
962/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
963LD_LIBRARY_PATH="$LD_LIBRARY_PATH`echo -L/macports/lib -L/macports/lib/lib |                  \
964        sed -e 's/-L/:/g' -e 's/ //g'`"                               \
965 ./H5detect > H5Tinit.c  ||                               \
966    (test $HDF5_Make_Ignore && echo "*** Error ignored") ||          \
967    (rm -f H5Tinit.c ; exit 1)
968Building dependencies for H5.c
969Building dependencies for H5A.c
970Building dependencies for H5AC.c
971Building dependencies for H5B.c
972Building dependencies for H5Bcache.c
973Building dependencies for H5C.c
974Building dependencies for H5D.c
975Building dependencies for H5Dcontig.c
976Building dependencies for H5Dcompact.c
977Building dependencies for H5Defl.c
978Building dependencies for H5Dio.c
979Building dependencies for H5Distore.c
980Building dependencies for H5Dmpio.c
981Building dependencies for H5Dselect.c
982Building dependencies for H5Dtest.c
983Building dependencies for H5E.c
984H5E.c: in function `H5Eprint':
985H5E.c:467: warning: trace info was not inserted
986Building dependencies for H5F.c
987Building dependencies for H5Fdbg.c
988Building dependencies for H5Fmount.c
989Building dependencies for H5Fsfile.c
990Building dependencies for H5Fsuper.c
991Building dependencies for H5FD.c
992Building dependencies for H5FDcore.c
993Building dependencies for H5FDfamily.c
994Building dependencies for H5FDgass.c
995H5FDgass.c: in function `H5Pset_fapl_gass':
996H5FDgass.c:293: untraceable type `GASS_Info'
997Building dependencies for H5FDlog.c
998Building dependencies for H5FDmpi.c
999Building dependencies for H5FDmpio.c
1000Building dependencies for H5FDmpiposix.c
1001Building dependencies for H5FDmulti.c
1002H5FDmulti.c: in function `H5Pset_fapl_split':
1003H5FDmulti.c:291: warning: trace info was not inserted
1004H5FDmulti.c: in function `H5Pset_fapl_multi':
1005H5FDmulti.c:430: unable to parse `const char * const *memb_name'
1006H5FDmulti.c: in function `H5Pget_fapl_multi':
1007H5FDmulti.c:537: warning: trace info was not inserted
1008H5FDmulti.c: in function `H5Pset_dxpl_multi':
1009H5FDmulti.c:606: warning: trace info was not inserted
1010H5FDmulti.c: in function `H5Pget_dxpl_multi':
1011H5FDmulti.c:658: warning: trace info was not inserted
1012Building dependencies for H5FDsec2.c
1013Building dependencies for H5FDsrb.c
1014H5FDsrb.c: in function `H5Pset_fapl_srb':
1015H5FDsrb.c:266: untraceable type `SRB_Info'
1016Building dependencies for H5FDstdio.c
1017H5FDstdio.c: in function `H5Pset_fapl_stdio':
1018H5FDstdio.c:272: warning: trace info was not inserted
1019Building dependencies for H5FDstream.c
1020Building dependencies for H5FL.c
1021Building dependencies for H5FO.c
1022Building dependencies for H5FS.c
1023Building dependencies for H5G.c
1024Building dependencies for H5Gent.c
1025Building dependencies for H5Gname.c
1026Building dependencies for H5Gnode.c
1027Building dependencies for H5Gstab.c
1028Building dependencies for H5Gtest.c
1029Building dependencies for H5Gtraverse.c
1030Building dependencies for H5HG.c
1031Building dependencies for H5HGdbg.c
1032Building dependencies for H5HL.c
1033Building dependencies for H5HLdbg.c
1034Building dependencies for H5HP.c
1035Building dependencies for H5I.c
1036Building dependencies for H5MF.c
1037Building dependencies for H5MM.c
1038Building dependencies for H5O.c
1039Building dependencies for H5Oattr.c
1040Building dependencies for H5Obogus.c
1041Building dependencies for H5Ocache.c
1042Building dependencies for H5Ocont.c
1043Building dependencies for H5Odtype.c
1044Building dependencies for H5Oefl.c
1045Building dependencies for H5Ofill.c
1046Building dependencies for H5Olayout.c
1047Building dependencies for H5Omtime.c
1048Building dependencies for H5Oname.c
1049Building dependencies for H5Onull.c
1050Building dependencies for H5Opline.c
1051Building dependencies for H5Osdspace.c
1052Building dependencies for H5Oshared.c
1053Building dependencies for H5Ostab.c
1054Building dependencies for H5P.c
1055Building dependencies for H5Pdcpl.c
1056Building dependencies for H5Pdxpl.c
1057Building dependencies for H5Pfapl.c
1058Building dependencies for H5Pfcpl.c
1059Building dependencies for H5Ptest.c
1060Building dependencies for H5R.c
1061Building dependencies for H5RC.c
1062Building dependencies for H5RS.c
1063Building dependencies for H5S.c
1064Building dependencies for H5Sall.c
1065Building dependencies for H5Shyper.c
1066Building dependencies for H5Smpio.c
1067Building dependencies for H5Snone.c
1068Building dependencies for H5Spoint.c
1069Building dependencies for H5Sselect.c
1070Building dependencies for H5Stest.c
1071Building dependencies for H5SL.c
1072Building dependencies for H5ST.c
1073Building dependencies for H5T.c
1074Building dependencies for H5Tarray.c
1075Building dependencies for H5Tbit.c
1076Building dependencies for H5Tcommit.c
1077Building dependencies for H5Tcompound.c
1078Building dependencies for H5Tconv.c
1079Building dependencies for H5Tcset.c
1080Building dependencies for H5Tenum.c
1081Building dependencies for H5Tfields.c
1082Building dependencies for H5Tfixed.c
1083Building dependencies for H5Tfloat.c
1084Building dependencies for H5Tinit.c
1085Building dependencies for H5Tnative.c
1086Building dependencies for H5Toffset.c
1087Building dependencies for H5Topaque.c
1088Building dependencies for H5Torder.c
1089Building dependencies for H5Tpad.c
1090Building dependencies for H5Tprecis.c
1091Building dependencies for H5Tstrpad.c
1092Building dependencies for H5Tvlen.c
1093Building dependencies for H5TS.c
1094Building dependencies for H5V.c
1095Building dependencies for H5Z.c
1096Building dependencies for H5Zdeflate.c
1097Building dependencies for H5Zfletcher32.c
1098Building dependencies for H5Zshuffle.c
1099Building dependencies for H5Zszip.c
1100mkdir .libs
1101gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5.c  -fno-common -DPIC -o .libs/H5.lo
1102gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5.c -o H5.o >/dev/null 2>&1
1103mv -f .libs/H5.lo H5.lo
1104rm -f .libs/H5A.lo
1105gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5A.c  -fno-common -DPIC -o .libs/H5A.lo
1106gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5A.c -o H5A.o >/dev/null 2>&1
1107mv -f .libs/H5A.lo H5A.lo
1108rm -f .libs/H5AC.lo
1109gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5AC.c  -fno-common -DPIC -o .libs/H5AC.lo
1110gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5AC.c -o H5AC.o >/dev/null 2>&1
1111mv -f .libs/H5AC.lo H5AC.lo
1112rm -f .libs/H5B.lo
1113gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5B.c  -fno-common -DPIC -o .libs/H5B.lo
1114gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5B.c -o H5B.o >/dev/null 2>&1
1115mv -f .libs/H5B.lo H5B.lo
1116rm -f .libs/H5Bcache.lo
1117gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Bcache.c  -fno-common -DPIC -o .libs/H5Bcache.lo
1118gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Bcache.c -o H5Bcache.o >/dev/null 2>&1
1119mv -f .libs/H5Bcache.lo H5Bcache.lo
1120rm -f .libs/H5C.lo
1121gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5C.c  -fno-common -DPIC -o .libs/H5C.lo
1122gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5C.c -o H5C.o >/dev/null 2>&1
1123mv -f .libs/H5C.lo H5C.lo
1124rm -f .libs/H5D.lo
1125gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5D.c  -fno-common -DPIC -o .libs/H5D.lo
1126gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5D.c -o H5D.o >/dev/null 2>&1
1127mv -f .libs/H5D.lo H5D.lo
1128rm -f .libs/H5Dcontig.lo
1129gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dcontig.c  -fno-common -DPIC -o .libs/H5Dcontig.lo
1130gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dcontig.c -o H5Dcontig.o >/dev/null 2>&1
1131mv -f .libs/H5Dcontig.lo H5Dcontig.lo
1132rm -f .libs/H5Dcompact.lo
1133gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dcompact.c  -fno-common -DPIC -o .libs/H5Dcompact.lo
1134gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dcompact.c -o H5Dcompact.o >/dev/null 2>&1
1135mv -f .libs/H5Dcompact.lo H5Dcompact.lo
1136rm -f .libs/H5Defl.lo
1137gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Defl.c  -fno-common -DPIC -o .libs/H5Defl.lo
1138gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Defl.c -o H5Defl.o >/dev/null 2>&1
1139mv -f .libs/H5Defl.lo H5Defl.lo
1140rm -f .libs/H5Dio.lo
1141gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dio.c  -fno-common -DPIC -o .libs/H5Dio.lo
1142H5Dio.c: In function 'H5D_create_chunk_map':
1143H5Dio.c:2389: warning: passing argument 1 of 'H5S_hyper_normalize_offset' discards qualifiers from pointer target type
1144H5Dio.c:2554: warning: passing argument 1 of 'H5S_hyper_denormalize_offset' discards qualifiers from pointer target type
1145gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dio.c -o H5Dio.o >/dev/null 2>&1
1146mv -f .libs/H5Dio.lo H5Dio.lo
1147rm -f .libs/H5Distore.lo
1148gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Distore.c  -fno-common -DPIC -o .libs/H5Distore.lo
1149gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Distore.c -o H5Distore.o >/dev/null 2>&1
1150mv -f .libs/H5Distore.lo H5Distore.lo
1151rm -f .libs/H5Dmpio.lo
1152gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dmpio.c  -fno-common -DPIC -o .libs/H5Dmpio.lo
1153gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dmpio.c -o H5Dmpio.o >/dev/null 2>&1
1154mv -f .libs/H5Dmpio.lo H5Dmpio.lo
1155rm -f .libs/H5Dselect.lo
1156gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dselect.c  -fno-common -DPIC -o .libs/H5Dselect.lo
1157gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dselect.c -o H5Dselect.o >/dev/null 2>&1
1158mv -f .libs/H5Dselect.lo H5Dselect.lo
1159rm -f .libs/H5Dtest.lo
1160gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dtest.c  -fno-common -DPIC -o .libs/H5Dtest.lo
1161gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Dtest.c -o H5Dtest.o >/dev/null 2>&1
1162mv -f .libs/H5Dtest.lo H5Dtest.lo
1163rm -f .libs/H5E.lo
1164gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5E.c  -fno-common -DPIC -o .libs/H5E.lo
1165gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5E.c -o H5E.o >/dev/null 2>&1
1166mv -f .libs/H5E.lo H5E.lo
1167rm -f .libs/H5F.lo
1168gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5F.c  -fno-common -DPIC -o .libs/H5F.lo
1169gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5F.c -o H5F.o >/dev/null 2>&1
1170mv -f .libs/H5F.lo H5F.lo
1171rm -f .libs/H5Fdbg.lo
1172gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fdbg.c  -fno-common -DPIC -o .libs/H5Fdbg.lo
1173gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fdbg.c -o H5Fdbg.o >/dev/null 2>&1
1174mv -f .libs/H5Fdbg.lo H5Fdbg.lo
1175rm -f .libs/H5Fmount.lo
1176gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fmount.c  -fno-common -DPIC -o .libs/H5Fmount.lo
1177gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fmount.c -o H5Fmount.o >/dev/null 2>&1
1178mv -f .libs/H5Fmount.lo H5Fmount.lo
1179rm -f .libs/H5Fsfile.lo
1180gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fsfile.c  -fno-common -DPIC -o .libs/H5Fsfile.lo
1181gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fsfile.c -o H5Fsfile.o >/dev/null 2>&1
1182mv -f .libs/H5Fsfile.lo H5Fsfile.lo
1183rm -f .libs/H5Fsuper.lo
1184gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fsuper.c  -fno-common -DPIC -o .libs/H5Fsuper.lo
1185gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Fsuper.c -o H5Fsuper.o >/dev/null 2>&1
1186mv -f .libs/H5Fsuper.lo H5Fsuper.lo
1187rm -f .libs/H5FD.lo
1188gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FD.c  -fno-common -DPIC -o .libs/H5FD.lo
1189H5FD.c: In function 'H5FD_get_vfd_handle':
1190H5FD.c:3682: warning: assignment makes integer from pointer without a cast
1191gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FD.c -o H5FD.o >/dev/null 2>&1
1192mv -f .libs/H5FD.lo H5FD.lo
1193rm -f .libs/H5FDcore.lo
1194gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDcore.c  -fno-common -DPIC -o .libs/H5FDcore.lo
1195gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDcore.c -o H5FDcore.o >/dev/null 2>&1
1196mv -f .libs/H5FDcore.lo H5FDcore.lo
1197rm -f .libs/H5FDfamily.lo
1198gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDfamily.c  -fno-common -DPIC -o .libs/H5FDfamily.lo
1199gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDfamily.c -o H5FDfamily.o >/dev/null 2>&1
1200mv -f .libs/H5FDfamily.lo H5FDfamily.lo
1201rm -f .libs/H5FDgass.lo
1202gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDgass.c  -fno-common -DPIC -o .libs/H5FDgass.lo
1203gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDgass.c -o H5FDgass.o >/dev/null 2>&1
1204mv -f .libs/H5FDgass.lo H5FDgass.lo
1205rm -f .libs/H5FDlog.lo
1206gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDlog.c  -fno-common -DPIC -o .libs/H5FDlog.lo
1207gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDlog.c -o H5FDlog.o >/dev/null 2>&1
1208mv -f .libs/H5FDlog.lo H5FDlog.lo
1209rm -f .libs/H5FDmpi.lo
1210gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpi.c  -fno-common -DPIC -o .libs/H5FDmpi.lo
1211gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpi.c -o H5FDmpi.o >/dev/null 2>&1
1212mv -f .libs/H5FDmpi.lo H5FDmpi.lo
1213rm -f .libs/H5FDmpio.lo
1214gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpio.c  -fno-common -DPIC -o .libs/H5FDmpio.lo
1215gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpio.c -o H5FDmpio.o >/dev/null 2>&1
1216mv -f .libs/H5FDmpio.lo H5FDmpio.lo
1217rm -f .libs/H5FDmpiposix.lo
1218gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpiposix.c  -fno-common -DPIC -o .libs/H5FDmpiposix.lo
1219gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmpiposix.c -o H5FDmpiposix.o >/dev/null 2>&1
1220mv -f .libs/H5FDmpiposix.lo H5FDmpiposix.lo
1221rm -f .libs/H5FDmulti.lo
1222gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmulti.c  -fno-common -DPIC -o .libs/H5FDmulti.lo
1223gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDmulti.c -o H5FDmulti.o >/dev/null 2>&1
1224mv -f .libs/H5FDmulti.lo H5FDmulti.lo
1225rm -f .libs/H5FDsec2.lo
1226gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDsec2.c  -fno-common -DPIC -o .libs/H5FDsec2.lo
1227gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDsec2.c -o H5FDsec2.o >/dev/null 2>&1
1228mv -f .libs/H5FDsec2.lo H5FDsec2.lo
1229rm -f .libs/H5FDsrb.lo
1230gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDsrb.c  -fno-common -DPIC -o .libs/H5FDsrb.lo
1231gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDsrb.c -o H5FDsrb.o >/dev/null 2>&1
1232mv -f .libs/H5FDsrb.lo H5FDsrb.lo
1233rm -f .libs/H5FDstdio.lo
1234gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDstdio.c  -fno-common -DPIC -o .libs/H5FDstdio.lo
1235gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDstdio.c -o H5FDstdio.o >/dev/null 2>&1
1236mv -f .libs/H5FDstdio.lo H5FDstdio.lo
1237rm -f .libs/H5FDstream.lo
1238gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDstream.c  -fno-common -DPIC -o .libs/H5FDstream.lo
1239gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FDstream.c -o H5FDstream.o >/dev/null 2>&1
1240mv -f .libs/H5FDstream.lo H5FDstream.lo
1241rm -f .libs/H5FL.lo
1242gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FL.c  -fno-common -DPIC -o .libs/H5FL.lo
1243gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FL.c -o H5FL.o >/dev/null 2>&1
1244mv -f .libs/H5FL.lo H5FL.lo
1245rm -f .libs/H5FO.lo
1246gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FO.c  -fno-common -DPIC -o .libs/H5FO.lo
1247gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FO.c -o H5FO.o >/dev/null 2>&1
1248mv -f .libs/H5FO.lo H5FO.lo
1249rm -f .libs/H5FS.lo
1250gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FS.c  -fno-common -DPIC -o .libs/H5FS.lo
1251gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5FS.c -o H5FS.o >/dev/null 2>&1
1252mv -f .libs/H5FS.lo H5FS.lo
1253rm -f .libs/H5G.lo
1254gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5G.c  -fno-common -DPIC -o .libs/H5G.lo
1255gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5G.c -o H5G.o >/dev/null 2>&1
1256mv -f .libs/H5G.lo H5G.lo
1257rm -f .libs/H5Gent.lo
1258gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gent.c  -fno-common -DPIC -o .libs/H5Gent.lo
1259gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gent.c -o H5Gent.o >/dev/null 2>&1
1260mv -f .libs/H5Gent.lo H5Gent.lo
1261rm -f .libs/H5Gname.lo
1262gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gname.c  -fno-common -DPIC -o .libs/H5Gname.lo
1263gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gname.c -o H5Gname.o >/dev/null 2>&1
1264mv -f .libs/H5Gname.lo H5Gname.lo
1265rm -f .libs/H5Gnode.lo
1266gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gnode.c  -fno-common -DPIC -o .libs/H5Gnode.lo
1267gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gnode.c -o H5Gnode.o >/dev/null 2>&1
1268mv -f .libs/H5Gnode.lo H5Gnode.lo
1269rm -f .libs/H5Gstab.lo
1270gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gstab.c  -fno-common -DPIC -o .libs/H5Gstab.lo
1271gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gstab.c -o H5Gstab.o >/dev/null 2>&1
1272mv -f .libs/H5Gstab.lo H5Gstab.lo
1273rm -f .libs/H5Gtest.lo
1274gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gtest.c  -fno-common -DPIC -o .libs/H5Gtest.lo
1275gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gtest.c -o H5Gtest.o >/dev/null 2>&1
1276mv -f .libs/H5Gtest.lo H5Gtest.lo
1277rm -f .libs/H5Gtraverse.lo
1278gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gtraverse.c  -fno-common -DPIC -o .libs/H5Gtraverse.lo
1279gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Gtraverse.c -o H5Gtraverse.o >/dev/null 2>&1
1280mv -f .libs/H5Gtraverse.lo H5Gtraverse.lo
1281rm -f .libs/H5HG.lo
1282gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HG.c  -fno-common -DPIC -o .libs/H5HG.lo
1283gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HG.c -o H5HG.o >/dev/null 2>&1
1284mv -f .libs/H5HG.lo H5HG.lo
1285rm -f .libs/H5HGdbg.lo
1286gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HGdbg.c  -fno-common -DPIC -o .libs/H5HGdbg.lo
1287gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HGdbg.c -o H5HGdbg.o >/dev/null 2>&1
1288mv -f .libs/H5HGdbg.lo H5HGdbg.lo
1289rm -f .libs/H5HL.lo
1290gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HL.c  -fno-common -DPIC -o .libs/H5HL.lo
1291gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HL.c -o H5HL.o >/dev/null 2>&1
1292mv -f .libs/H5HL.lo H5HL.lo
1293rm -f .libs/H5HLdbg.lo
1294gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HLdbg.c  -fno-common -DPIC -o .libs/H5HLdbg.lo
1295gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HLdbg.c -o H5HLdbg.o >/dev/null 2>&1
1296mv -f .libs/H5HLdbg.lo H5HLdbg.lo
1297rm -f .libs/H5HP.lo
1298gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HP.c  -fno-common -DPIC -o .libs/H5HP.lo
1299gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5HP.c -o H5HP.o >/dev/null 2>&1
1300mv -f .libs/H5HP.lo H5HP.lo
1301rm -f .libs/H5I.lo
1302gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5I.c  -fno-common -DPIC -o .libs/H5I.lo
1303gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5I.c -o H5I.o >/dev/null 2>&1
1304mv -f .libs/H5I.lo H5I.lo
1305rm -f .libs/H5MF.lo
1306gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5MF.c  -fno-common -DPIC -o .libs/H5MF.lo
1307gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5MF.c -o H5MF.o >/dev/null 2>&1
1308mv -f .libs/H5MF.lo H5MF.lo
1309rm -f .libs/H5MM.lo
1310gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5MM.c  -fno-common -DPIC -o .libs/H5MM.lo
1311gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5MM.c -o H5MM.o >/dev/null 2>&1
1312mv -f .libs/H5MM.lo H5MM.lo
1313rm -f .libs/H5O.lo
1314gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5O.c  -fno-common -DPIC -o .libs/H5O.lo
1315gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5O.c -o H5O.o >/dev/null 2>&1
1316mv -f .libs/H5O.lo H5O.lo
1317rm -f .libs/H5Oattr.lo
1318gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oattr.c  -fno-common -DPIC -o .libs/H5Oattr.lo
1319gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oattr.c -o H5Oattr.o >/dev/null 2>&1
1320mv -f .libs/H5Oattr.lo H5Oattr.lo
1321rm -f .libs/H5Obogus.lo
1322gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Obogus.c  -fno-common -DPIC -o .libs/H5Obogus.lo
1323gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Obogus.c -o H5Obogus.o >/dev/null 2>&1
1324mv -f .libs/H5Obogus.lo H5Obogus.lo
1325rm -f .libs/H5Ocache.lo
1326gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ocache.c  -fno-common -DPIC -o .libs/H5Ocache.lo
1327gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ocache.c -o H5Ocache.o >/dev/null 2>&1
1328mv -f .libs/H5Ocache.lo H5Ocache.lo
1329rm -f .libs/H5Ocont.lo
1330gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ocont.c  -fno-common -DPIC -o .libs/H5Ocont.lo
1331gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ocont.c -o H5Ocont.o >/dev/null 2>&1
1332mv -f .libs/H5Ocont.lo H5Ocont.lo
1333rm -f .libs/H5Odtype.lo
1334gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Odtype.c  -fno-common -DPIC -o .libs/H5Odtype.lo
1335gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Odtype.c -o H5Odtype.o >/dev/null 2>&1
1336mv -f .libs/H5Odtype.lo H5Odtype.lo
1337rm -f .libs/H5Oefl.lo
1338gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oefl.c  -fno-common -DPIC -o .libs/H5Oefl.lo
1339gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oefl.c -o H5Oefl.o >/dev/null 2>&1
1340mv -f .libs/H5Oefl.lo H5Oefl.lo
1341rm -f .libs/H5Ofill.lo
1342gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ofill.c  -fno-common -DPIC -o .libs/H5Ofill.lo
1343gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ofill.c -o H5Ofill.o >/dev/null 2>&1
1344mv -f .libs/H5Ofill.lo H5Ofill.lo
1345rm -f .libs/H5Olayout.lo
1346gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Olayout.c  -fno-common -DPIC -o .libs/H5Olayout.lo
1347gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Olayout.c -o H5Olayout.o >/dev/null 2>&1
1348mv -f .libs/H5Olayout.lo H5Olayout.lo
1349rm -f .libs/H5Omtime.lo
1350gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Omtime.c  -fno-common -DPIC -o .libs/H5Omtime.lo
1351gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Omtime.c -o H5Omtime.o >/dev/null 2>&1
1352mv -f .libs/H5Omtime.lo H5Omtime.lo
1353rm -f .libs/H5Oname.lo
1354gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oname.c  -fno-common -DPIC -o .libs/H5Oname.lo
1355gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oname.c -o H5Oname.o >/dev/null 2>&1
1356mv -f .libs/H5Oname.lo H5Oname.lo
1357rm -f .libs/H5Onull.lo
1358gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Onull.c  -fno-common -DPIC -o .libs/H5Onull.lo
1359gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Onull.c -o H5Onull.o >/dev/null 2>&1
1360mv -f .libs/H5Onull.lo H5Onull.lo
1361rm -f .libs/H5Opline.lo
1362gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Opline.c  -fno-common -DPIC -o .libs/H5Opline.lo
1363gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Opline.c -o H5Opline.o >/dev/null 2>&1
1364mv -f .libs/H5Opline.lo H5Opline.lo
1365rm -f .libs/H5Osdspace.lo
1366gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Osdspace.c  -fno-common -DPIC -o .libs/H5Osdspace.lo
1367gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Osdspace.c -o H5Osdspace.o >/dev/null 2>&1
1368mv -f .libs/H5Osdspace.lo H5Osdspace.lo
1369rm -f .libs/H5Oshared.lo
1370gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oshared.c  -fno-common -DPIC -o .libs/H5Oshared.lo
1371gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Oshared.c -o H5Oshared.o >/dev/null 2>&1
1372mv -f .libs/H5Oshared.lo H5Oshared.lo
1373rm -f .libs/H5Ostab.lo
1374gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ostab.c  -fno-common -DPIC -o .libs/H5Ostab.lo
1375gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ostab.c -o H5Ostab.o >/dev/null 2>&1
1376mv -f .libs/H5Ostab.lo H5Ostab.lo
1377rm -f .libs/H5P.lo
1378gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5P.c  -fno-common -DPIC -o .libs/H5P.lo
1379gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5P.c -o H5P.o >/dev/null 2>&1
1380mv -f .libs/H5P.lo H5P.lo
1381rm -f .libs/H5Pdcpl.lo
1382gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pdcpl.c  -fno-common -DPIC -o .libs/H5Pdcpl.lo
1383gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pdcpl.c -o H5Pdcpl.o >/dev/null 2>&1
1384mv -f .libs/H5Pdcpl.lo H5Pdcpl.lo
1385rm -f .libs/H5Pdxpl.lo
1386gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pdxpl.c  -fno-common -DPIC -o .libs/H5Pdxpl.lo
1387gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pdxpl.c -o H5Pdxpl.o >/dev/null 2>&1
1388mv -f .libs/H5Pdxpl.lo H5Pdxpl.lo
1389rm -f .libs/H5Pfapl.lo
1390gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pfapl.c  -fno-common -DPIC -o .libs/H5Pfapl.lo
1391gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pfapl.c -o H5Pfapl.o >/dev/null 2>&1
1392mv -f .libs/H5Pfapl.lo H5Pfapl.lo
1393rm -f .libs/H5Pfcpl.lo
1394gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pfcpl.c  -fno-common -DPIC -o .libs/H5Pfcpl.lo
1395gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Pfcpl.c -o H5Pfcpl.o >/dev/null 2>&1
1396mv -f .libs/H5Pfcpl.lo H5Pfcpl.lo
1397rm -f .libs/H5Ptest.lo
1398gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ptest.c  -fno-common -DPIC -o .libs/H5Ptest.lo
1399gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Ptest.c -o H5Ptest.o >/dev/null 2>&1
1400mv -f .libs/H5Ptest.lo H5Ptest.lo
1401rm -f .libs/H5R.lo
1402gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5R.c  -fno-common -DPIC -o .libs/H5R.lo
1403gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5R.c -o H5R.o >/dev/null 2>&1
1404mv -f .libs/H5R.lo H5R.lo
1405rm -f .libs/H5RC.lo
1406gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5RC.c  -fno-common -DPIC -o .libs/H5RC.lo
1407gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5RC.c -o H5RC.o >/dev/null 2>&1
1408mv -f .libs/H5RC.lo H5RC.lo
1409rm -f .libs/H5RS.lo
1410gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5RS.c  -fno-common -DPIC -o .libs/H5RS.lo
1411gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5RS.c -o H5RS.o >/dev/null 2>&1
1412mv -f .libs/H5RS.lo H5RS.lo
1413rm -f .libs/H5S.lo
1414gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5S.c  -fno-common -DPIC -o .libs/H5S.lo
1415gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5S.c -o H5S.o >/dev/null 2>&1
1416mv -f .libs/H5S.lo H5S.lo
1417rm -f .libs/H5Sall.lo
1418gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Sall.c  -fno-common -DPIC -o .libs/H5Sall.lo
1419gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Sall.c -o H5Sall.o >/dev/null 2>&1
1420mv -f .libs/H5Sall.lo H5Sall.lo
1421rm -f .libs/H5Shyper.lo
1422gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Shyper.c  -fno-common -DPIC -o .libs/H5Shyper.lo
1423gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Shyper.c -o H5Shyper.o >/dev/null 2>&1
1424mv -f .libs/H5Shyper.lo H5Shyper.lo
1425rm -f .libs/H5Smpio.lo
1426gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Smpio.c  -fno-common -DPIC -o .libs/H5Smpio.lo
1427gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Smpio.c -o H5Smpio.o >/dev/null 2>&1
1428mv -f .libs/H5Smpio.lo H5Smpio.lo
1429rm -f .libs/H5Snone.lo
1430gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Snone.c  -fno-common -DPIC -o .libs/H5Snone.lo
1431gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Snone.c -o H5Snone.o >/dev/null 2>&1
1432mv -f .libs/H5Snone.lo H5Snone.lo
1433rm -f .libs/H5Spoint.lo
1434gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Spoint.c  -fno-common -DPIC -o .libs/H5Spoint.lo
1435gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Spoint.c -o H5Spoint.o >/dev/null 2>&1
1436mv -f .libs/H5Spoint.lo H5Spoint.lo
1437rm -f .libs/H5Sselect.lo
1438gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Sselect.c  -fno-common -DPIC -o .libs/H5Sselect.lo
1439gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Sselect.c -o H5Sselect.o >/dev/null 2>&1
1440mv -f .libs/H5Sselect.lo H5Sselect.lo
1441rm -f .libs/H5Stest.lo
1442gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Stest.c  -fno-common -DPIC -o .libs/H5Stest.lo
1443gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Stest.c -o H5Stest.o >/dev/null 2>&1
1444mv -f .libs/H5Stest.lo H5Stest.lo
1445rm -f .libs/H5SL.lo
1446gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5SL.c  -fno-common -DPIC -o .libs/H5SL.lo
1447gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5SL.c -o H5SL.o >/dev/null 2>&1
1448mv -f .libs/H5SL.lo H5SL.lo
1449rm -f .libs/H5ST.lo
1450gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5ST.c  -fno-common -DPIC -o .libs/H5ST.lo
1451gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5ST.c -o H5ST.o >/dev/null 2>&1
1452mv -f .libs/H5ST.lo H5ST.lo
1453rm -f .libs/H5T.lo
1454gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5T.c  -fno-common -DPIC -o .libs/H5T.lo
1455gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5T.c -o H5T.o >/dev/null 2>&1
1456mv -f .libs/H5T.lo H5T.lo
1457rm -f .libs/H5Tarray.lo
1458gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tarray.c  -fno-common -DPIC -o .libs/H5Tarray.lo
1459gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tarray.c -o H5Tarray.o >/dev/null 2>&1
1460mv -f .libs/H5Tarray.lo H5Tarray.lo
1461rm -f .libs/H5Tbit.lo
1462gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tbit.c  -fno-common -DPIC -o .libs/H5Tbit.lo
1463gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tbit.c -o H5Tbit.o >/dev/null 2>&1
1464mv -f .libs/H5Tbit.lo H5Tbit.lo
1465rm -f .libs/H5Tcommit.lo
1466gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcommit.c  -fno-common -DPIC -o .libs/H5Tcommit.lo
1467gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcommit.c -o H5Tcommit.o >/dev/null 2>&1
1468mv -f .libs/H5Tcommit.lo H5Tcommit.lo
1469rm -f .libs/H5Tcompound.lo
1470gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcompound.c  -fno-common -DPIC -o .libs/H5Tcompound.lo
1471gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcompound.c -o H5Tcompound.o >/dev/null 2>&1
1472mv -f .libs/H5Tcompound.lo H5Tcompound.lo
1473rm -f .libs/H5Tconv.lo
1474gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tconv.c  -fno-common -DPIC -o .libs/H5Tconv.lo
1475H5Tconv.c: In function 'H5T_conv_uchar_short':
1476H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1477H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1478H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1479H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1480H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1481H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1482H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1483H5Tconv.c:3935: warning: comparison is always false due to limited range of data type
1484H5Tconv.c: In function 'H5T_conv_uchar_int':
1485H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1486H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1487H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1488H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1489H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1490H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1491H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1492H5Tconv.c:4064: warning: comparison is always false due to limited range of data type
1493H5Tconv.c: In function 'H5T_conv_uchar_long':
1494H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1495H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1496H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1497H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1498H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1499H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1500H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1501H5Tconv.c:4193: warning: comparison is always false due to limited range of data type
1502H5Tconv.c: In function 'H5T_conv_uchar_llong':
1503H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1504H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1505H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1506H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1507H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1508H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1509H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1510H5Tconv.c:4325: warning: comparison is always false due to limited range of data type
1511H5Tconv.c: In function 'H5T_conv_ushort_int':
1512H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1513H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1514H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1515H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1516H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1517H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1518H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1519H5Tconv.c:4655: warning: comparison is always false due to limited range of data type
1520H5Tconv.c: In function 'H5T_conv_ushort_long':
1521H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1522H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1523H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1524H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1525H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1526H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1527H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1528H5Tconv.c:4787: warning: comparison is always false due to limited range of data type
1529H5Tconv.c: In function 'H5T_conv_ushort_llong':
1530H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1531H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1532H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1533H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1534H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1535H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1536H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1537H5Tconv.c:4919: warning: comparison is always false due to limited range of data type
1538H5Tconv.c: In function 'H5T_conv_uint_llong':
1539H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1540H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1541H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1542H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1543H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1544H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1545H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1546H5Tconv.c:5504: warning: comparison is always false due to limited range of data type
1547H5Tconv.c: In function 'H5T_conv_ulong_llong':
1548H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1549H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1550H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1551H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1552H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1553H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1554H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1555H5Tconv.c:6087: warning: comparison is always false due to limited range of data type
1556gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tconv.c -o H5Tconv.o >/dev/null 2>&1
1557mv -f .libs/H5Tconv.lo H5Tconv.lo
1558rm -f .libs/H5Tcset.lo
1559gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcset.c  -fno-common -DPIC -o .libs/H5Tcset.lo
1560gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tcset.c -o H5Tcset.o >/dev/null 2>&1
1561mv -f .libs/H5Tcset.lo H5Tcset.lo
1562rm -f .libs/H5Tenum.lo
1563gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tenum.c  -fno-common -DPIC -o .libs/H5Tenum.lo
1564gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tenum.c -o H5Tenum.o >/dev/null 2>&1
1565mv -f .libs/H5Tenum.lo H5Tenum.lo
1566rm -f .libs/H5Tfields.lo
1567gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfields.c  -fno-common -DPIC -o .libs/H5Tfields.lo
1568gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfields.c -o H5Tfields.o >/dev/null 2>&1
1569mv -f .libs/H5Tfields.lo H5Tfields.lo
1570rm -f .libs/H5Tfixed.lo
1571gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfixed.c  -fno-common -DPIC -o .libs/H5Tfixed.lo
1572gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfixed.c -o H5Tfixed.o >/dev/null 2>&1
1573mv -f .libs/H5Tfixed.lo H5Tfixed.lo
1574rm -f .libs/H5Tfloat.lo
1575gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfloat.c  -fno-common -DPIC -o .libs/H5Tfloat.lo
1576gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tfloat.c -o H5Tfloat.o >/dev/null 2>&1
1577mv -f .libs/H5Tfloat.lo H5Tfloat.lo
1578rm -f .libs/H5Tinit.lo
1579gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tinit.c  -fno-common -DPIC -o .libs/H5Tinit.lo
1580gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tinit.c -o H5Tinit.o >/dev/null 2>&1
1581mv -f .libs/H5Tinit.lo H5Tinit.lo
1582rm -f .libs/H5Tnative.lo
1583gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tnative.c  -fno-common -DPIC -o .libs/H5Tnative.lo
1584gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tnative.c -o H5Tnative.o >/dev/null 2>&1
1585mv -f .libs/H5Tnative.lo H5Tnative.lo
1586rm -f .libs/H5Toffset.lo
1587gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Toffset.c  -fno-common -DPIC -o .libs/H5Toffset.lo
1588gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Toffset.c -o H5Toffset.o >/dev/null 2>&1
1589mv -f .libs/H5Toffset.lo H5Toffset.lo
1590rm -f .libs/H5Topaque.lo
1591gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Topaque.c  -fno-common -DPIC -o .libs/H5Topaque.lo
1592gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Topaque.c -o H5Topaque.o >/dev/null 2>&1
1593mv -f .libs/H5Topaque.lo H5Topaque.lo
1594rm -f .libs/H5Torder.lo
1595gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Torder.c  -fno-common -DPIC -o .libs/H5Torder.lo
1596gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Torder.c -o H5Torder.o >/dev/null 2>&1
1597mv -f .libs/H5Torder.lo H5Torder.lo
1598rm -f .libs/H5Tpad.lo
1599gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tpad.c  -fno-common -DPIC -o .libs/H5Tpad.lo
1600gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tpad.c -o H5Tpad.o >/dev/null 2>&1
1601mv -f .libs/H5Tpad.lo H5Tpad.lo
1602rm -f .libs/H5Tprecis.lo
1603gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tprecis.c  -fno-common -DPIC -o .libs/H5Tprecis.lo
1604gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tprecis.c -o H5Tprecis.o >/dev/null 2>&1
1605mv -f .libs/H5Tprecis.lo H5Tprecis.lo
1606rm -f .libs/H5Tstrpad.lo
1607gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tstrpad.c  -fno-common -DPIC -o .libs/H5Tstrpad.lo
1608gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tstrpad.c -o H5Tstrpad.o >/dev/null 2>&1
1609mv -f .libs/H5Tstrpad.lo H5Tstrpad.lo
1610rm -f .libs/H5Tvlen.lo
1611gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tvlen.c  -fno-common -DPIC -o .libs/H5Tvlen.lo
1612gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Tvlen.c -o H5Tvlen.o >/dev/null 2>&1
1613mv -f .libs/H5Tvlen.lo H5Tvlen.lo
1614rm -f .libs/H5TS.lo
1615gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5TS.c  -fno-common -DPIC -o .libs/H5TS.lo
1616gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5TS.c -o H5TS.o >/dev/null 2>&1
1617mv -f .libs/H5TS.lo H5TS.lo
1618rm -f .libs/H5V.lo
1619gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5V.c  -fno-common -DPIC -o .libs/H5V.lo
1620gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5V.c -o H5V.o >/dev/null 2>&1
1621mv -f .libs/H5V.lo H5V.lo
1622rm -f .libs/H5Z.lo
1623gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Z.c  -fno-common -DPIC -o .libs/H5Z.lo
1624gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Z.c -o H5Z.o >/dev/null 2>&1
1625mv -f .libs/H5Z.lo H5Z.lo
1626rm -f .libs/H5Zdeflate.lo
1627gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zdeflate.c  -fno-common -DPIC -o .libs/H5Zdeflate.lo
1628gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zdeflate.c -o H5Zdeflate.o >/dev/null 2>&1
1629mv -f .libs/H5Zdeflate.lo H5Zdeflate.lo
1630rm -f .libs/H5Zfletcher32.lo
1631gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zfletcher32.c  -fno-common -DPIC -o .libs/H5Zfletcher32.lo
1632gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zfletcher32.c -o H5Zfletcher32.o >/dev/null 2>&1
1633mv -f .libs/H5Zfletcher32.lo H5Zfletcher32.lo
1634rm -f .libs/H5Zshuffle.lo
1635gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zshuffle.c  -fno-common -DPIC -o .libs/H5Zshuffle.lo
1636gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zshuffle.c -o H5Zshuffle.o >/dev/null 2>&1
1637mv -f .libs/H5Zshuffle.lo H5Zshuffle.lo
1638rm -f .libs/H5Zszip.lo
1639gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zszip.c  -fno-common -DPIC -o .libs/H5Zszip.lo
1640gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5Zszip.c -o H5Zszip.o >/dev/null 2>&1
1641mv -f .libs/H5Zszip.lo H5Zszip.lo
1642rm -fr .libs/libhdf5.la .libs/libhdf5.* .libs/libhdf5.*
1643gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libhdf5.0.0.0.dylib  H5.lo H5A.lo H5AC.lo H5B.lo H5Bcache.lo H5C.lo H5D.lo H5Dcontig.lo H5Dcompact.lo H5Defl.lo H5Dio.lo H5Distore.lo H5Dmpio.lo H5Dselect.lo H5Dtest.lo H5E.lo H5F.lo H5Fdbg.lo H5Fmount.lo H5Fsfile.lo H5Fsuper.lo H5FD.lo H5FDcore.lo H5FDfamily.lo H5FDgass.lo H5FDlog.lo H5FDmpi.lo H5FDmpio.lo H5FDmpiposix.lo H5FDmulti.lo H5FDsec2.lo H5FDsrb.lo H5FDstdio.lo H5FDstream.lo H5FL.lo H5FO.lo H5FS.lo H5G.lo H5Gent.lo H5Gname.lo H5Gnode.lo H5Gstab.lo H5Gtest.lo H5Gtraverse.lo H5HG.lo H5HGdbg.lo H5HL.lo H5HLdbg.lo H5HP.lo H5I.lo H5MF.lo H5MM.lo H5O.lo H5Oattr.lo H5Obogus.lo H5Ocache.lo H5Ocont.lo H5Odtype.lo H5Oefl.lo H5Ofill.lo H5Olayout.lo H5Omtime.lo H5Oname.lo H5Onull.lo H5Opline.lo H5Osdspace.lo H5Oshared.lo H5Ostab.lo H5P.lo H5Pdcpl.lo H5Pdxpl.lo H5Pfapl.lo H5Pfcpl.lo H5Ptest.lo H5R.lo H5RC.lo H5RS.lo H5S.lo H5Sall.lo H5Shyper.lo H5Smpio.lo H5Snone.lo H5Spoint.lo H5Sselect.lo H5Stest.lo H5SL.lo H5ST.lo H5T.lo H5Tarray.lo H5Tbit.lo H5Tcommit.lo H5Tcompound.lo H5Tconv.lo H5Tcset.lo H5Tenum.lo H5Tfields.lo H5Tfixed.lo H5Tfloat.lo H5Tinit.lo H5Tnative.lo H5Toffset.lo H5Topaque.lo H5Torder.lo H5Tpad.lo H5Tprecis.lo H5Tstrpad.lo H5Tvlen.lo H5TS.lo H5V.lo H5Z.lo H5Zdeflate.lo H5Zfletcher32.lo H5Zshuffle.lo H5Zszip.lo  -L/macports/lib -L/macports/lib/lib -lz -lm -lc -install_name  /macports/lib/libhdf5.0.dylib -compatibility_version 1 -current_version 1.0
1644ld: warning -L: directory name (/macports/lib/lib) does not exist
1645(cd .libs && rm -f libhdf5.0.dylib && ln -s libhdf5.0.0.0.dylib libhdf5.0.dylib)
1646(cd .libs && rm -f libhdf5.dylib && ln -s libhdf5.0.0.0.dylib libhdf5.dylib)
1647ar cru .libs/libhdf5.a  H5.o H5A.o H5AC.o H5B.o H5Bcache.o H5C.o H5D.o H5Dcontig.o H5Dcompact.o H5Defl.o H5Dio.o H5Distore.o H5Dmpio.o H5Dselect.o H5Dtest.o H5E.o H5F.o H5Fdbg.o H5Fmount.o H5Fsfile.o H5Fsuper.o H5FD.o H5FDcore.o H5FDfamily.o H5FDgass.o H5FDlog.o H5FDmpi.o H5FDmpio.o H5FDmpiposix.o H5FDmulti.o H5FDsec2.o H5FDsrb.o H5FDstdio.o H5FDstream.o H5FL.o H5FO.o H5FS.o H5G.o H5Gent.o H5Gname.o H5Gnode.o H5Gstab.o H5Gtest.o H5Gtraverse.o H5HG.o H5HGdbg.o H5HL.o H5HLdbg.o H5HP.o H5I.o H5MF.o H5MM.o H5O.o H5Oattr.o H5Obogus.o H5Ocache.o H5Ocont.o H5Odtype.o H5Oefl.o H5Ofill.o H5Olayout.o H5Omtime.o H5Oname.o H5Onull.o H5Opline.o H5Osdspace.o H5Oshared.o H5Ostab.o H5P.o H5Pdcpl.o H5Pdxpl.o H5Pfapl.o H5Pfcpl.o H5Ptest.o H5R.o H5RC.o H5RS.o H5S.o H5Sall.o H5Shyper.o H5Smpio.o H5Snone.o H5Spoint.o H5Sselect.o H5Stest.o H5SL.o H5ST.o H5T.o H5Tarray.o H5Tbit.o H5Tcommit.o H5Tcompound.o H5Tconv.o H5Tcset.o H5Tenum.o H5Tfields.o H5Tfixed.o H5Tfloat.o H5Tinit.o H5Tnative.o H5Toffset.o H5Topaque.o H5Torder.o H5Tpad.o H5Tprecis.o H5Tstrpad.o H5Tvlen.o H5TS.o H5V.o H5Z.o H5Zdeflate.o H5Zfletcher32.o H5Zshuffle.o H5Zszip.o
1648ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols
1649ranlib: file: .libs/libhdf5.a(H5FS.o) has no symbols
1650ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols
1651ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols
1652ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols
1653ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols
1654ranlib .libs/libhdf5.a
1655ranlib: file: .libs/libhdf5.a(H5Dmpio.o) has no symbols
1656ranlib: file: .libs/libhdf5.a(H5FS.o) has no symbols
1657ranlib: file: .libs/libhdf5.a(H5Obogus.o) has no symbols
1658ranlib: file: .libs/libhdf5.a(H5Smpio.o) has no symbols
1659ranlib: file: .libs/libhdf5.a(H5TS.o) has no symbols
1660ranlib: file: .libs/libhdf5.a(H5Zszip.o) has no symbols
1661creating libhdf5.la
1662(cd .libs && rm -f libhdf5.la && ln -s ../libhdf5.la libhdf5.la)
1663Building dependencies for h5test.c
1664Building dependencies for testframe.c
1665Building dependencies for big.c
1666Building dependencies for bittests.c
1667Building dependencies for cache.c
1668Building dependencies for cmpd_dset.c
1669Building dependencies for dsets.c
1670Building dependencies for dtypes.c
1671Building dependencies for extend.c
1672Building dependencies for external.c
1673Building dependencies for fillval.c
1674Building dependencies for flush1.c
1675Building dependencies for flush2.c
1676Building dependencies for gheap.c
1677Building dependencies for hyperslab.c
1678Building dependencies for istore.c
1679Building dependencies for lheap.c
1680Building dependencies for links.c
1681Building dependencies for mount.c
1682Building dependencies for mtime.c
1683Building dependencies for ohdr.c
1684Building dependencies for stab.c
1685Building dependencies for tarray.c
1686Building dependencies for tattr.c
1687Building dependencies for tconfig.c
1688Building dependencies for testhdf5.c
1689Building dependencies for testmeta.c
1690Building dependencies for tfile.c
1691Building dependencies for tgenprop.c
1692Building dependencies for th5s.c
1693Building dependencies for theap.c
1694Building dependencies for titerate.c
1695Building dependencies for tmeta.c
1696Building dependencies for tmisc.c
1697Building dependencies for trefer.c
1698Building dependencies for trefstr.c
1699Building dependencies for tselect.c
1700Building dependencies for tskiplist.c
1701Building dependencies for ttime.c
1702Building dependencies for ttst.c
1703Building dependencies for tvltypes.c
1704Building dependencies for tvlstr.c
1705Building dependencies for unlink.c
1706Building dependencies for enum.c
1707Building dependencies for ttsafe.c
1708Building dependencies for ttsafe_dcreate.c
1709Building dependencies for ttsafe_error.c
1710Building dependencies for ttsafe_cancel.c
1711Building dependencies for ttsafe_acreate.c
1712Building dependencies for gass_write.c
1713Building dependencies for gass_read.c
1714Building dependencies for gass_append.c
1715Building dependencies for srb_read.c
1716Building dependencies for srb_write.c
1717Building dependencies for srb_append.c
1718Building dependencies for stream_test.c
1719Building dependencies for set_extent.c
1720Building dependencies for getname.c
1721Building dependencies for file_handle.c
1722Building dependencies for ntypes.c
1723Building dependencies for dangle.c
1724Building dependencies for reserved.c
1725mkdir .libs
1726gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5test.c  -fno-common -DPIC -o .libs/h5test.lo
1727h5test.c: In function 'h5_rmprefix':
1728h5test.c:476: warning: assignment discards qualifiers from pointer target type
1729gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5test.c -o h5test.o >/dev/null 2>&1
1730mv -f .libs/h5test.lo h5test.lo
1731rm -f .libs/testframe.lo
1732gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testframe.c  -fno-common -DPIC -o .libs/testframe.lo
1733gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testframe.c -o testframe.o >/dev/null 2>&1
1734mv -f .libs/testframe.lo testframe.lo
1735rm -fr .libs/libh5test.la .libs/libh5test.* .libs/libh5test.*
1736gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libh5test.0.0.0.dylib  h5test.lo testframe.lo  -L/macports/lib -L/macports/lib/lib -lz -lm -lc -install_name  /macports/lib/libh5test.0.dylib -compatibility_version 1 -current_version 1.0
1737ld: warning -L: directory name (/macports/lib/lib) does not exist
1738(cd .libs && rm -f libh5test.0.dylib && ln -s libh5test.0.0.0.dylib libh5test.0.dylib)
1739(cd .libs && rm -f libh5test.dylib && ln -s libh5test.0.0.0.dylib libh5test.dylib)
1740ar cru .libs/libh5test.a  h5test.o testframe.o
1741ranlib .libs/libh5test.a
1742creating libh5test.la
1743(cd .libs && rm -f libh5test.la && ln -s ../libh5test.la libh5test.la)
1744(cd lib && make lib) || exit 1;
1745Building dependencies for h5tools.c
1746Building dependencies for h5tools_str.c
1747Building dependencies for h5tools_utils.c
1748Building dependencies for h5diff.c
1749Building dependencies for h5diff_array.c
1750Building dependencies for h5diff_attr.c
1751Building dependencies for h5diff_dset.c
1752Building dependencies for h5diff_util.c
1753Building dependencies for h5trav.c
1754Building dependencies for h5tools_filters.c
1755Building dependencies for h5tools_ref.c
1756Building dependencies for h5tools_type.c
1757Building dependencies for talign.c
1758mkdir .libs
1759gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools.c  -fno-common -DPIC -o .libs/h5tools.lo
1760gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools.c -o h5tools.o >/dev/null 2>&1
1761mv -f .libs/h5tools.lo h5tools.lo
1762rm -f .libs/h5tools_str.lo
1763gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_str.c  -fno-common -DPIC -o .libs/h5tools_str.lo
1764gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_str.c -o h5tools_str.o >/dev/null 2>&1
1765mv -f .libs/h5tools_str.lo h5tools_str.lo
1766rm -f .libs/h5tools_utils.lo
1767gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_utils.c  -fno-common -DPIC -o .libs/h5tools_utils.lo
1768h5tools_utils.c: In function 'init_objs':
1769h5tools_utils.c:614: warning: right shift count >= width of type
1770gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_utils.c -o h5tools_utils.o >/dev/null 2>&1
1771mv -f .libs/h5tools_utils.lo h5tools_utils.lo
1772rm -f .libs/h5diff.lo
1773gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff.c  -fno-common -DPIC -o .libs/h5diff.lo
1774gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff.c -o h5diff.o >/dev/null 2>&1
1775mv -f .libs/h5diff.lo h5diff.lo
1776rm -f .libs/h5diff_array.lo
1777gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_array.c  -fno-common -DPIC -o .libs/h5diff_array.lo
1778gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_array.c -o h5diff_array.o >/dev/null 2>&1
1779mv -f .libs/h5diff_array.lo h5diff_array.lo
1780rm -f .libs/h5diff_attr.lo
1781gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_attr.c  -fno-common -DPIC -o .libs/h5diff_attr.lo
1782gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_attr.c -o h5diff_attr.o >/dev/null 2>&1
1783mv -f .libs/h5diff_attr.lo h5diff_attr.lo
1784rm -f .libs/h5diff_dset.lo
1785gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_dset.c  -fno-common -DPIC -o .libs/h5diff_dset.lo
1786gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_dset.c -o h5diff_dset.o >/dev/null 2>&1
1787mv -f .libs/h5diff_dset.lo h5diff_dset.lo
1788rm -f .libs/h5diff_util.lo
1789gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_util.c  -fno-common -DPIC -o .libs/h5diff_util.lo
1790gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_util.c -o h5diff_util.o >/dev/null 2>&1
1791mv -f .libs/h5diff_util.lo h5diff_util.lo
1792rm -f .libs/h5trav.lo
1793gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5trav.c  -fno-common -DPIC -o .libs/h5trav.lo
1794gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5trav.c -o h5trav.o >/dev/null 2>&1
1795mv -f .libs/h5trav.lo h5trav.lo
1796rm -f .libs/h5tools_filters.lo
1797gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_filters.c  -fno-common -DPIC -o .libs/h5tools_filters.lo
1798gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_filters.c -o h5tools_filters.o >/dev/null 2>&1
1799mv -f .libs/h5tools_filters.lo h5tools_filters.lo
1800rm -f .libs/h5tools_ref.lo
1801gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_ref.c  -fno-common -DPIC -o .libs/h5tools_ref.lo
1802gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_ref.c -o h5tools_ref.o >/dev/null 2>&1
1803mv -f .libs/h5tools_ref.lo h5tools_ref.lo
1804rm -f .libs/h5tools_type.lo
1805gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_type.c  -fno-common -DPIC -o .libs/h5tools_type.lo
1806gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5tools_type.c -o h5tools_type.o >/dev/null 2>&1
1807mv -f .libs/h5tools_type.lo h5tools_type.lo
1808rm -fr .libs/libh5tools.la .libs/libh5tools.* .libs/libh5tools.*
1809ar cru .libs/libh5tools.a  h5tools.o h5tools_str.o h5tools_utils.o h5diff.o h5diff_array.o h5diff_attr.o h5diff_dset.o h5diff_util.o h5trav.o h5tools_filters.o h5tools_ref.o h5tools_type.o
1810ranlib .libs/libh5tools.a
1811creating libh5tools.la
1812(cd .libs && rm -f libh5tools.la && ln -s ../libh5tools.la libh5tools.la)
1813mkdir .libs
1814g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Exception.cpp  -fno-common -DPIC -o .libs/H5Exception.lo
1815g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Exception.cpp -o H5Exception.o >/dev/null 2>&1
1816mv -f .libs/H5Exception.lo H5Exception.lo
1817rm -f .libs/H5IdComponent.lo
1818g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5IdComponent.cpp  -fno-common -DPIC -o .libs/H5IdComponent.lo
1819g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5IdComponent.cpp -o H5IdComponent.o >/dev/null 2>&1
1820mv -f .libs/H5IdComponent.lo H5IdComponent.lo
1821rm -f .libs/H5Library.lo
1822g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Library.cpp  -fno-common -DPIC -o .libs/H5Library.lo
1823g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Library.cpp -o H5Library.o >/dev/null 2>&1
1824mv -f .libs/H5Library.lo H5Library.lo
1825rm -f .libs/H5Attribute.lo
1826g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Attribute.cpp  -fno-common -DPIC -o .libs/H5Attribute.lo
1827g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Attribute.cpp -o H5Attribute.o >/dev/null 2>&1
1828mv -f .libs/H5Attribute.lo H5Attribute.lo
1829rm -f .libs/H5Object.lo
1830g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Object.cpp  -fno-common -DPIC -o .libs/H5Object.lo
1831g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Object.cpp -o H5Object.o >/dev/null 2>&1
1832mv -f .libs/H5Object.lo H5Object.lo
1833rm -f .libs/H5PropList.lo
1834g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5PropList.cpp  -fno-common -DPIC -o .libs/H5PropList.lo
1835g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5PropList.cpp -o H5PropList.o >/dev/null 2>&1
1836mv -f .libs/H5PropList.lo H5PropList.lo
1837rm -f .libs/H5FaccProp.lo
1838g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FaccProp.cpp  -fno-common -DPIC -o .libs/H5FaccProp.lo
1839g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FaccProp.cpp -o H5FaccProp.o >/dev/null 2>&1
1840mv -f .libs/H5FaccProp.lo H5FaccProp.lo
1841rm -f .libs/H5FcreatProp.lo
1842g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FcreatProp.cpp  -fno-common -DPIC -o .libs/H5FcreatProp.lo
1843g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FcreatProp.cpp -o H5FcreatProp.o >/dev/null 2>&1
1844mv -f .libs/H5FcreatProp.lo H5FcreatProp.lo
1845rm -f .libs/H5DcreatProp.lo
1846g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DcreatProp.cpp  -fno-common -DPIC -o .libs/H5DcreatProp.lo
1847g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DcreatProp.cpp -o H5DcreatProp.o >/dev/null 2>&1
1848mv -f .libs/H5DcreatProp.lo H5DcreatProp.lo
1849rm -f .libs/H5DxferProp.lo
1850g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DxferProp.cpp  -fno-common -DPIC -o .libs/H5DxferProp.lo
1851g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DxferProp.cpp -o H5DxferProp.o >/dev/null 2>&1
1852mv -f .libs/H5DxferProp.lo H5DxferProp.lo
1853rm -f .libs/H5DataType.lo
1854g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataType.cpp  -fno-common -DPIC -o .libs/H5DataType.lo
1855g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataType.cpp -o H5DataType.o >/dev/null 2>&1
1856mv -f .libs/H5DataType.lo H5DataType.lo
1857rm -f .libs/H5DataSpace.lo
1858g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataSpace.cpp  -fno-common -DPIC -o .libs/H5DataSpace.lo
1859g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataSpace.cpp -o H5DataSpace.o >/dev/null 2>&1
1860mv -f .libs/H5DataSpace.lo H5DataSpace.lo
1861rm -f .libs/H5AbstractDs.lo
1862g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5AbstractDs.cpp  -fno-common -DPIC -o .libs/H5AbstractDs.lo
1863g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5AbstractDs.cpp -o H5AbstractDs.o >/dev/null 2>&1
1864mv -f .libs/H5AbstractDs.lo H5AbstractDs.lo
1865rm -f .libs/H5AtomType.lo
1866g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5AtomType.cpp  -fno-common -DPIC -o .libs/H5AtomType.lo
1867g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5AtomType.cpp -o H5AtomType.o >/dev/null 2>&1
1868mv -f .libs/H5AtomType.lo H5AtomType.lo
1869rm -f .libs/H5PredType.lo
1870g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5PredType.cpp  -fno-common -DPIC -o .libs/H5PredType.lo
1871g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5PredType.cpp -o H5PredType.o >/dev/null 2>&1
1872mv -f .libs/H5PredType.lo H5PredType.lo
1873rm -f .libs/H5EnumType.lo
1874g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5EnumType.cpp  -fno-common -DPIC -o .libs/H5EnumType.lo
1875g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5EnumType.cpp -o H5EnumType.o >/dev/null 2>&1
1876mv -f .libs/H5EnumType.lo H5EnumType.lo
1877rm -f .libs/H5IntType.lo
1878g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5IntType.cpp  -fno-common -DPIC -o .libs/H5IntType.lo
1879g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5IntType.cpp -o H5IntType.o >/dev/null 2>&1
1880mv -f .libs/H5IntType.lo H5IntType.lo
1881rm -f .libs/H5FloatType.lo
1882g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FloatType.cpp  -fno-common -DPIC -o .libs/H5FloatType.lo
1883g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5FloatType.cpp -o H5FloatType.o >/dev/null 2>&1
1884mv -f .libs/H5FloatType.lo H5FloatType.lo
1885rm -f .libs/H5StrType.lo
1886g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5StrType.cpp  -fno-common -DPIC -o .libs/H5StrType.lo
1887g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5StrType.cpp -o H5StrType.o >/dev/null 2>&1
1888mv -f .libs/H5StrType.lo H5StrType.lo
1889rm -f .libs/H5ArrayType.lo
1890g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5ArrayType.cpp  -fno-common -DPIC -o .libs/H5ArrayType.lo
1891g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5ArrayType.cpp -o H5ArrayType.o >/dev/null 2>&1
1892mv -f .libs/H5ArrayType.lo H5ArrayType.lo
1893rm -f .libs/H5VarLenType.lo
1894g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5VarLenType.cpp  -fno-common -DPIC -o .libs/H5VarLenType.lo
1895g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5VarLenType.cpp -o H5VarLenType.o >/dev/null 2>&1
1896mv -f .libs/H5VarLenType.lo H5VarLenType.lo
1897rm -f .libs/H5CompType.lo
1898g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5CompType.cpp  -fno-common -DPIC -o .libs/H5CompType.lo
1899g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5CompType.cpp -o H5CompType.o >/dev/null 2>&1
1900mv -f .libs/H5CompType.lo H5CompType.lo
1901rm -f .libs/H5DataSet.lo
1902g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataSet.cpp  -fno-common -DPIC -o .libs/H5DataSet.lo
1903g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5DataSet.cpp -o H5DataSet.o >/dev/null 2>&1
1904mv -f .libs/H5DataSet.lo H5DataSet.lo
1905rm -f .libs/H5CommonFG.lo
1906g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5CommonFG.cpp  -fno-common -DPIC -o .libs/H5CommonFG.lo
1907g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5CommonFG.cpp -o H5CommonFG.o >/dev/null 2>&1
1908mv -f .libs/H5CommonFG.lo H5CommonFG.lo
1909rm -f .libs/H5Group.lo
1910g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Group.cpp  -fno-common -DPIC -o .libs/H5Group.lo
1911g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5Group.cpp -o H5Group.o >/dev/null 2>&1
1912mv -f .libs/H5Group.lo H5Group.lo
1913rm -f .libs/H5File.lo
1914g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5File.cpp  -fno-common -DPIC -o .libs/H5File.lo
1915g++ -O2 -I. -I../../src -I../../src -I/macports/include -I/macports/lib/include -c H5File.cpp -o H5File.o >/dev/null 2>&1
1916mv -f .libs/H5File.lo H5File.lo
1917rm -fr .libs/libhdf5_cpp.la .libs/libhdf5_cpp.* .libs/libhdf5_cpp.*
1918ar cru .libs/libhdf5_cpp.a  H5Exception.o H5IdComponent.o H5Library.o H5Attribute.o H5Object.o H5PropList.o H5FaccProp.o H5FcreatProp.o H5DcreatProp.o H5DxferProp.o H5DataType.o H5DataSpace.o H5AbstractDs.o H5AtomType.o H5PredType.o H5EnumType.o H5IntType.o H5FloatType.o H5StrType.o H5ArrayType.o H5VarLenType.o H5CompType.o H5DataSet.o H5CommonFG.o H5Group.o H5File.o
1919ranlib .libs/libhdf5_cpp.a
1920creating libhdf5_cpp.la
1921(cd .libs && rm -f libhdf5_cpp.la && ln -s ../libhdf5_cpp.la libhdf5_cpp.la)
1922make[3]: Nothing to be done for `lib'.
1923Building dependencies for H5LT.c
1924Building dependencies for H5TA.c
1925Building dependencies for H5IM.c
1926mkdir .libs
1927gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5LT.c  -fno-common -DPIC -o .libs/H5LT.lo
1928gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5LT.c -o H5LT.o >/dev/null 2>&1
1929mv -f .libs/H5LT.lo H5LT.lo
1930rm -f .libs/H5TA.lo
1931gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5TA.c  -fno-common -DPIC -o .libs/H5TA.lo
1932gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5TA.c -o H5TA.o >/dev/null 2>&1
1933mv -f .libs/H5TA.lo H5TA.lo
1934rm -f .libs/H5IM.lo
1935gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5IM.c  -fno-common -DPIC -o .libs/H5IM.lo
1936gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c H5IM.c -o H5IM.o >/dev/null 2>&1
1937mv -f .libs/H5IM.lo H5IM.lo
1938rm -fr .libs/libhdf5_hl.la .libs/libhdf5_hl.* .libs/libhdf5_hl.*
1939gcc -dynamiclib -flat_namespace -undefined suppress -o .libs/libhdf5_hl.0.0.0.dylib  H5LT.lo H5TA.lo H5IM.lo  -L/macports/lib -L/macports/lib/lib -lz -lm -lc -install_name  /macports/lib/libhdf5_hl.0.dylib -compatibility_version 1 -current_version 1.0
1940ld: warning -L: directory name (/macports/lib/lib) does not exist
1941(cd .libs && rm -f libhdf5_hl.0.dylib && ln -s libhdf5_hl.0.0.0.dylib libhdf5_hl.0.dylib)
1942(cd .libs && rm -f libhdf5_hl.dylib && ln -s libhdf5_hl.0.0.0.dylib libhdf5_hl.dylib)
1943ar cru .libs/libhdf5_hl.a  H5LT.o H5TA.o H5IM.o
1944ranlib .libs/libhdf5_hl.a
1945creating libhdf5_hl.la
1946(cd .libs && rm -f libhdf5_hl.la && ln -s ../libhdf5_hl.la libhdf5_hl.la)
1947Building dependencies for test_lite.c
1948Building dependencies for test_image.c
1949Building dependencies for test_table.c
1950make[3]: Nothing to be done for `lib'.
1951Building dependencies for decompress.c
1952Building dependencies for gif2hdf.c
1953Building dependencies for gif2mem.c
1954Building dependencies for gifread.c
1955Building dependencies for hdf2gif.c
1956Building dependencies for hdfgifwr.c
1957Building dependencies for writehdf.c
1958make[4]: Nothing to be done for `lib'.
1959make progs
1960Building dependencies for h5dump.c
1961Building dependencies for h5dumpgentest.c
1962Building dependencies for binread.c
1963mkdir .libs
1964gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5dump.c  -fno-common -DPIC -o .libs/h5dump.lo
1965gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5dump.c -o h5dump.o >/dev/null 2>&1
1966mv -f .libs/h5dump.lo h5dump.lo
1967libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
1968rm -f .libs/h5dump.nm .libs/h5dump.nmS .libs/h5dump.nmT
1969creating .libs/h5dumpS.c
1970generating symbol list for `h5dump'
1971(cd .libs && gcc -c -fno-builtin "h5dumpS.c")
1972rm -f .libs/h5dumpS.c .libs/h5dump.nm .libs/h5dump.nmS .libs/h5dump.nmT
1973gcc .libs/h5dumpS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5dump h5dump.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
1974/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
1975creating h5dump
1976rm -f .libs/h5dumpgentest.lo
1977gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5dumpgentest.c  -fno-common -DPIC -o .libs/h5dumpgentest.lo
1978gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5dumpgentest.c -o h5dumpgentest.o >/dev/null 2>&1
1979mv -f .libs/h5dumpgentest.lo h5dumpgentest.lo
1980libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
1981rm -f .libs/h5dumpgentest.nm .libs/h5dumpgentest.nmS .libs/h5dumpgentest.nmT
1982creating .libs/h5dumpgentestS.c
1983generating symbol list for `h5dumpgentest'
1984(cd .libs && gcc -c -fno-builtin "h5dumpgentestS.c")
1985rm -f .libs/h5dumpgentestS.c .libs/h5dumpgentest.nm .libs/h5dumpgentest.nmS .libs/h5dumpgentest.nmT
1986gcc .libs/h5dumpgentestS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5dumpgentest h5dumpgentest.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
1987/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
1988creating h5dumpgentest
1989rm -f .libs/binread.lo
1990gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c binread.c  -fno-common -DPIC -o .libs/binread.lo
1991gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c binread.c -o binread.o >/dev/null 2>&1
1992mv -f .libs/binread.lo binread.lo
1993libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
1994rm -f .libs/binread.nm .libs/binread.nmS .libs/binread.nmT
1995creating .libs/binreadS.c
1996generating symbol list for `binread'
1997(cd .libs && gcc -c -fno-builtin "binreadS.c")
1998rm -f .libs/binreadS.c .libs/binread.nm .libs/binread.nmS .libs/binread.nmT
1999gcc .libs/binreadS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o binread binread.o  -L/macports/lib -L/macports/lib/lib -lz -lm
2000/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2001rm -f .libs/binreadS.o
2002Building dependencies for h5diff_main.c
2003Building dependencies for h5diffgentest.c
2004mkdir .libs
2005gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_main.c  -fno-common -DPIC -o .libs/h5diff_main.lo
2006gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diff_main.c -o h5diff_main.o >/dev/null 2>&1
2007mv -f .libs/h5diff_main.lo h5diff_main.lo
2008libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2009rm -f .libs/h5diff.nm .libs/h5diff.nmS .libs/h5diff.nmT
2010creating .libs/h5diffS.c
2011generating symbol list for `h5diff'
2012(cd .libs && gcc -c -fno-builtin "h5diffS.c")
2013rm -f .libs/h5diffS.c .libs/h5diff.nm .libs/h5diff.nmS .libs/h5diff.nmT
2014gcc .libs/h5diffS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5diff h5diff_main.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2015/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2016creating h5diff
2017rm -f .libs/h5diffgentest.lo
2018gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diffgentest.c  -fno-common -DPIC -o .libs/h5diffgentest.lo
2019gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5diffgentest.c -o h5diffgentest.o >/dev/null 2>&1
2020mv -f .libs/h5diffgentest.lo h5diffgentest.lo
2021libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2022rm -f .libs/h5diffgentest.nm .libs/h5diffgentest.nmS .libs/h5diffgentest.nmT
2023creating .libs/h5diffgentestS.c
2024generating symbol list for `h5diffgentest'
2025(cd .libs && gcc -c -fno-builtin "h5diffgentestS.c")
2026rm -f .libs/h5diffgentestS.c .libs/h5diffgentest.nm .libs/h5diffgentest.nmS .libs/h5diffgentest.nmT
2027gcc .libs/h5diffgentestS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5diffgentest h5diffgentest.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2028/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2029creating h5diffgentest
2030Building dependencies for h5ls.c
2031mkdir .libs
2032gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5ls.c  -fno-common -DPIC -o .libs/h5ls.lo
2033gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5ls.c -o h5ls.o >/dev/null 2>&1
2034mv -f .libs/h5ls.lo h5ls.lo
2035libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2036rm -f .libs/h5ls.nm .libs/h5ls.nmS .libs/h5ls.nmT
2037creating .libs/h5lsS.c
2038generating symbol list for `h5ls'
2039(cd .libs && gcc -c -fno-builtin "h5lsS.c")
2040rm -f .libs/h5lsS.c .libs/h5ls.nm .libs/h5ls.nmS .libs/h5ls.nmT
2041gcc .libs/h5lsS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5ls h5ls.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2042/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2043creating h5ls
2044Building dependencies for h5debug.c
2045Building dependencies for h5repart.c
2046mkdir .libs
2047gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5debug.c  -fno-common -DPIC -o .libs/h5debug.lo
2048h5debug.c: In function 'main':
2049h5debug.c:207: warning: implicit declaration of function 'H5Eprint'
2050gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5debug.c -o h5debug.o >/dev/null 2>&1
2051mv -f .libs/h5debug.lo h5debug.lo
2052libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2053rm -f .libs/h5debug.nm .libs/h5debug.nmS .libs/h5debug.nmT
2054creating .libs/h5debugS.c
2055generating symbol list for `h5debug'
2056(cd .libs && gcc -c -fno-builtin "h5debugS.c")
2057rm -f .libs/h5debugS.c .libs/h5debug.nm .libs/h5debug.nmS .libs/h5debug.nmT
2058gcc .libs/h5debugS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5debug h5debug.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2059/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2060creating h5debug
2061cp ./h5redeploy.in h5redeploy
2062rm -f .libs/h5repart.lo
2063gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repart.c  -fno-common -DPIC -o .libs/h5repart.lo
2064gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repart.c -o h5repart.o >/dev/null 2>&1
2065mv -f .libs/h5repart.lo h5repart.lo
2066libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2067rm -f .libs/h5repart.nm .libs/h5repart.nmS .libs/h5repart.nmT
2068creating .libs/h5repartS.c
2069generating symbol list for `h5repart'
2070(cd .libs && gcc -c -fno-builtin "h5repartS.c")
2071rm -f .libs/h5repartS.c .libs/h5repart.nm .libs/h5repart.nmS .libs/h5repart.nmT
2072gcc .libs/h5repartS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5repart h5repart.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2073/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2074creating h5repart
2075Building dependencies for h5import.c
2076Building dependencies for h5importtest.c
2077mkdir .libs
2078gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5import.c  -fno-common -DPIC -o .libs/h5import.lo
2079gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5import.c -o h5import.o >/dev/null 2>&1
2080mv -f .libs/h5import.lo h5import.lo
2081libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2082rm -f .libs/h5import.nm .libs/h5import.nmS .libs/h5import.nmT
2083creating .libs/h5importS.c
2084generating symbol list for `h5import'
2085(cd .libs && gcc -c -fno-builtin "h5importS.c")
2086rm -f .libs/h5importS.c .libs/h5import.nm .libs/h5import.nmS .libs/h5import.nmT
2087gcc .libs/h5importS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5import h5import.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2088/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2089creating h5import
2090rm -f .libs/h5importtest.lo
2091gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5importtest.c  -fno-common -DPIC -o .libs/h5importtest.lo
2092gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5importtest.c -o h5importtest.o >/dev/null 2>&1
2093mv -f .libs/h5importtest.lo h5importtest.lo
2094libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2095rm -f .libs/h5importtest.nm .libs/h5importtest.nmS .libs/h5importtest.nmT
2096creating .libs/h5importtestS.c
2097generating symbol list for `h5importtest'
2098(cd .libs && gcc -c -fno-builtin "h5importtestS.c")
2099rm -f .libs/h5importtestS.c .libs/h5importtest.nm .libs/h5importtest.nmS .libs/h5importtest.nmT
2100gcc .libs/h5importtestS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5importtest h5importtest.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2101/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2102creating h5importtest
2103Building dependencies for h5repack.c
2104Building dependencies for h5repack_copy.c
2105Building dependencies for h5repack_refs.c
2106Building dependencies for h5repack_filters.c
2107Building dependencies for h5repack_list.c
2108Building dependencies for h5repack_main.c
2109Building dependencies for h5repack_opttable.c
2110Building dependencies for h5repack_parse.c
2111Building dependencies for h5repack_verify.c
2112Building dependencies for h5repacktst.c
2113mkdir .libs
2114gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack.c  -fno-common -DPIC -o .libs/h5repack.lo
2115gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack.c -o h5repack.o >/dev/null 2>&1
2116mv -f .libs/h5repack.lo h5repack.lo
2117rm -f .libs/h5repack_filters.lo
2118gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_filters.c  -fno-common -DPIC -o .libs/h5repack_filters.lo
2119gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_filters.c -o h5repack_filters.o >/dev/null 2>&1
2120mv -f .libs/h5repack_filters.lo h5repack_filters.lo
2121rm -f .libs/h5repack_copy.lo
2122gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_copy.c  -fno-common -DPIC -o .libs/h5repack_copy.lo
2123gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_copy.c -o h5repack_copy.o >/dev/null 2>&1
2124mv -f .libs/h5repack_copy.lo h5repack_copy.lo
2125rm -f .libs/h5repack_refs.lo
2126gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_refs.c  -fno-common -DPIC -o .libs/h5repack_refs.lo
2127gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_refs.c -o h5repack_refs.o >/dev/null 2>&1
2128mv -f .libs/h5repack_refs.lo h5repack_refs.lo
2129rm -f .libs/h5repack_list.lo
2130gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_list.c  -fno-common -DPIC -o .libs/h5repack_list.lo
2131gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_list.c -o h5repack_list.o >/dev/null 2>&1
2132mv -f .libs/h5repack_list.lo h5repack_list.lo
2133rm -f .libs/h5repack_main.lo
2134gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_main.c  -fno-common -DPIC -o .libs/h5repack_main.lo
2135gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_main.c -o h5repack_main.o >/dev/null 2>&1
2136mv -f .libs/h5repack_main.lo h5repack_main.lo
2137rm -f .libs/h5repack_opttable.lo
2138gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_opttable.c  -fno-common -DPIC -o .libs/h5repack_opttable.lo
2139gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_opttable.c -o h5repack_opttable.o >/dev/null 2>&1
2140mv -f .libs/h5repack_opttable.lo h5repack_opttable.lo
2141rm -f .libs/h5repack_parse.lo
2142gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_parse.c  -fno-common -DPIC -o .libs/h5repack_parse.lo
2143gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_parse.c -o h5repack_parse.o >/dev/null 2>&1
2144mv -f .libs/h5repack_parse.lo h5repack_parse.lo
2145rm -f .libs/h5repack_verify.lo
2146gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_verify.c  -fno-common -DPIC -o .libs/h5repack_verify.lo
2147gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repack_verify.c -o h5repack_verify.o >/dev/null 2>&1
2148mv -f .libs/h5repack_verify.lo h5repack_verify.lo
2149libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2150rm -f .libs/h5repack.nm .libs/h5repack.nmS .libs/h5repack.nmT
2151creating .libs/h5repackS.c
2152generating symbol list for `h5repack'
2153(cd .libs && gcc -c -fno-builtin "h5repackS.c")
2154rm -f .libs/h5repackS.c .libs/h5repack.nm .libs/h5repack.nmS .libs/h5repack.nmT
2155gcc .libs/h5repackS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5repack h5repack.o h5repack_filters.o h5repack_copy.o h5repack_refs.o h5repack_list.o h5repack_main.o h5repack_opttable.o h5repack_parse.o h5repack_verify.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2156/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2157creating h5repack
2158rm -f .libs/h5repacktst.lo
2159gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repacktst.c  -fno-common -DPIC -o .libs/h5repacktst.lo
2160gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5repacktst.c -o h5repacktst.o >/dev/null 2>&1
2161mv -f .libs/h5repacktst.lo h5repacktst.lo
2162libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2163rm -f .libs/h5repacktst.nm .libs/h5repacktst.nmS .libs/h5repacktst.nmT
2164creating .libs/h5repacktstS.c
2165generating symbol list for `h5repacktst'
2166(cd .libs && gcc -c -fno-builtin "h5repacktstS.c")
2167rm -f .libs/h5repacktstS.c .libs/h5repacktst.nm .libs/h5repacktst.nmS .libs/h5repacktst.nmT
2168gcc .libs/h5repacktstS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5repacktst h5repack.o h5repack_filters.o h5repack_copy.o h5repack_refs.o h5repack_list.o h5repack_opttable.o h5repack_parse.o h5repack_verify.o h5repacktst.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../test/.libs -lh5test -L../../src/.libs -lhdf5 -lz -lm
2169/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2170creating h5repacktst
2171rm -f .libs/testh5repack_detect_szip.lo
2172gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testh5repack_detect_szip.c  -fno-common -DPIC -o .libs/testh5repack_detect_szip.lo
2173gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../test -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testh5repack_detect_szip.c -o testh5repack_detect_szip.o >/dev/null 2>&1
2174mv -f .libs/testh5repack_detect_szip.lo testh5repack_detect_szip.lo
2175libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2176rm -f .libs/testh5repack_detect_szip.nm .libs/testh5repack_detect_szip.nmS .libs/testh5repack_detect_szip.nmT
2177creating .libs/testh5repack_detect_szipS.c
2178generating symbol list for `testh5repack_detect_szip'
2179(cd .libs && gcc -c -fno-builtin "testh5repack_detect_szipS.c")
2180rm -f .libs/testh5repack_detect_szipS.c .libs/testh5repack_detect_szip.nm .libs/testh5repack_detect_szip.nmS .libs/testh5repack_detect_szip.nmT
2181gcc .libs/testh5repack_detect_szipS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/testh5repack_detect_szip testh5repack_detect_szip.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2182/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2183creating testh5repack_detect_szip
2184Building dependencies for h5jam.c
2185Building dependencies for h5unjam.c
2186mkdir .libs
2187gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5jam.c  -fno-common -DPIC -o .libs/h5jam.lo
2188gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5jam.c -o h5jam.o >/dev/null 2>&1
2189mv -f .libs/h5jam.lo h5jam.lo
2190libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2191rm -f .libs/h5jam.nm .libs/h5jam.nmS .libs/h5jam.nmT
2192creating .libs/h5jamS.c
2193generating symbol list for `h5jam'
2194(cd .libs && gcc -c -fno-builtin "h5jamS.c")
2195rm -f .libs/h5jamS.c .libs/h5jam.nm .libs/h5jam.nmS .libs/h5jam.nmT
2196gcc .libs/h5jamS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5jam h5jam.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2197/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2198creating h5jam
2199rm -f .libs/h5unjam.lo
2200gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5unjam.c  -fno-common -DPIC -o .libs/h5unjam.lo
2201gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5unjam.c -o h5unjam.o >/dev/null 2>&1
2202mv -f .libs/h5unjam.lo h5unjam.lo
2203libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2204rm -f .libs/h5unjam.nm .libs/h5unjam.nmS .libs/h5unjam.nmT
2205creating .libs/h5unjamS.c
2206generating symbol list for `h5unjam'
2207(cd .libs && gcc -c -fno-builtin "h5unjamS.c")
2208rm -f .libs/h5unjamS.c .libs/h5unjam.nm .libs/h5unjam.nmS .libs/h5unjam.nmT
2209gcc .libs/h5unjamS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5unjam h5unjam.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2210/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2211creating h5unjam
2212rm -f .libs/tellub.lo
2213gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tellub.c  -fno-common -DPIC -o .libs/tellub.lo
2214gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tellub.c -o tellub.o >/dev/null 2>&1
2215mv -f .libs/tellub.lo tellub.lo
2216libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2217rm -f .libs/tellub.nm .libs/tellub.nmS .libs/tellub.nmT
2218creating .libs/tellubS.c
2219generating symbol list for `tellub'
2220(cd .libs && gcc -c -fno-builtin "tellubS.c")
2221rm -f .libs/tellubS.c .libs/tellub.nm .libs/tellub.nmS .libs/tellub.nmT
2222gcc .libs/tellubS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/tellub tellub.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2223/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2224creating tellub
2225rm -f .libs/h5jamgentest.lo
2226gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5jamgentest.c  -fno-common -DPIC -o .libs/h5jamgentest.lo
2227gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h5jamgentest.c -o h5jamgentest.o >/dev/null 2>&1
2228mv -f .libs/h5jamgentest.lo h5jamgentest.lo
2229libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2230rm -f .libs/h5jamgentest.nm .libs/h5jamgentest.nmS .libs/h5jamgentest.nmT
2231creating .libs/h5jamgentestS.c
2232generating symbol list for `h5jamgentest'
2233(cd .libs && gcc -c -fno-builtin "h5jamgentestS.c")
2234rm -f .libs/h5jamgentestS.c .libs/h5jamgentest.nm .libs/h5jamgentest.nmS .libs/h5jamgentest.nmT
2235gcc .libs/h5jamgentestS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h5jamgentest h5jamgentest.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2236/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2237creating h5jamgentest
2238rm -f .libs/getub.lo
2239gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getub.c  -fno-common -DPIC -o .libs/getub.lo
2240gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getub.c -o getub.o >/dev/null 2>&1
2241mv -f .libs/getub.lo getub.lo
2242libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2243rm -f .libs/getub.nm .libs/getub.nmS .libs/getub.nmT
2244creating .libs/getubS.c
2245generating symbol list for `getub'
2246(cd .libs && gcc -c -fno-builtin "getubS.c")
2247rm -f .libs/getubS.c .libs/getub.nm .libs/getub.nmS .libs/getub.nmT
2248gcc .libs/getubS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/getub getub.o  ../lib/.libs/libh5tools.a -L/macports/lib -L/macports/lib/lib -L../../src/.libs -lhdf5 -lz -lm
2249/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2250creating getub
2251make[3]: Nothing to be done for `progs'.
2252make[3]: Nothing to be done for `progs'.
2253mkdir .libs
2254gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gif2hdf.c  -fno-common -DPIC -o .libs/gif2hdf.lo
2255gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gif2hdf.c -o gif2hdf.o >/dev/null 2>&1
2256mv -f .libs/gif2hdf.lo gif2hdf.lo
2257rm -f .libs/gif2mem.lo
2258gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gif2mem.c  -fno-common -DPIC -o .libs/gif2mem.lo
2259gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gif2mem.c -o gif2mem.o >/dev/null 2>&1
2260mv -f .libs/gif2mem.lo gif2mem.lo
2261rm -f .libs/decompress.lo
2262gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c decompress.c  -fno-common -DPIC -o .libs/decompress.lo
2263gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c decompress.c -o decompress.o >/dev/null 2>&1
2264mv -f .libs/decompress.lo decompress.lo
2265rm -f .libs/gifread.lo
2266gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gifread.c  -fno-common -DPIC -o .libs/gifread.lo
2267gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gifread.c -o gifread.o >/dev/null 2>&1
2268mv -f .libs/gifread.lo gifread.lo
2269rm -f .libs/writehdf.lo
2270gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c writehdf.c  -fno-common -DPIC -o .libs/writehdf.lo
2271gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c writehdf.c -o writehdf.o >/dev/null 2>&1
2272mv -f .libs/writehdf.lo writehdf.lo
2273libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2274rm -f .libs/gif2h5.nm .libs/gif2h5.nmS .libs/gif2h5.nmT
2275creating .libs/gif2h5S.c
2276generating symbol list for `gif2h5'
2277(cd .libs && gcc -c -fno-builtin "gif2h5S.c")
2278rm -f .libs/gif2h5S.c .libs/gif2h5.nm .libs/gif2h5.nmS .libs/gif2h5.nmT
2279gcc .libs/gif2h5S.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/gif2h5 gif2hdf.o gif2mem.o decompress.o gifread.o writehdf.o  -L../../../hl/src/.libs -lhdf5_hl -L/macports/lib -L/macports/lib/lib ../../../tools/lib/.libs/libh5tools.a -L../../../src/.libs -lhdf5 -lz -lm
2280/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2281creating gif2h5
2282rm -f .libs/hdf2gif.lo
2283gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hdf2gif.c  -fno-common -DPIC -o .libs/hdf2gif.lo
2284gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hdf2gif.c -o hdf2gif.o >/dev/null 2>&1
2285mv -f .libs/hdf2gif.lo hdf2gif.lo
2286rm -f .libs/hdfgifwr.lo
2287gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hdfgifwr.c  -fno-common -DPIC -o .libs/hdfgifwr.lo
2288gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hdfgifwr.c -o hdfgifwr.o >/dev/null 2>&1
2289mv -f .libs/hdfgifwr.lo hdfgifwr.lo
2290libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2291rm -f .libs/h52gif.nm .libs/h52gif.nmS .libs/h52gif.nmT
2292creating .libs/h52gifS.c
2293generating symbol list for `h52gif'
2294(cd .libs && gcc -c -fno-builtin "h52gifS.c")
2295rm -f .libs/h52gifS.c .libs/h52gif.nm .libs/h52gif.nmS .libs/h52gif.nmT
2296gcc .libs/h52gifS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h52gif hdf2gif.o hdfgifwr.o  -L../../../hl/src/.libs -lhdf5_hl -L/macports/lib -L/macports/lib/lib ../../../tools/lib/.libs/libh5tools.a -L../../../src/.libs -lhdf5 -lz -lm
2297/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2298creating h52gif
2299rm -f .libs/h52gifgentst.lo
2300gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h52gifgentst.c  -fno-common -DPIC -o .libs/h52gifgentst.lo
2301gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../../../src -I../../../src -I../../../tools/lib -I../../../hl/src -I../../../hl/src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c h52gifgentst.c -o h52gifgentst.o >/dev/null 2>&1
2302mv -f .libs/h52gifgentst.lo h52gifgentst.lo
2303libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2304rm -f .libs/h52gifgentst.nm .libs/h52gifgentst.nmS .libs/h52gifgentst.nmT
2305creating .libs/h52gifgentstS.c
2306generating symbol list for `h52gifgentst'
2307(cd .libs && gcc -c -fno-builtin "h52gifgentstS.c")
2308rm -f .libs/h52gifgentstS.c .libs/h52gifgentst.nm .libs/h52gifgentst.nmS .libs/h52gifgentst.nmT
2309gcc .libs/h52gifgentstS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/h52gifgentst h52gifgentst.o  -L../../../hl/src/.libs -lhdf5_hl -L/macports/lib -L/macports/lib/lib ../../../tools/lib/.libs/libh5tools.a -L../../../src/.libs -lhdf5 -lz -lm
2310/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2311creating h52gifgentst
2312make tests
2313make[2]: Nothing to be done for `tests'.
2314rm -f .libs/testhdf5.lo
2315gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testhdf5.c  -fno-common -DPIC -o .libs/testhdf5.lo
2316gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c testhdf5.c -o testhdf5.o >/dev/null 2>&1
2317mv -f .libs/testhdf5.lo testhdf5.lo
2318rm -f .libs/tarray.lo
2319gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tarray.c  -fno-common -DPIC -o .libs/tarray.lo
2320gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tarray.c -o tarray.o >/dev/null 2>&1
2321mv -f .libs/tarray.lo tarray.lo
2322rm -f .libs/tattr.lo
2323gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tattr.c  -fno-common -DPIC -o .libs/tattr.lo
2324gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tattr.c -o tattr.o >/dev/null 2>&1
2325mv -f .libs/tattr.lo tattr.lo
2326rm -f .libs/tconfig.lo
2327gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tconfig.c  -fno-common -DPIC -o .libs/tconfig.lo
2328gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tconfig.c -o tconfig.o >/dev/null 2>&1
2329mv -f .libs/tconfig.lo tconfig.lo
2330rm -f .libs/tfile.lo
2331gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tfile.c  -fno-common -DPIC -o .libs/tfile.lo
2332gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tfile.c -o tfile.o >/dev/null 2>&1
2333mv -f .libs/tfile.lo tfile.lo
2334rm -f .libs/tgenprop.lo
2335gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tgenprop.c  -fno-common -DPIC -o .libs/tgenprop.lo
2336gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tgenprop.c -o tgenprop.o >/dev/null 2>&1
2337mv -f .libs/tgenprop.lo tgenprop.lo
2338rm -f .libs/th5s.lo
2339gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c th5s.c  -fno-common -DPIC -o .libs/th5s.lo
2340gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c th5s.c -o th5s.o >/dev/null 2>&1
2341mv -f .libs/th5s.lo th5s.lo
2342rm -f .libs/theap.lo
2343gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c theap.c  -fno-common -DPIC -o .libs/theap.lo
2344gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c theap.c -o theap.o >/dev/null 2>&1
2345mv -f .libs/theap.lo theap.lo
2346rm -f .libs/titerate.lo
2347gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c titerate.c  -fno-common -DPIC -o .libs/titerate.lo
2348gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c titerate.c -o titerate.o >/dev/null 2>&1
2349mv -f .libs/titerate.lo titerate.lo
2350rm -f .libs/tmeta.lo
2351gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tmeta.c  -fno-common -DPIC -o .libs/tmeta.lo
2352gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tmeta.c -o tmeta.o >/dev/null 2>&1
2353mv -f .libs/tmeta.lo tmeta.lo
2354rm -f .libs/tmisc.lo
2355gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tmisc.c  -fno-common -DPIC -o .libs/tmisc.lo
2356tmisc.c: In function 'test_misc16':
2357tmisc.c:2671: warning: initialization makes integer from pointer without a cast
2358tmisc.c: In function 'test_misc17':
2359tmisc.c:2750: warning: initialization makes integer from pointer without a cast
2360gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tmisc.c -o tmisc.o >/dev/null 2>&1
2361mv -f .libs/tmisc.lo tmisc.lo
2362rm -f .libs/trefer.lo
2363gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c trefer.c  -fno-common -DPIC -o .libs/trefer.lo
2364trefer.c: In function 'test_reference_region':
2365trefer.c:349: warning: large integer implicitly truncated to unsigned type
2366gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c trefer.c -o trefer.o >/dev/null 2>&1
2367mv -f .libs/trefer.lo trefer.lo
2368rm -f .libs/trefstr.lo
2369gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c trefstr.c  -fno-common -DPIC -o .libs/trefstr.lo
2370gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c trefstr.c -o trefstr.o >/dev/null 2>&1
2371mv -f .libs/trefstr.lo trefstr.lo
2372rm -f .libs/tselect.lo
2373gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tselect.c  -fno-common -DPIC -o .libs/tselect.lo
2374gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tselect.c -o tselect.o >/dev/null 2>&1
2375mv -f .libs/tselect.lo tselect.lo
2376rm -f .libs/tskiplist.lo
2377gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tskiplist.c  -fno-common -DPIC -o .libs/tskiplist.lo
2378gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tskiplist.c -o tskiplist.o >/dev/null 2>&1
2379mv -f .libs/tskiplist.lo tskiplist.lo
2380rm -f .libs/ttime.lo
2381gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttime.c  -fno-common -DPIC -o .libs/ttime.lo
2382gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttime.c -o ttime.o >/dev/null 2>&1
2383mv -f .libs/ttime.lo ttime.lo
2384rm -f .libs/ttst.lo
2385gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttst.c  -fno-common -DPIC -o .libs/ttst.lo
2386gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttst.c -o ttst.o >/dev/null 2>&1
2387mv -f .libs/ttst.lo ttst.lo
2388rm -f .libs/tvltypes.lo
2389gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tvltypes.c  -fno-common -DPIC -o .libs/tvltypes.lo
2390gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tvltypes.c -o tvltypes.o >/dev/null 2>&1
2391mv -f .libs/tvltypes.lo tvltypes.lo
2392rm -f .libs/tvlstr.lo
2393gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tvlstr.c  -fno-common -DPIC -o .libs/tvlstr.lo
2394gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c tvlstr.c -o tvlstr.o >/dev/null 2>&1
2395mv -f .libs/tvlstr.lo tvlstr.lo
2396libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2397rm -f .libs/testhdf5.nm .libs/testhdf5.nmS .libs/testhdf5.nmT
2398creating .libs/testhdf5S.c
2399generating symbol list for `testhdf5'
2400(cd .libs && gcc -c -fno-builtin "testhdf5S.c")
2401rm -f .libs/testhdf5S.c .libs/testhdf5.nm .libs/testhdf5.nmS .libs/testhdf5.nmT
2402gcc .libs/testhdf5S.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/testhdf5 testhdf5.o tarray.o tattr.o tconfig.o tfile.o tgenprop.o th5s.o theap.o titerate.o tmeta.o tmisc.o trefer.o trefstr.o tselect.o tskiplist.o ttime.o ttst.o tvltypes.o tvlstr.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2403/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2404creating testhdf5
2405rm -f .libs/lheap.lo
2406gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c lheap.c  -fno-common -DPIC -o .libs/lheap.lo
2407gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c lheap.c -o lheap.o >/dev/null 2>&1
2408mv -f .libs/lheap.lo lheap.lo
2409libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2410rm -f .libs/lheap.nm .libs/lheap.nmS .libs/lheap.nmT
2411creating .libs/lheapS.c
2412generating symbol list for `lheap'
2413(cd .libs && gcc -c -fno-builtin "lheapS.c")
2414rm -f .libs/lheapS.c .libs/lheap.nm .libs/lheap.nmS .libs/lheap.nmT
2415gcc .libs/lheapS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/lheap lheap.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2416/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2417creating lheap
2418rm -f .libs/ohdr.lo
2419gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ohdr.c  -fno-common -DPIC -o .libs/ohdr.lo
2420gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ohdr.c -o ohdr.o >/dev/null 2>&1
2421mv -f .libs/ohdr.lo ohdr.lo
2422libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2423rm -f .libs/ohdr.nm .libs/ohdr.nmS .libs/ohdr.nmT
2424creating .libs/ohdrS.c
2425generating symbol list for `ohdr'
2426(cd .libs && gcc -c -fno-builtin "ohdrS.c")
2427rm -f .libs/ohdrS.c .libs/ohdr.nm .libs/ohdr.nmS .libs/ohdr.nmT
2428gcc .libs/ohdrS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/ohdr ohdr.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2429/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2430creating ohdr
2431rm -f .libs/stab.lo
2432gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stab.c  -fno-common -DPIC -o .libs/stab.lo
2433gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stab.c -o stab.o >/dev/null 2>&1
2434mv -f .libs/stab.lo stab.lo
2435libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2436rm -f .libs/stab.nm .libs/stab.nmS .libs/stab.nmT
2437creating .libs/stabS.c
2438generating symbol list for `stab'
2439(cd .libs && gcc -c -fno-builtin "stabS.c")
2440rm -f .libs/stabS.c .libs/stab.nm .libs/stab.nmS .libs/stab.nmT
2441gcc .libs/stabS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/stab stab.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2442/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2443creating stab
2444rm -f .libs/gheap.lo
2445gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gheap.c  -fno-common -DPIC -o .libs/gheap.lo
2446gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gheap.c -o gheap.o >/dev/null 2>&1
2447mv -f .libs/gheap.lo gheap.lo
2448libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2449rm -f .libs/gheap.nm .libs/gheap.nmS .libs/gheap.nmT
2450creating .libs/gheapS.c
2451generating symbol list for `gheap'
2452(cd .libs && gcc -c -fno-builtin "gheapS.c")
2453rm -f .libs/gheapS.c .libs/gheap.nm .libs/gheap.nmS .libs/gheap.nmT
2454gcc .libs/gheapS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/gheap gheap.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2455/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2456creating gheap
2457rm -f .libs/cache.lo
2458gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c cache.c  -fno-common -DPIC -o .libs/cache.lo
2459gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c cache.c -o cache.o >/dev/null 2>&1
2460mv -f .libs/cache.lo cache.lo
2461libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2462rm -f .libs/cache.nm .libs/cache.nmS .libs/cache.nmT
2463creating .libs/cacheS.c
2464generating symbol list for `cache'
2465(cd .libs && gcc -c -fno-builtin "cacheS.c")
2466rm -f .libs/cacheS.c .libs/cache.nm .libs/cache.nmS .libs/cache.nmT
2467gcc .libs/cacheS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/cache cache.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2468/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2469creating cache
2470rm -f .libs/hyperslab.lo
2471gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hyperslab.c  -fno-common -DPIC -o .libs/hyperslab.lo
2472gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c hyperslab.c -o hyperslab.o >/dev/null 2>&1
2473mv -f .libs/hyperslab.lo hyperslab.lo
2474libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2475rm -f .libs/hyperslab.nm .libs/hyperslab.nmS .libs/hyperslab.nmT
2476creating .libs/hyperslabS.c
2477generating symbol list for `hyperslab'
2478(cd .libs && gcc -c -fno-builtin "hyperslabS.c")
2479rm -f .libs/hyperslabS.c .libs/hyperslab.nm .libs/hyperslab.nmS .libs/hyperslab.nmT
2480gcc .libs/hyperslabS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/hyperslab hyperslab.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2481/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2482creating hyperslab
2483rm -f .libs/istore.lo
2484gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c istore.c  -fno-common -DPIC -o .libs/istore.lo
2485gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c istore.c -o istore.o >/dev/null 2>&1
2486mv -f .libs/istore.lo istore.lo
2487libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2488rm -f .libs/istore.nm .libs/istore.nmS .libs/istore.nmT
2489creating .libs/istoreS.c
2490generating symbol list for `istore'
2491(cd .libs && gcc -c -fno-builtin "istoreS.c")
2492rm -f .libs/istoreS.c .libs/istore.nm .libs/istore.nmS .libs/istore.nmT
2493gcc .libs/istoreS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/istore istore.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2494/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2495creating istore
2496rm -f .libs/bittests.lo
2497gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c bittests.c  -fno-common -DPIC -o .libs/bittests.lo
2498gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c bittests.c -o bittests.o >/dev/null 2>&1
2499mv -f .libs/bittests.lo bittests.lo
2500libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2501rm -f .libs/bittests.nm .libs/bittests.nmS .libs/bittests.nmT
2502creating .libs/bittestsS.c
2503generating symbol list for `bittests'
2504(cd .libs && gcc -c -fno-builtin "bittestsS.c")
2505rm -f .libs/bittestsS.c .libs/bittests.nm .libs/bittests.nmS .libs/bittests.nmT
2506gcc .libs/bittestsS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/bittests bittests.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2507/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2508creating bittests
2509rm -f .libs/dtypes.lo
2510gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c dtypes.c  -fno-common -DPIC -o .libs/dtypes.lo
2511gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c dtypes.c -o dtypes.o >/dev/null 2>&1
2512mv -f .libs/dtypes.lo dtypes.lo
2513libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2514rm -f .libs/dtypes.nm .libs/dtypes.nmS .libs/dtypes.nmT
2515creating .libs/dtypesS.c
2516generating symbol list for `dtypes'
2517(cd .libs && gcc -c -fno-builtin "dtypesS.c")
2518rm -f .libs/dtypesS.c .libs/dtypes.nm .libs/dtypes.nmS .libs/dtypes.nmT
2519gcc .libs/dtypesS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/dtypes dtypes.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2520/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2521creating dtypes
2522rm -f .libs/dsets.lo
2523gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c dsets.c  -fno-common -DPIC -o .libs/dsets.lo
2524gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c dsets.c -o dsets.o >/dev/null 2>&1
2525mv -f .libs/dsets.lo dsets.lo
2526libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2527rm -f .libs/dsets.nm .libs/dsets.nmS .libs/dsets.nmT
2528creating .libs/dsetsS.c
2529generating symbol list for `dsets'
2530(cd .libs && gcc -c -fno-builtin "dsetsS.c")
2531rm -f .libs/dsetsS.c .libs/dsets.nm .libs/dsets.nmS .libs/dsets.nmT
2532gcc .libs/dsetsS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/dsets dsets.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2533/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2534creating dsets
2535rm -f .libs/cmpd_dset.lo
2536gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c cmpd_dset.c  -fno-common -DPIC -o .libs/cmpd_dset.lo
2537gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c cmpd_dset.c -o cmpd_dset.o >/dev/null 2>&1
2538mv -f .libs/cmpd_dset.lo cmpd_dset.lo
2539libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2540rm -f .libs/cmpd_dset.nm .libs/cmpd_dset.nmS .libs/cmpd_dset.nmT
2541creating .libs/cmpd_dsetS.c
2542generating symbol list for `cmpd_dset'
2543(cd .libs && gcc -c -fno-builtin "cmpd_dsetS.c")
2544rm -f .libs/cmpd_dsetS.c .libs/cmpd_dset.nm .libs/cmpd_dset.nmS .libs/cmpd_dset.nmT
2545gcc .libs/cmpd_dsetS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/cmpd_dset cmpd_dset.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2546/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2547creating cmpd_dset
2548rm -f .libs/extend.lo
2549gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c extend.c  -fno-common -DPIC -o .libs/extend.lo
2550gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c extend.c -o extend.o >/dev/null 2>&1
2551mv -f .libs/extend.lo extend.lo
2552libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2553rm -f .libs/extend.nm .libs/extend.nmS .libs/extend.nmT
2554creating .libs/extendS.c
2555generating symbol list for `extend'
2556(cd .libs && gcc -c -fno-builtin "extendS.c")
2557rm -f .libs/extendS.c .libs/extend.nm .libs/extend.nmS .libs/extend.nmT
2558gcc .libs/extendS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/extend extend.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2559/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2560creating extend
2561rm -f .libs/external.lo
2562gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c external.c  -fno-common -DPIC -o .libs/external.lo
2563gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c external.c -o external.o >/dev/null 2>&1
2564mv -f .libs/external.lo external.lo
2565libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2566rm -f .libs/external.nm .libs/external.nmS .libs/external.nmT
2567creating .libs/externalS.c
2568generating symbol list for `external'
2569(cd .libs && gcc -c -fno-builtin "externalS.c")
2570rm -f .libs/externalS.c .libs/external.nm .libs/external.nmS .libs/external.nmT
2571gcc .libs/externalS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/external external.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2572/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2573creating external
2574rm -f .libs/links.lo
2575gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c links.c  -fno-common -DPIC -o .libs/links.lo
2576gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c links.c -o links.o >/dev/null 2>&1
2577mv -f .libs/links.lo links.lo
2578libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2579rm -f .libs/links.nm .libs/links.nmS .libs/links.nmT
2580creating .libs/linksS.c
2581generating symbol list for `links'
2582(cd .libs && gcc -c -fno-builtin "linksS.c")
2583rm -f .libs/linksS.c .libs/links.nm .libs/links.nmS .libs/links.nmT
2584gcc .libs/linksS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/links links.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2585/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2586creating links
2587rm -f .libs/unlink.lo
2588gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c unlink.c  -fno-common -DPIC -o .libs/unlink.lo
2589gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c unlink.c -o unlink.o >/dev/null 2>&1
2590mv -f .libs/unlink.lo unlink.lo
2591libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2592rm -f .libs/unlink.nm .libs/unlink.nmS .libs/unlink.nmT
2593creating .libs/unlinkS.c
2594generating symbol list for `unlink'
2595(cd .libs && gcc -c -fno-builtin "unlinkS.c")
2596rm -f .libs/unlinkS.c .libs/unlink.nm .libs/unlink.nmS .libs/unlink.nmT
2597gcc .libs/unlinkS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/unlink unlink.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2598/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2599creating unlink
2600rm -f .libs/big.lo
2601gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c big.c  -fno-common -DPIC -o .libs/big.lo
2602gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c big.c -o big.o >/dev/null 2>&1
2603mv -f .libs/big.lo big.lo
2604libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2605rm -f .libs/big.nm .libs/big.nmS .libs/big.nmT
2606creating .libs/bigS.c
2607generating symbol list for `big'
2608(cd .libs && gcc -c -fno-builtin "bigS.c")
2609rm -f .libs/bigS.c .libs/big.nm .libs/big.nmS .libs/big.nmT
2610gcc .libs/bigS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/big big.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2611/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2612creating big
2613rm -f .libs/mtime.lo
2614gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c mtime.c  -fno-common -DPIC -o .libs/mtime.lo
2615gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c mtime.c -o mtime.o >/dev/null 2>&1
2616mv -f .libs/mtime.lo mtime.lo
2617libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2618rm -f .libs/mtime.nm .libs/mtime.nmS .libs/mtime.nmT
2619creating .libs/mtimeS.c
2620generating symbol list for `mtime'
2621(cd .libs && gcc -c -fno-builtin "mtimeS.c")
2622rm -f .libs/mtimeS.c .libs/mtime.nm .libs/mtime.nmS .libs/mtime.nmT
2623gcc .libs/mtimeS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/mtime mtime.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2624/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2625creating mtime
2626rm -f .libs/fillval.lo
2627gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c fillval.c  -fno-common -DPIC -o .libs/fillval.lo
2628gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c fillval.c -o fillval.o >/dev/null 2>&1
2629mv -f .libs/fillval.lo fillval.lo
2630libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2631rm -f .libs/fillval.nm .libs/fillval.nmS .libs/fillval.nmT
2632creating .libs/fillvalS.c
2633generating symbol list for `fillval'
2634(cd .libs && gcc -c -fno-builtin "fillvalS.c")
2635rm -f .libs/fillvalS.c .libs/fillval.nm .libs/fillval.nmS .libs/fillval.nmT
2636gcc .libs/fillvalS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/fillval fillval.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2637/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2638creating fillval
2639rm -f .libs/mount.lo
2640gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c mount.c  -fno-common -DPIC -o .libs/mount.lo
2641gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c mount.c -o mount.o >/dev/null 2>&1
2642mv -f .libs/mount.lo mount.lo
2643libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2644rm -f .libs/mount.nm .libs/mount.nmS .libs/mount.nmT
2645creating .libs/mountS.c
2646generating symbol list for `mount'
2647(cd .libs && gcc -c -fno-builtin "mountS.c")
2648rm -f .libs/mountS.c .libs/mount.nm .libs/mount.nmS .libs/mount.nmT
2649gcc .libs/mountS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/mount mount.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2650/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2651creating mount
2652rm -f .libs/flush1.lo
2653gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c flush1.c  -fno-common -DPIC -o .libs/flush1.lo
2654gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c flush1.c -o flush1.o >/dev/null 2>&1
2655mv -f .libs/flush1.lo flush1.lo
2656libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2657rm -f .libs/flush1.nm .libs/flush1.nmS .libs/flush1.nmT
2658creating .libs/flush1S.c
2659generating symbol list for `flush1'
2660(cd .libs && gcc -c -fno-builtin "flush1S.c")
2661rm -f .libs/flush1S.c .libs/flush1.nm .libs/flush1.nmS .libs/flush1.nmT
2662gcc .libs/flush1S.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/flush1 flush1.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2663/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2664creating flush1
2665rm -f .libs/flush2.lo
2666gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c flush2.c  -fno-common -DPIC -o .libs/flush2.lo
2667gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c flush2.c -o flush2.o >/dev/null 2>&1
2668mv -f .libs/flush2.lo flush2.lo
2669libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2670rm -f .libs/flush2.nm .libs/flush2.nmS .libs/flush2.nmT
2671creating .libs/flush2S.c
2672generating symbol list for `flush2'
2673(cd .libs && gcc -c -fno-builtin "flush2S.c")
2674rm -f .libs/flush2S.c .libs/flush2.nm .libs/flush2.nmS .libs/flush2.nmT
2675gcc .libs/flush2S.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/flush2 flush2.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2676/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2677creating flush2
2678rm -f .libs/enum.lo
2679gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c enum.c  -fno-common -DPIC -o .libs/enum.lo
2680gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c enum.c -o enum.o >/dev/null 2>&1
2681mv -f .libs/enum.lo enum.lo
2682libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2683rm -f .libs/enum.nm .libs/enum.nmS .libs/enum.nmT
2684creating .libs/enumS.c
2685generating symbol list for `enum'
2686(cd .libs && gcc -c -fno-builtin "enumS.c")
2687rm -f .libs/enumS.c .libs/enum.nm .libs/enum.nmS .libs/enum.nmT
2688gcc .libs/enumS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/enum enum.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2689/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2690creating enum
2691rm -f .libs/gass_write.lo
2692gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_write.c  -fno-common -DPIC -o .libs/gass_write.lo
2693gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_write.c -o gass_write.o >/dev/null 2>&1
2694mv -f .libs/gass_write.lo gass_write.lo
2695libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2696rm -f .libs/gass_write.nm .libs/gass_write.nmS .libs/gass_write.nmT
2697creating .libs/gass_writeS.c
2698generating symbol list for `gass_write'
2699(cd .libs && gcc -c -fno-builtin "gass_writeS.c")
2700rm -f .libs/gass_writeS.c .libs/gass_write.nm .libs/gass_write.nmS .libs/gass_write.nmT
2701gcc .libs/gass_writeS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/gass_write gass_write.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2702/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2703creating gass_write
2704rm -f .libs/gass_read.lo
2705gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_read.c  -fno-common -DPIC -o .libs/gass_read.lo
2706gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_read.c -o gass_read.o >/dev/null 2>&1
2707mv -f .libs/gass_read.lo gass_read.lo
2708libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2709rm -f .libs/gass_read.nm .libs/gass_read.nmS .libs/gass_read.nmT
2710creating .libs/gass_readS.c
2711generating symbol list for `gass_read'
2712(cd .libs && gcc -c -fno-builtin "gass_readS.c")
2713rm -f .libs/gass_readS.c .libs/gass_read.nm .libs/gass_read.nmS .libs/gass_read.nmT
2714gcc .libs/gass_readS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/gass_read gass_read.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2715/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2716creating gass_read
2717rm -f .libs/gass_append.lo
2718gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_append.c  -fno-common -DPIC -o .libs/gass_append.lo
2719gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c gass_append.c -o gass_append.o >/dev/null 2>&1
2720mv -f .libs/gass_append.lo gass_append.lo
2721libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2722rm -f .libs/gass_append.nm .libs/gass_append.nmS .libs/gass_append.nmT
2723creating .libs/gass_appendS.c
2724generating symbol list for `gass_append'
2725(cd .libs && gcc -c -fno-builtin "gass_appendS.c")
2726rm -f .libs/gass_appendS.c .libs/gass_append.nm .libs/gass_append.nmS .libs/gass_append.nmT
2727gcc .libs/gass_appendS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/gass_append gass_append.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2728/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2729creating gass_append
2730rm -f .libs/set_extent.lo
2731gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c set_extent.c  -fno-common -DPIC -o .libs/set_extent.lo
2732gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c set_extent.c -o set_extent.o >/dev/null 2>&1
2733mv -f .libs/set_extent.lo set_extent.lo
2734libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2735rm -f .libs/set_extent.nm .libs/set_extent.nmS .libs/set_extent.nmT
2736creating .libs/set_extentS.c
2737generating symbol list for `set_extent'
2738(cd .libs && gcc -c -fno-builtin "set_extentS.c")
2739rm -f .libs/set_extentS.c .libs/set_extent.nm .libs/set_extent.nmS .libs/set_extent.nmT
2740gcc .libs/set_extentS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/set_extent set_extent.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2741/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2742creating set_extent
2743rm -f .libs/srb_write.lo
2744gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_write.c  -fno-common -DPIC -o .libs/srb_write.lo
2745gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_write.c -o srb_write.o >/dev/null 2>&1
2746mv -f .libs/srb_write.lo srb_write.lo
2747libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2748rm -f .libs/srb_write.nm .libs/srb_write.nmS .libs/srb_write.nmT
2749creating .libs/srb_writeS.c
2750generating symbol list for `srb_write'
2751(cd .libs && gcc -c -fno-builtin "srb_writeS.c")
2752rm -f .libs/srb_writeS.c .libs/srb_write.nm .libs/srb_write.nmS .libs/srb_write.nmT
2753gcc .libs/srb_writeS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/srb_write srb_write.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2754/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2755creating srb_write
2756rm -f .libs/srb_append.lo
2757gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_append.c  -fno-common -DPIC -o .libs/srb_append.lo
2758gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_append.c -o srb_append.o >/dev/null 2>&1
2759mv -f .libs/srb_append.lo srb_append.lo
2760libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2761rm -f .libs/srb_append.nm .libs/srb_append.nmS .libs/srb_append.nmT
2762creating .libs/srb_appendS.c
2763generating symbol list for `srb_append'
2764(cd .libs && gcc -c -fno-builtin "srb_appendS.c")
2765rm -f .libs/srb_appendS.c .libs/srb_append.nm .libs/srb_append.nmS .libs/srb_append.nmT
2766gcc .libs/srb_appendS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/srb_append srb_append.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2767/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2768creating srb_append
2769rm -f .libs/srb_read.lo
2770gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_read.c  -fno-common -DPIC -o .libs/srb_read.lo
2771gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c srb_read.c -o srb_read.o >/dev/null 2>&1
2772mv -f .libs/srb_read.lo srb_read.lo
2773libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2774rm -f .libs/srb_read.nm .libs/srb_read.nmS .libs/srb_read.nmT
2775creating .libs/srb_readS.c
2776generating symbol list for `srb_read'
2777(cd .libs && gcc -c -fno-builtin "srb_readS.c")
2778rm -f .libs/srb_readS.c .libs/srb_read.nm .libs/srb_read.nmS .libs/srb_read.nmT
2779gcc .libs/srb_readS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/srb_read srb_read.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2780/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2781creating srb_read
2782rm -f .libs/ttsafe.lo
2783gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe.c  -fno-common -DPIC -o .libs/ttsafe.lo
2784gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe.c -o ttsafe.o >/dev/null 2>&1
2785mv -f .libs/ttsafe.lo ttsafe.lo
2786rm -f .libs/ttsafe_dcreate.lo
2787gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_dcreate.c  -fno-common -DPIC -o .libs/ttsafe_dcreate.lo
2788gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_dcreate.c -o ttsafe_dcreate.o >/dev/null 2>&1
2789mv -f .libs/ttsafe_dcreate.lo ttsafe_dcreate.lo
2790rm -f .libs/ttsafe_error.lo
2791gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_error.c  -fno-common -DPIC -o .libs/ttsafe_error.lo
2792gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_error.c -o ttsafe_error.o >/dev/null 2>&1
2793mv -f .libs/ttsafe_error.lo ttsafe_error.lo
2794rm -f .libs/ttsafe_cancel.lo
2795gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_cancel.c  -fno-common -DPIC -o .libs/ttsafe_cancel.lo
2796gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_cancel.c -o ttsafe_cancel.o >/dev/null 2>&1
2797mv -f .libs/ttsafe_cancel.lo ttsafe_cancel.lo
2798rm -f .libs/ttsafe_acreate.lo
2799gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_acreate.c  -fno-common -DPIC -o .libs/ttsafe_acreate.lo
2800gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c ttsafe_acreate.c -o ttsafe_acreate.o >/dev/null 2>&1
2801mv -f .libs/ttsafe_acreate.lo ttsafe_acreate.lo
2802libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2803rm -f .libs/ttsafe.nm .libs/ttsafe.nmS .libs/ttsafe.nmT
2804creating .libs/ttsafeS.c
2805generating symbol list for `ttsafe'
2806(cd .libs && gcc -c -fno-builtin "ttsafeS.c")
2807rm -f .libs/ttsafeS.c .libs/ttsafe.nm .libs/ttsafe.nmS .libs/ttsafe.nmT
2808gcc .libs/ttsafeS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/ttsafe ttsafe.o ttsafe_dcreate.o ttsafe_error.o ttsafe_cancel.o ttsafe_acreate.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2809/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2810creating ttsafe
2811rm -f .libs/stream_test.lo
2812gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stream_test.c  -fno-common -DPIC -o .libs/stream_test.lo
2813gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stream_test.c -o stream_test.o >/dev/null 2>&1
2814mv -f .libs/stream_test.lo stream_test.lo
2815libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2816rm -f .libs/stream_test.nm .libs/stream_test.nmS .libs/stream_test.nmT
2817creating .libs/stream_testS.c
2818generating symbol list for `stream_test'
2819(cd .libs && gcc -c -fno-builtin "stream_testS.c")
2820rm -f .libs/stream_testS.c .libs/stream_test.nm .libs/stream_test.nmS .libs/stream_test.nmT
2821gcc .libs/stream_testS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/stream_test stream_test.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2822/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2823creating stream_test
2824rm -f .libs/getname.lo
2825gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getname.c  -fno-common -DPIC -o .libs/getname.lo
2826gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getname.c -o getname.o >/dev/null 2>&1
2827mv -f .libs/getname.lo getname.lo
2828libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2829rm -f .libs/getname.nm .libs/getname.nmS .libs/getname.nmT
2830creating .libs/getnameS.c
2831generating symbol list for `getname'
2832(cd .libs && gcc -c -fno-builtin "getnameS.c")
2833rm -f .libs/getnameS.c .libs/getname.nm .libs/getname.nmS .libs/getname.nmT
2834gcc .libs/getnameS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/getname getname.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2835/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2836/usr/bin/ld: Undefined symbols:
2837_H5G_user_path_test
2838collect2: ld returned 1 exit status
2839make[2]: *** [getname] Error 1
2840make[1]: *** [tests] Error 1
2841make: *** [all] Error 2
2842Error: Target org.macports.build returned: shell command " cd "/macports/var/macports/build/_macports_var_macports_sources_rsync.macports.org_release_ports_science_hdf5/work/hdf5-1.6.6" && make all " returned error 2
2843Command output: gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stream_test.c  -fno-common -DPIC -o .libs/stream_test.lo
2844gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c stream_test.c -o stream_test.o >/dev/null 2>&1
2845mv -f .libs/stream_test.lo stream_test.lo
2846libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2847rm -f .libs/stream_test.nm .libs/stream_test.nmS .libs/stream_test.nmT
2848creating .libs/stream_testS.c
2849generating symbol list for `stream_test'
2850(cd .libs && gcc -c -fno-builtin "stream_testS.c")
2851rm -f .libs/stream_testS.c .libs/stream_test.nm .libs/stream_test.nmS .libs/stream_test.nmT
2852gcc .libs/stream_testS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/stream_test stream_test.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2853/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2854creating stream_test
2855rm -f .libs/getname.lo
2856gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getname.c  -fno-common -DPIC -o .libs/getname.lo
2857gcc -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -I. -I. -I../src -I../src -UH5_DEBUG_API -DNDEBUG -I/macports/lib/include -I/macports/include -c getname.c -o getname.o >/dev/null 2>&1
2858mv -f .libs/getname.lo getname.lo
2859libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
2860rm -f .libs/getname.nm .libs/getname.nmS .libs/getname.nmT
2861creating .libs/getnameS.c
2862generating symbol list for `getname'
2863(cd .libs && gcc -c -fno-builtin "getnameS.c")
2864rm -f .libs/getnameS.c .libs/getname.nm .libs/getname.nmS .libs/getname.nmT
2865gcc .libs/getnameS.o -O2 -std=c99 -Wno-long-long -O -fomit-frame-pointer -finline-functions -o .libs/getname getname.o  -L./.libs -lh5test -L/macports/lib -L/macports/lib/lib -L../src/.libs -lhdf5 -lz -lm
2866/usr/bin/ld: warning -L: directory name (/macports/lib/lib) does not exist
2867/usr/bin/ld: Undefined symbols:
2868_H5G_user_path_test
2869collect2: ld returned 1 exit status
2870make[2]: *** [getname] Error 1
2871make[1]: *** [tests] Error 1
2872make: *** [all] Error 2
2873
2874Warning: the following items did not execute (for hdf5): org.macports.destroot org.macports.build
2875DEBUG: wrong # args: should be "md5 action ?file?"
2876    while executing
2877"md5 $fname"
2878Error: Unable to upgrade port: 1