------- Comment #34 from kazssym at nifty dot com 2007-06-01 15:39 ------- (In reply to comment #33) > (In reply to comment #32) > > If Bug 21706 is fixed, it can be built without defining _ALL_SOURCE even on > > Interix. > > are you sure? my experiences with interix tell me to almost allways enable > _ALL_SOURCE, or not much will work.... ;o) >
Sure, by not defining _ALL_SOURCE Interix headers hide non-standard NAMES from C programs, but GCC's build system can either find necessary functions from the C library or provide replacements. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15212