[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug #41758] VMS Make incorrectly reports archives support present.
From: |
h.becker |
Subject: |
Re: [bug #41758] VMS Make incorrectly reports archives support present. |
Date: |
Fri, 06 Jun 2014 16:39:55 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130519 Icedove/17.0.5 |
On 06/06/2014 05:28 AM, John E. Malmberg wrote:
> On 5/31/2014 7:45 AM, h.becker wrote:
>> On 05/15/2014 05:51 AM, John Malmberg wrote:
> While I have not checked on VAX, on both Alpha and Itanium the module
> name can have both upper and lower case in it. This will mainly show up
> when the source module is on an ODS-5 volume.
Maybe "mainly". But as we all know, the module name space is separated
from the file name space. Independent of ODS5 and/or process settings
like case sensitive mode and/or DECC features for ODS5, for C sources,
lower case module names will show as soon as someone has a '#pragma
module lowercase' and compiles with /case=as_is with a recent C compiler.