Re: libf2c.so 'MAIN__'
Date: Mon, 26 Apr 1999 08:37:58 -0700 (PDT)
From: ABoeckmann <alison@c255.ucsf.edu>
Subject: Re: libf2c.so 'MAIN__'
This looks to me like a simple error in typing a Unix command. The character "/" in the paths for BLKDAT and nonmem.a was omitted. This should work:
# set n=/export/home/nmv/nm
# f77 -O PRED1.f $n/BLKDAT.o $n/nonmem.a
Alison Boeckmann