bug-autoconf
[Top][All Lists]
Advanced

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

Re: AC_PROG_CC fails when target C library is missing fopen


From: Paolo Bonzini
Subject: Re: AC_PROG_CC fails when target C library is missing fopen
Date: Wed, 19 Aug 2009 14:48:59 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Lightning/1.0pre Thunderbird/3.0b3


I.e. something still pulls in symbols, RTEMS libc (newlib) doesn't
contain. We still needs stub functions in libc/newlib to let AC_PROG_CC
work out correctly.

This is for a good reason. :-) Many native-compilation tests require stdio, so I forced cross-compilation mode if stdio is not available.

Paolo




reply via email to

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