s-news
[Top] [All Lists]

Linking Fortran code

To: s-news@lists.biostat.wustl.edu
Subject: Linking Fortran code
From: Naomi Altman <naomi@stat.psu.edu>
Date: Mon, 11 Nov 2002 09:21:13 -0500
One of our graduate students asked me to forward this message:

Hi all,
I need to link a f77 code with splus.
Under Unix, Splus3.4 allows for dyn.load function. But, I am using an old code and one of the subroutine
has more than 50 arguments. It doesn't allow that. The other version we have is Splus6. It does not even have dyn.load capabilities.
When I use dyn.open function, it requires .so (shared object), not .o (object). When I created .so file, then it gives segmentation error.
And we don't have in-between versions of Splus.
Under PC, Splus2000 only allows for .obj file created by Watcom compiler which I don't have.
I am having all sorts of problems in linking fortran and splus. I'd appreciate any help.
Hakan

Naomi S. Altman                                814-865-3791 (voice)
Associate Professor
Dept. of Statistics                              814-863-7114 (fax)
Penn State University                         814-865-1348 (Statistics)
University Park, PA 16802-2111

<Prev in Thread] Current Thread [Next in Thread>
  • Linking Fortran code, Naomi Altman <=