This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with gpc on 1.7.1


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)

-- 
С уважением,
Юрий

Attachment: cygcheck.out
Description: Binary data

Attachment: temp.pas
Description: Binary data

--
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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]