Index: mttroot/mtt/bin/trans/mtt_p2c ================================================================== --- mttroot/mtt/bin/trans/mtt_p2c +++ mttroot/mtt/bin/trans/mtt_p2c @@ -14,10 +14,13 @@ ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ +## Revision 1.9 2000/05/16 18:56:58 peterg +## Now realised that libp2c.a avoids many probs - so simplified it. +## ## Revision 1.8 2000/05/11 19:34:50 peterg ## *** empty log message *** ## ## Revision 1.7 1999/08/29 06:14:27 peterg ## No longer remove "PASCAL_MAIN" @@ -73,11 +76,12 @@ cat <$1_$2.c /* C program $1_$2.c */ /* Generated by MTT on $DATE */ -/* Compile with cc -lm $1_$2.c */ +/* Compile with gcc -lm -lp2c $1_$2.c -o $1_$2.out */ +/* Note that p2c must be correctly installed so that p2c.h and libp2c.a are accessible */ EOF #cat<>$1_$2.c #/* The following is the header file included here for completeness */ #EOF