Re: [Fink-devel] HDF5 problem

2005-12-16 Thread Jeff Whitaker
Sebastien Maret wrote: Compilation of gdl-0.8.11 fails on 10.4.3 because it tries to link to the HDF5 library in the HDF5's build directory. Looks like HDF5 think it lives in /sw/src/fink.build: % h5cc -showconfig | grep LDFLAGS LDFLAGS: -L/sw/src/fink.build/hdf5-1.6.4-2/hdf5-1.6.4/src/.libs -L

Re: [Fink-devel] HDF5 problem

2005-12-14 Thread Daniel Macks
On Wed, Dec 14, 2005 at 01:43:40PM -0500, Sebastien Maret wrote: > Compilation of gdl-0.8.11 fails on 10.4.3 because it tries to link > to the HDF5 library in the HDF5's build directory. Looks like HDF5 think it > lives in /sw/src/fink.build: > > % h5cc -showconfig | grep LDFLAGS > LDFLAGS: -L/sw

Re: [Fink-devel] HDF5 problem

2005-12-14 Thread Alexander K. Hansen
On 12/14/05, Sebastien Maret <[EMAIL PROTECTED]> wrote: > Compilation of gdl-0.8.11 fails on 10.4.3 because it tries to link > to the HDF5 library in the HDF5's build directory. Looks like HDF5 think it > lives in /sw/src/fink.build: > > % h5cc -showconfig | grep LDFLAGS > LDFLAGS: -L/sw/src/fink.

[Fink-devel] HDF5 problem

2005-12-14 Thread Sebastien Maret
Compilation of gdl-0.8.11 fails on 10.4.3 because it tries to link to the HDF5 library in the HDF5's build directory. Looks like HDF5 think it lives in /sw/src/fink.build: % h5cc -showconfig | grep LDFLAGS LDFLAGS: -L/sw/src/fink.build/hdf5-1.6.4-2/hdf5-1.6.4/src/.libs -L/sw/lib Sébastien ---