> Look in config.log
Thanks again for the hint =)
A summary of my config.log file:
it tries to compile a simple program that uses the 
gdbm_open() or  the db_open() functions, trying to link 
the gdbm (-lgdbm) or db (-ldb) libraries, in this order... 
then it says it cannot find the gdbm  or db libraries... the 
linker gives this error:
  configure:934: cc -o conftest conftest.c -lgdbm 1>&5
  /usr/bin/ld: cannot open crt1.o: No such file or
  directory: ld
  returned 1 exit status
The program it tries to compile is this:

#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.
*/
/* We use char because int might match the return type 
of a gcc2 builtin and then its argument prototype would 
still apply.
*/
gdbm_open();
main() {_open()
; return 0; }

confdefs.h is empty before and after the configure script 
execution...
Don't know what to do now....
Thanks in advance
     Cesare

Reply via email to