mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] gsl 1.14 failing?


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] gsl 1.14 failing?
Date: Sun, 10 Jul 2011 14:21:34 +1000

Hi Gareth,

On 10 July 2011 12:10, Gareth Coco <address@hidden> wrote:
> Hi,
>
> Just did a hg pull -u.
>
> make clean; make
>
> and when building gsl it fails.

Two things look odd in the log, the first is:

checking whether we are cross compiling... no

can you check if adding the standard sed replacement before configue helps?

$(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'


The second is:

checking for ANSI C header files... no

that causes STDC_HEADERS to not be defined - which then includes
<varargs.h> instead of <stdarg.h>. If the above replacement doesn't
work, try appending:

ac_cv_header_stdc=yes

to the ./configure args.

I just added a test program so you may want to hg pull -u first.

Cheers,

Tony



reply via email to

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