Hi Alex,

On 28/04/12 22:59, Alex wrote:
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.

That one is not a real error, it is just the autoconf system testing to see how your compiler handles missing headers.

I am not much of an expert with this autotools stuff, but the first thing is to work out if the problem is at the configure stage or the compile stage (make). My best advice for now would be:

1. Try running ./autogen.sh before running configure.
2. Double-check all your build dependencies.
3. Be sure that everything looks OK from ./configure before you run make.
4. Look for errors in the last few lines of output from make to show where the problem is.

Hope this helps.

-Will

Reply via email to