Hi,

I am sending the output files from the steps. I redirected the
output to files ex.
make > make_output_alex.txt 2>&1

I do not see anything wrong for example after ./configure. I even searched
in the make_output_alex.txt for failed tests (using the command: cat
make_output_alex.txt | grep FAILED) and I saw only 0 in the value.

Thanks.

On 29 April 2012 02:26, Will Daniels <[email protected]> wrote:
> 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
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Virtuoso-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Attachment: output_alex_virt_6.1.5.tar.gz
Description: GNU Zip compressed data

Reply via email to