I actually commented out the "exit" line below that and let it
continue as if there were no error.

Then, when I ran "make", I discovered the actual error, which in my
case involved not having gdbm properly installed.

Good luck,

Rob



 >    if ./helpers/TestCompile sanity; then
 > 
 > change it to:
 > 
 >    if ./helpers/TestCompile -v sanity; then
 > 
 > and try again.  Now you should get a useful error message.
 > 
 > -Rasmus
 > 
 > 

Reply via email to