Mail Archives: djgpp/1996/10/08/19:11:08
Someone recently made some enquiries about f2c (95201, to be precise).
As pointed out by others, this version has only been compiled for
djgpp1.11m4, not v2.0 yet. I gave it a try - the libf77 and libi77
subdirectory files compiled out of the box (these are support routines
that are called by the c output from f2c), but creating f2c.exe did not
succeed yet:
- lex.c uses lots of constants (starting with capital S) that are
nowhere defined!
- all other routines generate loads of warnings. For the moment I may
assume I can ignore these?
- the function next_tab() (for example) is defined in niceprintf.h and
used in many source files, but niceprintf is never included somewhere.
This looks like a bug?
Since I haven't got 1.11m4 installed anymore I can't test why it would
compile fine there? Anyone with experience on compiling f2c maybe has
suggestions on the include file for lex.c, all the warnings, and
niceprintf?
Thanks, Leendert Combee
- Raw text -