bug-autoconf
[Top][All Lists]
Advanced

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

Re: test for preprocessor fails on iPhoneOS


From: Paul Eggert
Subject: Re: test for preprocessor fails on iPhoneOS
Date: Fri, 07 Feb 2014 12:11:42 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

It looks like the user can't compile a file like this:

#include <limits.h>
int big = INT_MAX;

because the compiler in the user's environment will say "error: Unsupported architecture". If so, this sounds like it's a configuration problem on the user's side, as C code like that should work regardless of whether Autoconf is being used.



reply via email to

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