Problem Compiling

Hi, I’m trying to compile a program called RMA2 as follows:

[loquin@Lapc RMA2]$ pgf90 -o r2v435 r2v435.f

And that’s what I get:

/tmp/pgf90MFJYlMm1mBJ.o: In function MAIN_':r2v435.f:(.text+0x4a7): undefined reference to nargs’_

Any idea of what could be wrong?.

Cheers, Alberto

Show the output of
% grep -i nargs r2v435.f
so we can see how that particular string is used in your program