Todd Lyons wrote, on 22.05.2012 16:23: > Since several of us now on CentOS has had to use this -std=gnu99 to > get it to compile, is there some detection we can do or just document > it in the README? Is it the version of glibc that's the issue?
The limits.h from RHEL6/CentOS6 glibc is no different. Seems that gcc runs in gnu99 mode there. Maybe a #ifndef __USE_ISOC99 # undef LLONG.... # define LLONG.... in os.h-Linux? Greetings, Wolfgang -- Wolfgang Breyha <[email protected]> | http://www.blafasel.at/ Vienna University Computer Center | Austria -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
