|
From: klo uo <kl...@gm...> - 2011-11-13 23:37:49
|
I think that paths needed to be passed to CPP/LDFLAGS like this: CPPFLAGS=-I/usr/include/hdf LDFLAGS=-L/usr/lib ./configure --enable-hdf4 && make then also package is dependent on latest hdf5 to be build (1.8.7), so installing it globally would break possible dependencies in any packaging system, and lastly it's just pain to build it if it's worth On Sun, Nov 13, 2011 at 10:12 PM, Gökhan Sever <gok...@gm...> wrote: > When I remove hdf4 part from config, it builds successfully. Any ideas? |