Jawaad Ahmad wrote:
Are you sure? With or without the
USES Crt;
statement, or the
PROGRAM Hello (Input, Output);
statement, it gives me the same error about -lgcc. [...]
Okay, so GPC is unable to find your GCC. That's a minor incompatibility between a version of GPC and a version of GCC that does not match exactly. To work around, you can copy the GCC-related files (`cc1' etc.) somewhere under /djgpp/lib/gcc-lib/... from GCC's directory to GPC's one. Hope this helps, Peter -- http://home.pages.de/~Peter.Gerwinski/ - G-N-U GmbH: http://www.g-n-u.de Maintainer GNU Pascal - http://home.pages.de/~GNU-Pascal/ - gpc-19990118 GnuPG key fingerprint: 9E7C 0FC4 8A62 5536 1730 A932 9834 65DB 2143 9422 keys: ftp://ftp.gerwinski.de/pub/keys/ - AntiSpam: http://spam.abuse.net
participants (1)
-
Peter Gerwinski