[Hdf-forum] build hdf5-1.8.5 using lf95
Albrecht Kyrieleis
akyrieleis at googlemail.com
Fri Jan 22 09:44:08 EST 2010
Elena,
I want to combine the building of HDF5 with some software that will use
HDF5. Therefore, I want to build always on the same machine the HDF5 library
each time I build the software. As the machine /OS is always the same I
would like to write a shell script that does the compilation/linking just
neccessary in order to use HDF5 with Fortran code, i.e. exclude
configuration and all tests as well as libtool. Is there a way to derive
such a script from the Makefiles ?
Thank you
Albrecht
2010/1/21 Elena Pourmal <epourmal at hdfgroup.org>
> Albrecht,
>
> It looks like some lf95 vs gcc version compatibility issue.
>
> Do you know which version of gcc is required for lf95 on your system? I
> would also try to disable shared by using --disable-shared configure flag,
> but I don't think it will help.
>
> Elena
>
> On Jan 21, 2010, at 6:48 AM, Albrecht Kyrieleis wrote:
>
> Hi Elena
>
> I set
> CC="/usr/bin/gcc -m32"
> FC="/local/opt/../lf95 -O0 -Wa,--32"
> LD_LIBRARY_PATH=/local/../lf9562/lib"
>
> then
> ./configure --enable-fortran
>
> then I added in libtools:
> compiler_o_lo="no"
>
> them make > make_out.txt
>
> Everything that needs to be done in /fortran/src works. But when it enters
> in fortran/test
> I get the error:
> ../../fortran/src/.libs/libhdf5_fortran.so: undefined reference to
> `__udivdi3'
>
> Below is the end of the file make_out.txt .
>
> Thanks for any help
>
> Albrecht
>
>
>
>
> make[3]: Entering directory `/local/albrecht/hdf5-1.8.4_t/fortran/src'
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5fortran_types.lo
> H5fortran_types.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5fortran_types.f90 --shared -o
> .libs/H5fortran_types.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5fortran_types.f90 -o H5fortran_types.o >/dev/null
> 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5f90global.lo
> H5f90global.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5f90global.f90 --shared -o .libs/H5f90global.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5f90global.f90 -o H5f90global.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5_ff.lo H5_ff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5_ff.f90 --shared -o .libs/H5_ff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5_ff.f90 -o H5_ff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Aff.lo H5Aff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Aff.f90 --shared -o .libs/H5Aff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Aff.f90 -o H5Aff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Dff.lo H5Dff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Dff.f90 --shared -o .libs/H5Dff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Dff.f90 -o H5Dff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Eff.lo H5Eff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Eff.f90 --shared -o .libs/H5Eff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Eff.f90 -o H5Eff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Fff.lo H5Fff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Fff.f90 --shared -o .libs/H5Fff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Fff.f90 -o H5Fff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Gff.lo H5Gff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Gff.f90 --shared -o .libs/H5Gff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Gff.f90 -o H5Gff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Iff.lo H5Iff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Iff.f90 --shared -o .libs/H5Iff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Iff.f90 -o H5Iff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Lff.lo H5Lff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Lff.f90 --shared -o .libs/H5Lff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Lff.f90 -o H5Lff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Off.lo H5Off.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Off.f90 --shared -o .libs/H5Off.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Off.f90 -o H5Off.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Pff.lo H5Pff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Pff.f90 --shared -o .libs/H5Pff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Pff.f90 -o H5Pff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Rff.lo H5Rff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Rff.f90 --shared -o .libs/H5Rff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Rff.f90 -o H5Rff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Sff.lo H5Sff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Sff.f90 --shared -o .libs/H5Sff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Sff.f90 -o H5Sff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Tff.lo H5Tff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Tff.f90 --shared -o .libs/H5Tff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Tff.f90 -o H5Tff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o H5Zff.lo H5Zff.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Zff.f90 --shared -o .libs/H5Zff.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5Zff.f90 -o H5Zff.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o
> H5_DBLE_InterfaceInclude.lo H5_DBLE_InterfaceInclude.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5_DBLE_InterfaceInclude.f90 --shared -o
> .libs/H5_DBLE_InterfaceInclude.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c H5_DBLE_InterfaceInclude.f90 -o
> H5_DBLE_InterfaceInclude.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5f90kit.lo -MD -MP -MF
> .deps/H5f90kit.Tpo -c -o H5f90kit.lo H5f90kit.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5f90kit.lo -MD -MP -MF .deps/H5f90kit.Tpo -c
> H5f90kit.c -fPIC -DPIC -o .libs/H5f90kit.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5f90kit.lo -MD -MP -MF .deps/H5f90kit.Tpo -c
> H5f90kit.c -o H5f90kit.o >/dev/null 2>&1
>
> mv -f .deps/H5f90kit.Tpo .deps/H5f90kit.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5_f.lo -MD -MP -MF
> .deps/H5_f.Tpo -c -o H5_f.lo H5_f.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5_f.lo -MD -MP -MF .deps/H5_f.Tpo -c H5_f.c -fPIC
> -DPIC -o .libs/H5_f.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5_f.lo -MD -MP -MF .deps/H5_f.Tpo -c H5_f.c -o
> H5_f.o >/dev/null 2>&1
>
> mv -f .deps/H5_f.Tpo .deps/H5_f.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Af.lo -MD -MP -MF
> .deps/H5Af.Tpo -c -o H5Af.lo H5Af.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Af.lo -MD -MP -MF .deps/H5Af.Tpo -c H5Af.c -fPIC
> -DPIC -o .libs/H5Af.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Af.lo -MD -MP -MF .deps/H5Af.Tpo -c H5Af.c -o
> H5Af.o >/dev/null 2>&1
>
> mv -f .deps/H5Af.Tpo .deps/H5Af.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Df.lo -MD -MP -MF
> .deps/H5Df.Tpo -c -o H5Df.lo H5Df.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Df.lo -MD -MP -MF .deps/H5Df.Tpo -c H5Df.c -fPIC
> -DPIC -o .libs/H5Df.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Df.lo -MD -MP -MF .deps/H5Df.Tpo -c H5Df.c -o
> H5Df.o >/dev/null 2>&1
>
> mv -f .deps/H5Df.Tpo .deps/H5Df.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Ef.lo -MD -MP -MF
> .deps/H5Ef.Tpo -c -o H5Ef.lo H5Ef.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Ef.lo -MD -MP -MF .deps/H5Ef.Tpo -c H5Ef.c -fPIC
> -DPIC -o .libs/H5Ef.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Ef.lo -MD -MP -MF .deps/H5Ef.Tpo -c H5Ef.c -o
> H5Ef.o >/dev/null 2>&1
>
> mv -f .deps/H5Ef.Tpo .deps/H5Ef.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Ff.lo -MD -MP -MF
> .deps/H5Ff.Tpo -c -o H5Ff.lo H5Ff.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Ff.lo -MD -MP -MF .deps/H5Ff.Tpo -c H5Ff.c -fPIC
> -DPIC -o .libs/H5Ff.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Ff.lo -MD -MP -MF .deps/H5Ff.Tpo -c H5Ff.c -o
> H5Ff.o >/dev/null 2>&1
>
> mv -f .deps/H5Ff.Tpo .deps/H5Ff.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Gf.lo -MD -MP -MF
> .deps/H5Gf.Tpo -c -o H5Gf.lo H5Gf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Gf.lo -MD -MP -MF .deps/H5Gf.Tpo -c H5Gf.c -fPIC
> -DPIC -o .libs/H5Gf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Gf.lo -MD -MP -MF .deps/H5Gf.Tpo -c H5Gf.c -o
> H5Gf.o >/dev/null 2>&1
>
> mv -f .deps/H5Gf.Tpo .deps/H5Gf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5If.lo -MD -MP -MF
> .deps/H5If.Tpo -c -o H5If.lo H5If.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5If.lo -MD -MP -MF .deps/H5If.Tpo -c H5If.c -fPIC
> -DPIC -o .libs/H5If.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5If.lo -MD -MP -MF .deps/H5If.Tpo -c H5If.c -o
> H5If.o >/dev/null 2>&1
>
> mv -f .deps/H5If.Tpo .deps/H5If.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Lf.lo -MD -MP -MF
> .deps/H5Lf.Tpo -c -o H5Lf.lo H5Lf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Lf.lo -MD -MP -MF .deps/H5Lf.Tpo -c H5Lf.c -fPIC
> -DPIC -o .libs/H5Lf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Lf.lo -MD -MP -MF .deps/H5Lf.Tpo -c H5Lf.c -o
> H5Lf.o >/dev/null 2>&1
>
> mv -f .deps/H5Lf.Tpo .deps/H5Lf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Of.lo -MD -MP -MF
> .deps/H5Of.Tpo -c -o H5Of.lo H5Of.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Of.lo -MD -MP -MF .deps/H5Of.Tpo -c H5Of.c -fPIC
> -DPIC -o .libs/H5Of.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Of.lo -MD -MP -MF .deps/H5Of.Tpo -c H5Of.c -o
> H5Of.o >/dev/null 2>&1
>
> mv -f .deps/H5Of.Tpo .deps/H5Of.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Pf.lo -MD -MP -MF
> .deps/H5Pf.Tpo -c -o H5Pf.lo H5Pf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Pf.lo -MD -MP -MF .deps/H5Pf.Tpo -c H5Pf.c -fPIC
> -DPIC -o .libs/H5Pf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Pf.lo -MD -MP -MF .deps/H5Pf.Tpo -c H5Pf.c -o
> H5Pf.o >/dev/null 2>&1
>
> mv -f .deps/H5Pf.Tpo .deps/H5Pf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Rf.lo -MD -MP -MF
> .deps/H5Rf.Tpo -c -o H5Rf.lo H5Rf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Rf.lo -MD -MP -MF .deps/H5Rf.Tpo -c H5Rf.c -fPIC
> -DPIC -o .libs/H5Rf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Rf.lo -MD -MP -MF .deps/H5Rf.Tpo -c H5Rf.c -o
> H5Rf.o >/dev/null 2>&1
>
> mv -f .deps/H5Rf.Tpo .deps/H5Rf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Sf.lo -MD -MP -MF
> .deps/H5Sf.Tpo -c -o H5Sf.lo H5Sf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Sf.lo -MD -MP -MF .deps/H5Sf.Tpo -c H5Sf.c -fPIC
> -DPIC -o .libs/H5Sf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Sf.lo -MD -MP -MF .deps/H5Sf.Tpo -c H5Sf.c -o
> H5Sf.o >/dev/null 2>&1
>
> mv -f .deps/H5Sf.Tpo .deps/H5Sf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Tf.lo -MD -MP -MF
> .deps/H5Tf.Tpo -c -o H5Tf.lo H5Tf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Tf.lo -MD -MP -MF .deps/H5Tf.Tpo -c H5Tf.c -fPIC
> -DPIC -o .libs/H5Tf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Tf.lo -MD -MP -MF .deps/H5Tf.Tpo -c H5Tf.c -o
> H5Tf.o >/dev/null 2>&1
>
> mv -f .deps/H5Tf.Tpo .deps/H5Tf.Plo
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -D_LARGEFILE_SOURCE
> -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE
> -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow
> -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings
> -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT H5Zf.lo -MD -MP -MF
> .deps/H5Zf.Tpo -c -o H5Zf.lo H5Zf.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Zf.lo -MD -MP -MF .deps/H5Zf.Tpo -c H5Zf.c -fPIC
> -DPIC -o .libs/H5Zf.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT H5Zf.lo -MD -MP -MF .deps/H5Zf.Tpo -c H5Zf.c -o
> H5Zf.o >/dev/null 2>&1
>
> mv -f .deps/H5Zf.Tpo .deps/H5Zf.Plo
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../src -I../../fortran/src -c -o HDF5.lo HDF5.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c HDF5.f90 --shared -o .libs/HDF5.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../src
> -I../../fortran/src -c HDF5.f90 -o HDF5.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=FC --mode=link /local/opt/lf9562/bin/lf95 -O0
> -Wa,--32 -I../../src -I../../fortran/src -version-info 6:3:0 -o
> libhdf5_fortran.la -rpath /local/albrecht/local_t/lib H5f90global.lo
> H5fortran_types.lo H5_ff.lo H5Aff.lo H5Dff.lo H5Eff.lo H5Fff.lo H5Gff.lo
> H5Iff.lo H5Lff.lo H5Off.lo H5Pff.lo H5Rff.lo H5Sff.lo H5Tff.lo H5Zff.lo
> H5_DBLE_InterfaceInclude.lo H5f90kit.lo H5_f.lo H5Af.lo H5Df.lo H5Ef.lo
> H5Ff.lo H5Gf.lo H5If.lo H5Lf.lo H5Of.lo H5Pf.lo H5Rf.lo H5Sf.lo H5Tf.lo
> H5Zf.lo HDF5.lo -lz -lm
>
> libtool: link: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 --shared
> .libs/H5f90global.o .libs/H5fortran_types.o .libs/H5_ff.o .libs/H5Aff.o
> .libs/H5Dff.o .libs/H5Eff.o .libs/H5Fff.o .libs/H5Gff.o .libs/H5Iff.o
> .libs/H5Lff.o .libs/H5Off.o .libs/H5Pff.o .libs/H5Rff.o .libs/H5Sff.o
> .libs/H5Tff.o .libs/H5Zff.o .libs/H5_DBLE_InterfaceInclude.o
> .libs/H5f90kit.o .libs/H5_f.o .libs/H5Af.o .libs/H5Df.o .libs/H5Ef.o
> .libs/H5Ff.o .libs/H5Gf.o .libs/H5If.o .libs/H5Lf.o .libs/H5Of.o
> .libs/H5Pf.o .libs/H5Rf.o .libs/H5Sf.o .libs/H5Tf.o .libs/H5Zf.o
> .libs/HDF5.o -lz -lm -Wl,-soname -Wl,libhdf5_fortran.so.6 -o
> .libs/libhdf5_fortran.so.6.0.3
>
> libtool: link: (cd ".libs" && rm -f "libhdf5_fortran.so.6" && ln -s
> "libhdf5_fortran.so.6.0.3" "libhdf5_fortran.so.6")
>
> libtool: link: (cd ".libs" && rm -f "libhdf5_fortran.so" && ln -s
> "libhdf5_fortran.so.6.0.3" "libhdf5_fortran.so")
>
> libtool: link: ar cru .libs/libhdf5_fortran.a H5f90global.o
> H5fortran_types.o H5_ff.o H5Aff.o H5Dff.o H5Eff.o H5Fff.o H5Gff.o H5Iff.o
> H5Lff.o H5Off.o H5Pff.o H5Rff.o H5Sff.o H5Tff.o H5Zff.o
> H5_DBLE_InterfaceInclude.o H5f90kit.o H5_f.o H5Af.o H5Df.o H5Ef.o H5Ff.o
> H5Gf.o H5If.o H5Lf.o H5Of.o H5Pf.o H5Rf.o H5Sf.o H5Tf.o H5Zf.o HDF5.o
>
> libtool: link: ranlib .libs/libhdf5_fortran.a
>
> libtool: link: ( cd ".libs" && rm -f "libhdf5_fortran.la" && ln -s "../
> libhdf5_fortran.la" "libhdf5_fortran.la" )
>
> make[3]: Leaving directory `/local/albrecht/hdf5-1.8.4_t/fortran/src'
>
> make[2]: Leaving directory `/local/albrecht/hdf5-1.8.4_t/fortran/src'
>
> Making all in test
>
> make[2]: Entering directory `/local/albrecht/hdf5-1.8.4_t/fortran/test'
>
> /bin/sh ../../libtool --tag=FC --mode=compile /local/opt/lf9562/bin/lf95
> -O0 -Wa,--32 -I../../fortran/src -I../../fortran/src -c -o tf.lo tf.f90
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32
> -I../../fortran/src -I../../fortran/src -c tf.f90 --shared -o .libs/tf.o
>
> libtool: compile: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32
> -I../../fortran/src -I../../fortran/src -c tf.f90 -o tf.o >/dev/null 2>&1
>
> /bin/sh ../../libtool --tag=CC --mode=compile /usr/bin/gcc -m32
> -DHAVE_CONFIG_H -I. -I../../src -I../../src -I../../fortran/src
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
> -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API -std=c99 -pedantic
> -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast
> -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return
> -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
> -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal
> -Wmissing-format-attribute -Wmissing-noreturn -Wpacked
> -Wdisabled-optimization -Wendif-labels -Wdeclaration-after-statement
> -Wold-style-definition -Winvalid-pch -O -fomit-frame-pointer
> -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c -o t.lo t.c
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -I../../fortran/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API
> -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith
> -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
> -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c
> t.c -fPIC -DPIC -o .libs/t.o
>
> libtool: compile: /usr/bin/gcc -m32 -DHAVE_CONFIG_H -I. -I../../src
> -I../../src -I../../fortran/src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
> -D_FILE_OFFSET_BITS=64 -D_BSD_SOURCE -D_POSIX_SOURCE -DNDEBUG -UH5_DEBUG_API
> -std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith
> -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion
> -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes
> -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline
> -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn
> -Wpacked -Wdisabled-optimization -Wendif-labels
> -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -O
> -fomit-frame-pointer -finline-functions -MT t.lo -MD -MP -MF .deps/t.Tpo -c
> t.c -o t.o >/dev/null 2>&1
>
> mv -f .deps/t.Tpo .deps/t.Plo
>
> /bin/sh ../../libtool --tag=FC --mode=link /local/opt/lf9562/bin/lf95 -O0
> -Wa,--32 -I../../fortran/src -I../../fortran/src -o libh5test_fortran.latf.lo t.lo -lz -lm
>
> libtool: link: ar cru .libs/libh5test_fortran.a .libs/tf.o .libs/t.o
>
> libtool: link: ranlib .libs/libh5test_fortran.a
>
> libtool: link: ( cd ".libs" && rm -f "libh5test_fortran.la" && ln -s "../
> libh5test_fortran.la" "libh5test_fortran.la" )
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-fortranlib_test.o `test -f
> 'fortranlib_test.f90' || echo './'`fortranlib_test.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5F.o `test -f 'tH5F.f90' || echo
> './'`tH5F.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5D.o `test -f 'tH5D.f90' || echo
> './'`tH5D.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5R.o `test -f 'tH5R.f90' || echo
> './'`tH5R.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5S.o `test -f 'tH5S.f90' || echo
> './'`tH5S.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5T.o `test -f 'tH5T.f90' || echo
> './'`tH5T.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5VL.o `test -f 'tH5VL.f90' ||
> echo './'`tH5VL.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5Z.o `test -f 'tH5Z.f90' || echo
> './'`tH5Z.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5Sselect.o `test -f
> 'tH5Sselect.f90' || echo './'`tH5Sselect.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5P.o `test -f 'tH5P.f90' || echo
> './'`tH5P.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5A.o `test -f 'tH5A.f90' || echo
> './'`tH5A.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5I.o `test -f 'tH5I.f90' || echo
> './'`tH5I.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5G.o `test -f 'tH5G.f90' || echo
> './'`tH5G.f90
>
> /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -c -o fortranlib_test-tH5E.o `test -f 'tH5E.f90' || echo
> './'`tH5E.f90
>
> /bin/sh ../../libtool --tag=FC --mode=link /local/opt/lf9562/bin/lf95 -O0
> -Wa,--32 -I../../fortran/src -I../../fortran/src -o fortranlib_test
> fortranlib_test-fortranlib_test.o fortranlib_test-tH5F.o
> fortranlib_test-tH5D.o fortranlib_test-tH5R.o fortranlib_test-tH5S.o
> fortranlib_test-tH5T.o fortranlib_test-tH5VL.o fortranlib_test-tH5Z.o
> fortranlib_test-tH5Sselect.o fortranlib_test-tH5P.o fortranlib_test-tH5A.o
> fortranlib_test-tH5I.o fortranlib_test-tH5G.o fortranlib_test-tH5E.o
> libh5test_fortran.la ../../test/libh5test.la ../../fortran/src/
> libhdf5_fortran.la ../../src/libhdf5.la -lz -lm
>
> libtool: link: /local/opt/lf9562/bin/lf95 -O0 -Wa,--32 -I../../fortran/src
> -I../../fortran/src -o .libs/fortranlib_test
> fortranlib_test-fortranlib_test.o fortranlib_test-tH5F.o
> fortranlib_test-tH5D.o fortranlib_test-tH5R.o fortranlib_test-tH5S.o
> fortranlib_test-tH5T.o fortranlib_test-tH5VL.o fortranlib_test-tH5Z.o
> fortranlib_test-tH5Sselect.o fortranlib_test-tH5P.o fortranlib_test-tH5A.o
> fortranlib_test-tH5I.o fortranlib_test-tH5G.o fortranlib_test-tH5E.o
> ./.libs/libh5test_fortran.a ../../test/.libs/libh5test.a
> ../../fortran/src/.libs/libhdf5_fortran.so ../../src/.libs/libhdf5.so -lz
> -lm -Wl,-rpath -Wl,/local/albrecht/local_t/lib
>
> make[2]: Leaving directory `/local/albrecht/hdf5-1.8.4_t/fortran/test'
>
> make[1]: Leaving directory `/local/albrecht/hdf5-1.8.4_t/fortran'
>
>
>
>
> 2010/1/21 Elena Pourmal <epourmal at hdfgroup.org>
>
>> Hi,
>>
>> What kind of errors are you getting? Could you please provide output of
>> make?
>>
>> Thank ou!
>>
>> Elena
>> On Jan 20, 2010, at 10:12 AM, Albrecht Kyrieleis wrote:
>>
>> Hi,
>>
>> I want to build hdf5-1.8.4 under Linux using gcc and the Lahey Fujitsu
>> Fortran compiler lf95. I have found fragments of descriptions on the
>> web which were not very useful. I can run configure with gcc and lf95
>> specified but I cannot get make to run through.
>>
>> Does anyone has any information on how to do this ?
>>
>> Thanks a lot
>>
>> Albrecht
>> _______________________________________________
>> Hdf-forum is for HDF software users discussion.
>> Hdf-forum at hdfgroup.org
>> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
>>
>>
>>
>> _______________________________________________
>> Hdf-forum is for HDF software users discussion.
>> Hdf-forum at hdfgroup.org
>> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
>>
>>
> _______________________________________________
> Hdf-forum is for HDF software users discussion.
> Hdf-forum at hdfgroup.org
> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
>
>
>
> _______________________________________________
> Hdf-forum is for HDF software users discussion.
> Hdf-forum at hdfgroup.org
> http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.hdfgroup.org/pipermail/hdf-forum_hdfgroup.org/attachments/20100122/d7e23b71/attachment-0001.html>
More information about the Hdf-forum
mailing list