[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gcl-devel] GCC 4.4 and strict aliasing
From: |
Gabriel Dos Reis |
Subject: |
Re: [Gcl-devel] GCC 4.4 and strict aliasing |
Date: |
Mon, 23 Feb 2009 16:39:08 -0600 |
On Mon, Feb 23, 2009 at 2:10 PM, Camm Maguire <address@hidden> wrote:
> Greetings!
>
> OK, a minimal bfd fix is in 2.6.8pre -- thanks Jerry! I'd really
> prefer to keep 2.6.8pre changes to very important bug fix minimal mods
> only, given the lack of resources we have to maintain two branches.
I just update by 2.6.8pre. The build fails (ono opensuse 11.1) with
undefined symbols:
gcc -o raw_pre_gcl \
-L. -Wl,-Map raw_pre_gcl_map -lpre_gcl -lm -lgmp
-lreadline -lncurses -lc -lgclp
./libpre_gcl.a(binutils_bfd_compress.o): In function
`bfd_uncompress_section_contents':
/usr/src/packages/BUILD/binutils-2.19/build-dir/bfd/../../bfd/compress.c:96:
undefined reference to `inflateInit_'
/usr/src/packages/BUILD/binutils-2.19/build-dir/bfd/../../bfd/compress.c:103:
undefined reference to `inflate'
/usr/src/packages/BUILD/binutils-2.19/build-dir/bfd/../../bfd/compress.c:106:
undefined reference to `inflateReset'
/usr/src/packages/BUILD/binutils-2.19/build-dir/bfd/../../bfd/compress.c:108:
undefined reference to `inflateEnd'
collect2: ld returned 1 exit status
make[1]: *** [raw_pre_gcl_map] Error 1
make[1]: Leaving directory `/home/gdr/src/gcl-2.6.8pre/unixport'
- [Gcl-devel] GCC 4.4 and strict aliasing, Jerry James, 2009/02/22
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/22
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/22
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/23
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Jerry James, 2009/02/23
- Re: [Gcl-devel] GCC 4.4 and strict aliasing,
Gabriel Dos Reis <=
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/24
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/24
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/25
Re: [Gcl-devel] GCC 4.4 and strict aliasing, Jerry James, 2009/02/22
[Gcl-devel] New members, Camm Maguire, 2009/02/23
[Gcl-devel] Re: New members, Jerry James, 2009/02/23
RE: [Gcl-devel] New members, Billinghurst, David (RTATECH), 2009/02/23
RE: [Gcl-devel] New members, Donald Winiecki, 2009/02/23