On Nov 18, 1999, "Dr A Olowofoyeku" laa12@keele.ac.uk wrote:
% gpc FOO.PAS
One option for dealing with this is for gpc.exe to convert the filename to lowercase before passing it on
I don't think this is a good idea. Case matters even on MS-DOS based systems; think of .C (implies -x c++) and .c (implies -x c). Of course, GPC could recognize .PAS and .Pas as pascal extensions, but I don't see any need for it, as long as -x pascal works.
I can send you a diff for gpc.c if you want
Thanks, but it was just a week-end issue. Thanks God now I'm back to real operating systems :-)