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]

Re: build failure on i386-linux, during install


On Fri, Feb 09, 2001 at 03:07:05PM -0500, Ben Collins wrote:
> %find i386-linux/obj -name \*setjmp\*.o -ls
> 923704    1 -rw-r--r--   1 bmc      bmc           972 Feb  9 13:38 i386-linux/obj/setjmp/setjmp.o
> 923706    1 -rw-r--r--   1 bmc      bmc           964 Feb  9 13:38 i386-linux/obj/setjmp/bsd-setjmp.o
> 923707    1 -rw-r--r--   1 bmc      bmc           441 Feb  9 13:38 i386-linux/obj/setjmp/bsd-_setjmp.o
> 923729   22 -rw-r--r--   1 bmc      bmc         20692 Feb  9 14:13 i386-linux/obj/setjmp/tst-setjmp.o
> 
> So no, _setjmp symbol is not there.

441 bytes looks like result of
gcc -xassembler -c /dev/null -o bsd-_setjmp.o
on ia32, so I think my guess was correct.
You probably forgot to take care about:
        * sysdeps/i386/elf/bsd-_setjmp.S: Removed.
        * sysdeps/i386/bsd-_setjmp.S: Real implementation.
particularly that sysdeps/i386/elf/bsd-_setjmp.S cannot be present.

	Jakub


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