gcl-devel
[Top][All Lists]
Advanced

[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'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]