Change for compiling 1.5.2 on Windows NT Alpha

Jonathan Giddy jon at rdt.monash.edu.au
Fri Apr 16 02:26:41 EDT 1999


"Scott C" <scothrell at austin.rr.com> writes:

>There needs to be the following change in file fpectlmodule.c, line 163:

>Line currently reads:  #elif defined(__alpha)

>line should read: #elif defined(__alpha) && !defined(_MSC_VER)

Or to follow the comments more obviously, change it to
#elif defined(__alpha) && defined(__osf__)
 
Jon.




More information about the Python-list mailing list