Thomas Schmitt wrote: > i would try > > make clean > export LDFLAGS="-L/opt/local/lib" > ./configure ...options... > make > You need to add CFLAGS=-I/opt/local/include too. Otherwise you risk hitting e.g. different structures in library and application. But optimally there should be a configure option for this. I don't know how to make it properly with autotools though. -- Regards Vladimir 'φ-coder/phcoder' Serbinenko