[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: libc6 select problems?



> I have uploaded a silo package a lot of time ago (now I'm working
> on a glibc silo), and sources should be there. I can't verify,

That's cool.  I'm told[1] that the 1.10 e2fs libraries should
certainly support both byte orders, so just rebuilding silo should be
enough to get it to solve my problem (booting off an x86-linux
formatted scsi disk.)  Of course, rebuilding with libc6 is harder than
it looks, though I've gotten it as far as linking second.b and failing
(setjmp problems, and some missing libgcc-type functions [lshrdi3,
ashldi3] which libc6 now uses that can probably be cobbled up from
somewhere.)

studentloan+% ld -N -Ttext 0x280000 -Bstatic -o second crt0.o decomp.o console.o printf.o malloc.o jmp.o prom.o tree.o bmark.o main.o cmdline.o disk.o file.o misc.o cfg.o strtol.o ranges.o timer.o memory.o ufs.o divdi3.o -L../include -lext2fs mark.o -lc
/usr/lib/libc.a(setjmp.o): In function `_setjmp':
setjmp.o(.text+0x0): multiple definition of `__setjmp'
jmp.o(.text+0x0): first defined here
/usr/lib/libc.a(_itoa.o): In function `_itoa':
_itoa.o(.text+0x16c): undefined reference to `__lshrdi3'
_itoa.o(.text+0x184): undefined reference to `__lshrdi3'
_itoa.o(.text+0x690): undefined reference to `__ashldi3'

[1] by Ted T'so, who would probably know :-)


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-sparc-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: