This is the Fermilab gtools product. It currently contains: bison-1.22 yacc workalike from the GNU project flex-2.4.7 lex workalike form the GNU project make-3.71 souped up make from the GNU project f2c-1993.04.28 Fortran to C converter gdbm-1.7.3 GNU low level database routines Along with f2c, I have a script called f2gcc, which converts FORTRAN to C, and then compiles it with all the right includes and libraries. With it you can specify C and Fortran (and C++ and Objective C...) sources all on one command line, like: f2gcc fred.f joe.c harry.cc -o theguys This product is maintainted locally by Marc Mengel