Jawaad Ahmad wrote:
Great! Thanx a lot...I was finally able to compile the simple Hello World program. However, those GCC-related files take up 4 MB. Now they're taking up 8 MB b/c they're in two different directories. I'm willing to live with that, but there's gotta be a better way. If I install something that assumes I have version 2.5, and another thing that wants version 2.0, will I have to waste 12 MB? Anyway, thanx...the program compiles and runs!
The next alpha snapshot of GPC will work with current versions of GCC, so this problem will vanish.
However, if I have a USES statement, e.g., USES Crt, or USES Gpc in the sample PI.PAS program, I get the following message once again:
[Win95] C:\TEMP\pas>gpc -Wall pi.pas pi.pas:35: warning: `{' within comment pi.pas:35: warning: `}' within comment pi.pas:26: module/unit interface `Gpc' could not be imported
gpc -Wall --automake pi.pas
Have fun,
Peter
PS: For such GPC-related questions of general interest, it's better to ask them on the GPC mailing list rather than to contact me personally.