[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Ulm Library Woes
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Ulm Library Woes |
Date: |
29 Sep 2006 23:21:32 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 |
John O Goyo <address@hidden> writes:
> Greetings:
>
> I tried building gm2 on gcc-4.0.1 (on SuSE Linux 8.3) and was rewarded
> with the following.
>
> ./xgm2 -Wnil -Wcase -Wbounds -Wreturn -g -funbounded-by-reference
> -Wverbose-unbounded -Wpim -Wpedantic-param-names -Wextended-opaque
> -Wpedantic-cast -c -B./stage1/gm2
> -I../../gcc-4.1.0/gcc/gm2/ulm-lib-gm2/std:../../gcc-4.1.0/gcc/gm2/ulm-lib-gm2/sys:../../gcc-4.1.0/gcc/gm2/gm2-libs
> ../../gcc-4.1.0/gcc/gm2/ulm-lib-gm2/std/RealConv.mod -o
> gm2/ulm-lib-gm2/std/RealConv.o
> Internal error: Segmentation fault
> Please report this crash to the GNU Modula-2 mailing list <address@hidden>
> make[2]: *** [gm2/ulm-lib-gm2/std/RealConv.o] Error 1
>
>
> The Ulm libraries also cause me grief trying to build on HP-UX. Is
> there a way to disable building them?
>
> john
Hi John,
it appears that gm2 (when based on gcc-4.1.0) is seg violating when
compiling nested procedures. (I see 111 regression tests fail on my
machine running Etch Athlon 64 Debian GNU/Linux).
It does make sense to be able to disable the build of the ulm
libraries etc - as you say, I'll see whether this can easily be done..
regards,
Gaius