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] Re: Problems compiling freetype


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Re: Problems compiling freetype
Date: Sat, 25 Sep 2010 14:45:49 +1000

On 25 September 2010 04:44, Volker Grabsch <address@hidden> wrote:
> Martin Gerhardy <address@hidden> schrieb:
>> oh.. sorry. missed the config.log file , here it is:
>>
>> http://mattn.ninex.info/files/config.log
>
> The critical parts of the log seem to be:
>
> -------------------------------------------------------------------
> configure:3537: i686-pc-mingw32-gcc -E  conftest.c
> conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory

I think ac_nonexistent.h is intended to fail:

http://www.mail-archive.com/address@hidden/msg01890.html

> -------------------------------------------------------------------
> configure:3573: checking for powerpc64-unknown-linux-gnu-gcc
> configure:3589: found /usr/bin/powerpc64-unknown-linux-gnu-gcc
> configure:3600: result: powerpc64-unknown-linux-gnu-gcc
> configure:3610: checking for powerpc64-unknown-linux-gnu-gcc
> configure:3637: result: powerpc64-unknown-linux-gnu-gcc
> configure:3647: checking for powerpc64-unknown-linux-gnu-gcc
> configure:3691: result: powerpc64-unknown-linux-gnu-gcc
> configure:3701: checking for suffix of native executables
> configure:3705: error: native C compiler is not working
> -------------------------------------------------------------------
>
> However, I have no idea where those error really originate from.

Here, these lines are:

configure:3573: checking for x86_64-apple-darwin10.4.0-gcc
configure:3603: result: no
configure:3610: checking for gcc
configure:3626: found /opt/local/bin/gcc
configure:3637: result: gcc
configure:3647: checking for gcc
configure:3691: result: gcc
configure:3701: checking for suffix of native executables
configure:3715: result:

So it may be something to do with the wrapper gcc behaving
differently. You could try setting CC_BUILD=gcc and see what happens.
Something like:

CC_BUILD=gcc GNUMAKE=$(MAKE) ./configure ...

Cheers,

Tony



reply via email to

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