[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] gm2 Build Problem on Solaris 9
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] gm2 Build Problem on Solaris 9 |
Date: |
10 May 2004 12:38:01 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
john o goyo <address@hidden> writes:
> Greetings:
>
> An attemp to bulid gm2 using gcc-3.3.2 under Solaris 9 gave me the
> following error. I configured the build as suggested on the webpage
> (building only c and gm2). The same configuration builds on SuSE
> 8.1 on Intel.
>
> ./xgm2 -Wbounds -Wreturn -gdwarf-2 -g -c -B./stage1/gm2
> -I../../gcc-3.3.2-gm2/gcc/gm2/gm2-com
> piler -I../../gcc-3.3.2-gm2/gcc/gm2/gm2-libs
> -I../../gcc-3.3.2-gm2/gcc/gm2/gm2-libiberty ../..
> /gcc-3.3.2-gm2/gcc/gm2/gm2-compiler/FifoQueue.mod -o
> gm2/gm2-compiler/FifoQueue.o
> ../../gcc-3.3.2-gm2/gcc/gm2/gm2-compiler/NameKey.def:110:*** fatal error ***
> ../../gcc-3.3.2-gm2/gcc/gm2/gm2-compiler/SymbolConversion.mod:122:***
> internal error *** shoul
> d not be replacing a symbol
> make[2]: *** [gm2/gm2-compiler/FifoQueue.o] Error 1
> make[2]: Leaving directory `/home/build/prj/gcc-3.3.2-gm2-configured/gcc'
> cp: cannot access stage2/gm2/cc1gm2
> make[1]: *** [cc1gm2] Error 2
> make[1]: Leaving directory `/home/build/prj/gcc-3.3.2-gm2-configured/gcc'
> make: *** [all-gcc] Error 2
Hi John,
I'm just uploading changes to CVS which fixes a bug in
SymbolConversion, with luck it might be the same problem as
you've discovered above,
* gm2 now builds on FreeBSD 5.2.1
* removed to_upper and to_lower in p2c
* made gm2/gm2-libs/configure and friends test for `strsignal'
* fixed initialization bug (missing memset)
in gm2/gm2-compiler/Indexing.mod
regards,
Gaius