autoconf
[Top][All Lists]
Advanced

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

c99, autoconf and a couple compilers


From: Ted Bullock
Subject: c99, autoconf and a couple compilers
Date: Mon, 24 Sep 2007 08:10:32 -0600
User-agent: Thunderbird 2.0.0.6 (X11/20070801)

I have been testing the build of my application (httperf) with a variety
of different compilers

(using autoconf 2.61)

with AC_PROG_CC_C99

*icc*
The autoconf configure script is using the -c99 option which should be
-std=c99.  icc reports "option '-c99' is deprecated and will be removed
in a future release."


*HP cc*
Compiler needs the -AC99 option to switch to c99 mode.


-- 
Theodore Bullock, <address@hidden, address@hidden>
B.Sc Software Engineering
Bike Across Canada Adventure http://www.comlore.com/bike




reply via email to

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