wasm-demo/demo/ermis-f/python_m/cur/0321

29 lines
803 B
Plaintext

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: <Y5yR2.96$y3.15860@typhoon.austin.rr.com> <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" <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.
Ya, that'd work :o)