guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile 2.0.9 build failure.


From: Mark H Weaver
Subject: Re: Guile 2.0.9 build failure.
Date: Fri, 26 Jul 2013 17:14:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Dmitry Bogatov <address@hidden> writes:

> Hello! I am expiriencing strange build errors with Guile-2.0.9 tarball and
> git-master. Obvilously, it is my fault (paludis just compiled it), but
> can you point me to my mistake?
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by GNU Guile configure 2.1.0.107-78ff7, which was
> generated by GNU Autoconf 2.69.  Invocation command line was
>
>   $ ./configure 
>

[...]

> configure:5266: checking whether the C compiler works
> configure:5288: gcc -Wall -Wextra -pedantic -Wconversion -g -pg -O0   
> conftest.c  >&5

I suspect the problem has to do with "-pedantic", which I guess was
taken from one of your environment variables (CFLAGS?).  It's possible
that some of those other warning flags are causing problems as well.

Also, did you really intend to compile with -O0 and -pg?

    Regards,
      Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]