From: scothrel at cisco.com (Scott Cothrell) Date: Fri, 16 Apr 1999 10:06:05 -0500 Subject: Change for compiling 1.5.2 on Windows NT Alpha References: <7f6l71$20e$1@towncrier.cc.monash.edu.au> Message-ID: <7f7je1$8t9$1@news-sj-3.cisco.com> X-UID: 321 Jonathan Giddy wrote in message <7f6l71$20e$1 at towncrier.cc.monash.edu.au>... >"Scott C" 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. Ya, that'd work :o)