f90- fortran doesn't work

From: system PRIVILEGED account- John F. Marten <root_at_tigger.oslc.org>
Date: Thu, 20 Nov 1997 15:58:11 -0800

Alpha 1000A 5/333 running DU4.0B.
fortran was working fine a few months ago when a coupla programmers were
using it. they hadn't used it for a few months but tried using today and
it doesn't seem to work. it's installed.
output from setld:

DFABASE400 Digital Fortran 77 V4.0 for Digital UNIX Alpha
Systems
DFACOM400 installed Digital Fortran V4.0 Tools & their Man Pages
DFADOC400 Digital Fortran 77 V4.0 Release Notes and Man
Page
DFARTL369 installed Digital Fortran RTL #369 for Digital UNIX Alpha
F9ABASE400 installed Digital Fortran 90 V4.0 for Digital UNIX Systems
F9ADOC400 installed Digital Fortran 90 V4.0 for Digital UNIX Release
Notes and Man Page

-and lmf says its active:

OSF-USR active, multiple 28 3
FORTRAN-O-USER active 1 0

-they run this simple makefile:

# Generic makefile template for Fortran Programs
# standard compiler
FC = f90
MAKEBIN = make
# Switches for the compiler
FFLAGS = -V -g -C
# Debugging
# FFLAGS = -V -g -show xref -C

OBJS = mmpisv42.o

mmpis : $(OBJS)
        $(FC) -o mmpis-2 $(FFLAGS) $(OBJS)
#

-but the only output message on the terminal is this.

#make
f90 -V -g -C -c mmpisv42.f
f90 -o mmpis-2 -V -g -C mmpisv42.o
#

it doesn't do anything, no object file, etc. help! of course after
neglecting it for so long these people need this asap. anyone here
offer suggestions, debugging techniques, anectdotes?
thanx!
Received on Fri Nov 21 1997 - 01:23:39 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:37 NZDT