
20 Feb
2007
20 Feb
'07
11:11 a.m.
Hello, (Please ignore this if these fails have been sorted out already.) All the fails for gcc 3.4.4 on cygwin seem to be down to __int64 not being defined properly. According to google, cygwin on Windows doesn't define __int64 (at least for gcc). Adding "-D__int64=long long" to the command line sounds (<cxxflags>?) like it should fix it, although I've no idea if making users do that themselves is frowned upon? Some links: http://tinyurl.com/2k5922 http://tinyurl.com/2txysc Regards, Darren