20 Oct
2009
20 Oct
'09
12:02 p.m.
Timo Sirainen:
I'm still interested in HP-UX, AIX and Cygwin results. Maybe in Cygwin
it could be broken, but then again I don't really care about Cygwin.
On Cygwin 1.7 (the version currently under development) it works:
$ uname -a CYGWIN_NT-5.1 sauron 1.7.0(0.214/5/3) 2009-10-03 14:33 i686 Cygwin
mks@sauron ~ $ gcc --version gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) [...]
mks@sauron ~ $ gcc test.c -o test -Wall
mks@sauron ~ $ ./test.exe success
-- Regards mks