On Fri, May 2, 2008 at 12:05 PM, Jaroslav Hajek <[EMAIL PROTECTED]> wrote:
> OK, no problem then. Should I do something to mark the package as "not
> suitable for f2c"?
> I could add a check for f2c to the configure script to exit in a
> graceful way, rather than crashing at compilation. Would
On Fri, May 2, 2008 at 10:05 AM, Michael Goffioul
<[EMAIL PROTECTED]> wrote:
> On Thu, May 1, 2008 at 8:25 PM, Jaroslav Hajek <[EMAIL PROTECTED]> wrote:
> > f2c does not support automatic arrays; g77 does, as do most other f77
> > compilers (and all f90+). I'm fairly used to automatic arrays;
>
On Thu, May 1, 2008 at 8:25 PM, Jaroslav Hajek <[EMAIL PROTECTED]> wrote:
> f2c does not support automatic arrays; g77 does, as do most other f77
> compilers (and all f90+). I'm fairly used to automatic arrays;
> however, if there is serious need to compile the package using f2c, I
I personally
On Wed, Apr 30, 2008 at 11:37 PM, Michael Goffioul
<[EMAIL PROTECTED]> wrote:
> I cannot "f2c" stheta.f in OctGPR package. The error is
> the following:
>
> Error on line 62 of stheta.f: Declaration error for mx: adjustable
> dimension on non-argument
> Error on line 62 of stheta.f: wr_ardecls:
I cannot "f2c" stheta.f in OctGPR package. The error is
the following:
Error on line 62 of stheta.f: Declaration error for mx: adjustable
dimension on non-argument
Error on line 62 of stheta.f: wr_ardecls: nonconstant array size
It seems f2c does not support non-constant sized array.
Michael.