On Thu, Jun 3, 2010 at 8:36 PM, Markus Moeller <[email protected]> wrote:
> Hi,
>
> I have a problem with
>
> CC=cc CXX=CC ./configure;
>
> because any check like AC_CHECK_LIB(malloc, main) fails. Is there a known
> workaround ?
Interesting..
Those kinds of checks ae being phased out of the configure.in script,
unless they are hidden by other macros. In general using main to test
for lib existence is IIRC not recommended by autoconf docs..
I find it fascinating that those bugs are not caught on OpenSolaris
(we have build-hosts running SunStudio cc)
--
/kinkie