On Tue, 14 Aug 2001, Gwenole Beauchesne wrote:
> On Tue, 14 Aug 2001, janne halttunen wrote:
>
> > Tough choice. I *need* the stability of a tested distro (have my wife
> > on the same machine), but my current situation where Im not able to
> > compile a consideredly stable c++ program (ecasound,
> > http://eca.cx/ecasound) out of the box, has got me looking for different
> > solutions. (perhaps cooker, or something else).
>
> 3) Have you considered the upgrade of gcc-2.96 to 0.61mdk for example ?
Well, I tried to compile binutils-2.11.90.0.8-4mdk.src.rpm (required by
gcc-2.96-0.61mdk.src.rpm), with gcc-2.96-0.48mdk but the build failed:
---cut---
gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -DTRAD_CORE -I. -I.
-I./../include -I./../intl -I../intl -W -Wall -g -O2 -c elf32.c -fPIC
-DPIC -o .libs/elf32.o
In file included from elfcode.h:1541,
from elf32.c:22:
elflink.h:3757:1: warning: null character(s) ignored
elflink.h:3757:6: warning: null character(s) ignored
In file included from elfcode.h:1541,
from elf32.c:22:
elflink.h: In function `elf_adjust_dynamic_symbol':
elflink.h:3757: `str' undeclared (first use in this function)
elflink.h:3757: (Each undeclared identifier is reported only once
elflink.h:3757: for each function it appears in.)
elflink.h:3757: parse error before `ct'
elflink.h:3848: `bed' undeclared (first use in this function)
make[3]: *** [elf32.lo] Error 1
---cut---
janne