On 9/10/07, Jonathan Delizy <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I've used buildroot to build a toolchain based on uClibc to compile some > software for arm9 architecture. When I compile some of this software, it > doesn't found some functions like des_setparity, ecb_crypt, ... I've > checked on my local Linux and this functions are provided by libc.so.6. > I expect that this functions should be provided by uClibc but when I do > a `nm` on libuClibc.so.0, des_setparity and others don't appear. Have I > missed something in uClibc menuconfig? > > Thanks for your help. > > Jonathan Delizy > > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc >
these functions do not exist in uClibc 0.9.29 (I've no idea on svn). they're defined as external functions to uClibc: grep -ilr des_setparity uClibc-0.9.29/ gives this result: uClibc-0.9.29/include/rpc/des_crypt.h -- Christian -- http://detaolb.sourceforge.net/, a linux distribution for Qemu _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
