[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#120068: gpc-2.95: Gpc dies when attempting to compile a program dependent on units.



Package: gpc-2.95
Version: 1:2.95.4-0.011006
Severity: important



-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux ewey 2.4.13 #1 Sat Oct 27 22:02:08 EST 2001 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages gpc-2.95 depends on:
ii  gcc-2.95               1:2.95.4-0.011006 The GNU C compiler.
ii  gpc                    2:2.95.4-8        The GNU Pascal compiler.
ii  libc6                  2.2.4-5           GNU C Library: Shared libraries an

Attempting to compile a simple program depending on units fails with:

Here is a test program to illustrate:
$ gpc hello.pas
gpc: Internal compiler error: program gpc1 got fatal signal 11.

{ hello.pas }
program hello;

uses GPC, CRT;

begin
	clrscr;
	TextBackground(Black);
	TextColor(Yellow);
	writeln('hello world!');
end;
	
The units themselves (in /usr/lib/gcc-lib/i386-linux/2.95.4/units/) have not
apparently been compiled either.

Also, attempts to compile similar programs in /usr/share/doc/gpc-2.95/examples
also fail with the same result, particularly crtdemo.pas.

-- 
Sean Dwyer <ewe2@can.org.au>
Web: http://www.geocities.com/ewe2_au/

Attachment: pgpfat37tu1wA.pgp
Description: PGP signature


Reply to: