I was missing this:
ls -l /usr/lib/libFutil.a
lrwxrwxrwx 1 root system 27 Aug 12 17:05 /usr/lib/libFutil.a
-> ./c
mplrs/fortrtl/libFutil.a
Thanks to Paul below, I started looking around and figured out
I probably just needed some link in the /usr/lib area and
now at least appears to compile but now I get:
# a.out
ksh: a.out: not found
# ./a.out
20567:./a.out: /sbin/loader: Fatal Error: cannot map libFutil.so
so I'm getting closer.
________
Pam Woods - axsymgr_at_uaa.alaska.edu
---------- Forwarded message ----------
Date: Tue, 12 Aug 1997 20:45:22 -0400
From: Paul A Sand <pas_at_unh.edu>
To: "Pam Woods, Systems Manager" <axsymgr_at_UAA.ALASKA.EDU>
Subject: Re: pascal linking
On August 12 1997 Pam Woods, Systems Manager wrote:
> I do a simple pascal compile:
> # pc main.pas
> ld:
> Can't locate file for: -lFutil
> Pascal: Severe: Failed while trying to link.
>
Pam --
It appears to me that libFutil.so is in /usr/lib/cmplrs/fortrtl/ on
our systems, which comes in the DFARTL subset. I don't know why
that would be, but...
--
-- Paul A. Sand | It is as useless to argue with those who have
-- University of New Hampshire | renounced the use and authority of reason as
-- pas_at_unh.edu | to administer medication to the dead.
-- http://pubpages.unh.edu/~pas | (Thomas Jefferson)
Received on Wed Aug 13 1997 - 03:18:07 NZST