Ludo,
It doesn't even get that far. It stops at checking for libltdl and says to view the README file for more information.
 
Eric
 
 
On 06/05/13, Ludovic Courtès<ludo@gnu.org> wrote:
 
"Eric Sheibley" <e_sheibley@verizon.net> skribis:

> The only thing around the error in the config log is to view the README
> file.

I was actually referring to the file named ‘config.log’.

When everything goes well, it contains something like this:

--8<---------------cut here---------------start------------->8---
configure:41904: checking for libltdl
configure:41926: gcc -o conftest -g -O2 conftest.c -lltdl >&5
configure:41926: $? = 0
configure:41936: result: yes
configure:41943: checking how to link with libltdl
configure:41945: result: -lltdl
--8<---------------cut here---------------end--------------->8---

In your case, the lines after ‘checking for libltdl’ probably show a
compiler or linker error. Could you send those lines?

Thanks in advance,
Ludo’.