>|When I need to compile a new PMX release I've been using gfortran for a >|while since f2c caused trouble.
Hi Christian. I use the following Makefile:
all: pmxab.c scor2prt.c
pmxab.c: pmx294.for
f2c -g -\!bs < pmx294.for > pmxab.c
scor2prt.c: scor2prt.for
f2c -g -\!bs < scor2prt.for > scor2prt.c
Bob
-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to
https://tug.org/mailman/listinfo/tex-music

