Deutsch   English   Français   Italiano  
<v4v631$236tr$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!feed.opticnetworks.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: =?UTF-8?Q?Arne_Vajh=C3=B8j?= <arne@vajhoej.dk>
Newsgroups: comp.os.vms
Subject: Re: Fortran, no RAN ?
Date: Wed, 19 Jun 2024 13:55:45 -0400
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <v4v631$236tr$1@dont-email.me>
References: <v4n3gt$1019$1@i2pn2.org> <v4n8sb$5g4b$2@dont-email.me>
 <v4ocuf$vft$2@i2pn2.org> <v4qcbm$urij$1@dont-email.me>
 <6670cae0$0$719$14726298@news.sunsite.dk> <v4us38$evbo$1@i2pn2.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Wed, 19 Jun 2024 19:55:46 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="2f83af2110cbb343950d2a47d9ef9ec7";
	logging-data="2202555"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1+ZQ84Nk/t+IjKbnUgb3KK+eOCjQa3x3b8="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:fOg75RS/LXl7WvGR4GTPZujaQAk=
In-Reply-To: <v4us38$evbo$1@i2pn2.org>
Content-Language: en-US
Bytes: 1690

On 6/19/2024 11:05 AM, Michael Brown wrote:
> Alas as far as porting mtrek is concerned that just led to another 
> problem. seems the  the call ERRSET doesn't seem to work(undefined 
> symbol at link time) under the X86 fortran.
> 
> But I think I am very close.

ERRSET is not in any recent VMS Fortran manual either.

Google find something for IBM:
 
https://www.ibm.com/docs/en/essl/6.2?topic=subroutines-errset-essl-errset-subroutine

It should be easy to replace with something just writing out the info.

Arne