Hi All,
I'm trying to use the C HDF5 api in my application.
Have tried using the pre-compiled binary but I get compatibility issues
when compiling (using gcc) application.
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld:
skipping incompatible
/home/hdf-winadmin/autotest/HDF518ATReleaseTAR/build/hdf5/lib/libhdf5_hl.a
when searching for -lhdf5_hl
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld:
skipping incompatible
/home/hdf-winadmin/autotest/HDF518ATReleaseTAR/build/hdf5/lib/libhdf5.a
when searching for -lhdf5
/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/../../../../x86_64-pc-cygwin/bin/ld:
skipping incompatible
/home/hdf-winadmin/autotest/HDF518ATReleaseTAR/build/hdf5/lib/libsz.a when
searching for -lsz
I'm now trying to compile from source. Had to remove the following from
h5ls.c because it was causing an error using make:
#elif defined(H5_HAVE_GETCONSOLESCREENBUFFERINFO)
{
/* Win32 C */
CONSOLE_SCREEN_BUFFER_INFO scr;
GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &scr);
width = scr.srWindow.Right - scr.srWindow.Left + 1;
}
Make now finishes with no error codes, however make check always hangs at:
Testing big.exe
I also note that in configure
checking if large (64-bit) files are supported on this system....
takes a large duration followed by
skipping test for lseek64(), fseeko64 , ftello64, ftruncate64() because
off64_t is not defined"
I hope that someone can please give me some help as I'm currently out of
ideas!
Cheers,
Alasdhair
_______________________________________________
Hdf-forum is for HDF software users discussion.
[email protected]
http://mail.lists.hdfgroup.org/mailman/listinfo/hdf-forum_lists.hdfgroup.org