DENISYUK VEDIM A wrote:
---------- Forwarded message ---------- Date: Mon, 19 May 1997 15:13:18 +0200 (MET DST) From: fB frances@fis.unico.it To: Vadim Denisyuk denisyuk@fis.unico.it Subject: GPC compiled, but it does not work. [...] ========================================================================= % ./gpc -c test/standard_pascal/hello.pas gpc: test/standard_pascal/hello.pas: linker input file unused since linking not done ========================================================================= So I probably messed up the command parser somewhere (see note).
You are using the wrong `gpc' driver program: It does not recognize Pascal source files and thinks they are for the linker.
To fix this, make sure that the correct `gcc.o' is linked to produce the `gpc' driver program. It's the same problem as with `stor-layout.o' etc., and the solution is the same, too (see my previous mail).
Good luck,
Peter
Dipl.-Phys. Peter Gerwinski, Essen, Germany, free physicist and programmer peter.gerwinski@uni-essen.de - http://home.pages.de/~peter.gerwinski/ [970201] maintainer GNU Pascal [970510] - http://home.pages.de/~gnu-pascal/ [970125]