This is the mail archive of the libc-alpha@cygnus.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]

Re: [50 character or so descriptive subject here (for reference)]


Did you get any reports of the patch 2.0.109 -> 2.0.110 bombing out?
I had multiple failures, all in the manual.

Ulrich Drepper <drepper@cygnus.com> writes:

> SL Baur <steve@xemacs.org> writes:
>> I'm using pgcc/egcs-1.1.1 (it compiled 2.0.109 nicely).  Has a new
>> version been released?

> I don't think 1.2 is out yet.  I'm using the development version.

O.K.

> Try to build the failing program statically and see if it fails as
> well.

Lead me.  zic is one of the programs bombing on check.  The command
line make calls to link it is:

gcc -nostdlib -nostartfiles -o /devel/src/lib/glibc-2.0.110/build/timezone/zic  -Wl,-dynamic-linker=/lib/ld-linux.so.2  /devel/src/lib/glibc-2.0.110/build/csu/crt1.o /devel/src/lib/glibc-2.0.110/build/csu/crti.o `gcc --print-file-name=crtbegin.o` /devel/src/lib/glibc-2.0.110/build/timezone/zic.o /devel/src/lib/glibc-2.0.110/build/timezone/scheck.o /devel/src/lib/glibc-2.0.110/build/timezone/ialloc.o  -Wl,-rpath-link=/devel/src/lib/glibc-2.0.110/build:/devel/src/lib/glibc-2.0.110/build/math:/devel/src/lib/glibc-2.0.110/build/elf:/devel/src/lib/glibc-2.0.110/build/nss:/devel/src/lib/glibc-2.0.110/build/nis:/devel/src/lib/glibc-2.0.110/build/db2:/devel/src/lib/glibc-2.0.110/build/rt:/devel/src/lib/glibc-2.0.110/build/resolv:/devel/src/lib/glibc-2.0.110/build/linuxthreads /devel/src/lib/glibc-2.0.110/build/libc.so.6 /devel/src/lib/glibc-2.0.110/build/libc_nonshared.a -lgcc `gcc --print-file-name=crtend.o` /devel/src/lib/glibc-2.0.110/build/csu/crtn.o

My glibc source is in the directory `/devel/src/lib/glibc-2.0.110', and
I am building in a subdirectory called `build/'.

What should this be for a static link?

> Unfortunately you can't debug the shared version since you don't
> have the necessary modifications for gdb to allow this.

O.K.  I already saw my copy of gdb bomb out.


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