This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2.2.91 Test Release


On Wed, Aug 28, 2002 at 07:19:59AM -0700, Roland McGrath wrote:
> Definitely accidental!  Sorry about that.

Needless to say, that particular build crapped out with:-

programs/locarchive.c:467: jump to `again' invalidly jumps into binding contour
programs/locarchive.c:482: jump to `again' invalidly jumps into binding contour
make[2]: *** [/usr/src/glibc-build/locale/locarchive.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/usr/src/glibc-2.2.91/locale'
make[1]: *** [locale/others] Error 2
make[1]: Leaving directory `/usr/src/glibc-2.2.91'
make: *** [all] Error 2


No probs. Easily worked around by adjusting make command line like so:-

make default_cflags="-g -O2"

Now it builds, and passes make check too!

My system:-

i686-pc-linux-gnu
gcc-3.2            (patched - see below)
glibc-2.2.5        (with selected bits from glibc-2-2-branch)
binutils-2.13      (FSF release - I know, against your advice - sorry)

My gcc is using 2 patches from H.J. Lu to fix some x86 mis-compilations at
-mcpu=i686. Documented on the gcc lists but nobody there seems to care.. but I
digress. I have also hacked the compiler to default to -march=i686 (just saves
me passing -march=i686 everywhere).

Greg


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]