HP3000-L Archives

October 1997, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Berkowitz <[log in to unmask]>
Reply To:
Michael Berkowitz <[log in to unmask]>
Date:
Wed, 15 Oct 1997 10:35:42 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (27 lines)
Kevin Newman writes:

>>> "Kevin L. Newman" <[log in to unmask]> 10/15/97
06:54am >>>
Uh, no.  10.02.

It seems that the problem is a stub in the account level XL.  If I run it as:
RUN TTEST;XL='XL.PUB.SYS', everything is fine, but since all of my
subroutines
are in the local XL, I have to run as: RUN TTEST;XL='XL.PUB'.

I know, try this:  RUN TTEST;XL='XL.PUB.SYS,XL.PUB'

No, it blows up and gives me errors.
< remainder snipped >-
-----------------------------------------------------------------------------------
You might try your run line as follows:
RUN TTEST;XL='XL.PUB.SYS,XL.PUB,XL.PUB.SYS'

Since load time resolution of externals is not recursive, meaning external
resolution is only one way, left to right, your example had procedures in
'XL.PUB' not finding stuff they needed in 'XL.PUB.SYS'.  By repeating
'XL.PUB.SYS' again they can be found.

Mike Berkowitz
Guess? Inc.

ATOM RSS1 RSS2