On Thursday 15 July 2004 13:30, Daniel Rigden wrote: > ---------- begin configuring for MALOC linkage ------------ > checking for FETK_INCLUDE... yes > checking for FETK_LIBRARY... yes > checking maloc/maloc.h usability... yes > checking maloc/maloc.h presence... yes > checking for maloc/maloc.h... yes > checking for maloc_link in -lmaloc... no > configure: error: MALOC libraries or headers missing: exiting on error! > > I saw some messages about libraries during compilation of maloc. I > don't known if they have anything to do with the apbs compilation > problem but I added /usr/local/lib/i686-pc-linux to /etc/ld.so.conf and > did a /sbin/ldconfig and it didn't help.
I went through the following steps: # unpack maloc tarball cd maloc ./configure --prefix=/usr/local make make install #This produces some error messages which # I still have to look into cd .. # unpack apbs tarball cd apbs-0.3.1 export LDFLAGS="-L/usr/local/lib/i686-pc-linux" export FETK_INCLUDE=/usr/local/include export FETK_LIBRARY=/usr/local/lib ./configure --prefix=/usr/local make make install "make install" steps were done as root. My LDFLAGS were empty before I started. If they are not, you may have to use export LDFLAGS="${LDFLAGS} -L/usr/local/lib/i686-pc-linux" instead. Hope this helps, -- Lieven Buts Department of Ultrastructure Vrije Universiteit Brussel