The automatic selection of source language based on the extension of an input file seems to be case-sensitive.
gpc 20070904, based on gcc-3.4.5 (mingw special)
gpc JSM4.PAS gpc: Internal GPC problem: internal option `--amtmpfile' not given
gpc JSM4.pas worked fine
Jay Michael wrote:
The automatic selection of source language based on the extension
of an input file seems to be case-sensitive.
That's intentional. For example, the suffix ".C" means "C++ source", while ".c" means "C source".
Use "-x pascal" to make gpc recognize Pascal source without looking at the extension.
gpc JSM4.PAS gpc: Internal GPC problem: internal option `--amtmpfile' not given
The error message is misleading, of course.
Peter