On Fri, Nov 12, 2010 at 3:21 PM, Steven McCoy <[email protected]> wrote: > The third (C++ > long-longs) should have an equivalent if Sun ONE and ICC are being strict?
Hi, I refactored things a but further: - Check compilers for C and C++ - AC_CHECK_LIB(example, main) barfs under Sun Studio with error message "recursive call to main" when using strict mode - Moved doc/man page checks to separate function. On mingw the configure previously incorrectly told that man pages will be installed - Added strict modes for ICC and Sun Studio This patch also contains the earlier '0002-Fix-ICC-SunStudio-builds-when-compiling-with-pgm.patch'. This is still a work in progress but sending out to get some feedback whether things are going to right direction. -- Mikko Koppanen _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
