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

libc6 is missing "swab"



When trying to compile nfsroot for libc6, I got a implicit declaration of
swab(...).  I fixed it by copying the declaration out of unistd.h.  Then,
during linking, I got an undefined reference to swap(...).  I ran objdump on
libc.a, and found swap.o, but it only had a text section, and no code!  Strsep,
right above it, had text and code associated with it.

Needless to say, I did get nfsroot to compile.  I copied the function from
libc5 into nrprobenet.cc, and it compiles and runs fine.  But why doesn't libc6
contain this standard function?


I wish I had a life outside Quake.

Adam Heath of Borg-Linux adam.heath@usa.net Join the H.323 effort.  Email
http://www.debian.org - Get Your Own Linux! h.323-request@cichlid.com with
http://wwp.mirabilis.com/3375265 - Page Me  the word subscribe in the body.


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


Reply to: