On Fri, Jan 21, 2005 at 04:43:10PM -0800, Kayvan A. Sylvan wrote: > Could this be at all related to my problems with the latest sources > on Cygwin? I have not had time to devle into it yet (crazy busy at work). > > How can I double check which symbols are defined when using Cygwin's gcc?
gcc -dumpspecs. In any case I'd prefer using a compiler specific macro like MSVC_VER_ (?) or similar to wrap compiler- but not Windows specific code. Andre'
