Problem with gpc on 1.7.1

Yuri Gribov tetra2005@googlemail.com
Sat Jan 9 17:29:00 GMT 2010


Hi everyone,

I have recently ran into problem with GNU Pascal compiler (gpc) on cygwin.

Here are the symptoms. I try to compile a simple Pascal program (see
attach). When it's name is lowercase (say temp.pas) it compiles fine:
$ gpc temp.pas
temp.pas:0: warning: missing program header

but when I change it to uppercase (TEMP.PAS) I get internal compiler error:
$ mv temp.pas TEMP.PAS
$ gpc TEMP.PAS
gpc: Internal GPC problem: internal option `--amtmpfile' not given

I do not know whether it is a cygwin-specific problem (I do not have
Linux installation at hand). I also do not know if it is
1.7.1-specific.

My gpc version is
gpc 20050331, based on gcc-3.4.4 (cygming special, gdc 0.12, using dmd 0.125)

I run gpc from bash:
GNU bash, version 3.2.49(23)-release (i686-pc-cygwin)

-- 
С уважением,
Юрий
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck.out
Type: application/octet-stream
Size: 99957 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20100109/24c28b52/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: temp.pas
Type: application/octet-stream
Size: 109 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20100109/24c28b52/attachment-0001.obj>
-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list