I've just issued a fink selfupdate-cvs, fink update-all. Fink wanted to update gcc3 and g77. After hours of compiling, I get the following:
.........
ranlib .libs/libhdf5_cpp.a
creating libhdf5_cpp.la
(cd .libs && rm -f libhdf5_cpp.la && ln -s ../libhdf5_cpp.la libhdf5_cpp.la)
make[3]: Nothing to be done for `lib'.
make progs
make[2]: Nothing to be done for `progs'.
make[2]: Nothing to be done for `progs'.
Building dependencies for h5dump.c
Building dependencies for h5dumpgentest.c
mkdir .libs
gcc -O2 -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/sw/include -c h5dump.c -fno-common -DPIC -o .libs/h5dump.lo
gcc -O2 -I. -I. -I../../src -I../../src -I../../tools/lib -UH5_DEBUG_API -DNDEBUG -I/sw/include -c h5dump.c -o h5dump.o >/dev/null 2>&1
mv -f .libs/h5dump.lo h5dump.lo
libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support.
rm -f .libs/h5dump.nm .libs/h5dump.nmS .libs/h5dump.nmT
creating .libs/h5dumpS.c
generating symbol list for `h5dump'
(cd .libs && gcc -c -fno-builtin -fno-rtti -fno-exceptions "h5dumpS.c")
rm -f .libs/h5dumpS.c .libs/h5dump.nm .libs/h5dump.nmS .libs/h5dump.nmT
gcc .libs/h5dumpS.o -O2 -o .libs/h5dump h5dump.o ../lib/.libs/libh5tools.a -L/sw/lib -L../../src/.libs -lhdf5 -lz -lm
ld: Undefined symbols:
_H5Tis_variable_str
make[3]: *** [h5dump] Error 1
make[2]: *** [progs] Error 1
make[1]: *** [progs] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Failed: compiling hdf5-1.4.5-1 failed
Somebody has any idea what to do next?
Mich�le <http://micmacfr.homeunix.org/>
------------------------------------------------------- This SF.net email is sponsored by: ObjectStore. If flattening out C++ or Java code to make your application fit in a relational database is painful, don't do it! Check out ObjectStore. Now part of Progress Software. http://www.objectstore.net/sourceforge _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
