On Mon, Sep 02, 2002 at 07:38:51PM -0400, Carlos O'Donell wrote: > objdump -t /mnt/flaire/src/glibc-upstream-cvs/libc-build/libc.so.6 | grep divdi3 > 001173d4 l F .text 00000028 __udivdi3 > 00000000 *UND* 00000000 __divdi3_internal > > It's clearly not there :}
divdi3.os: 000001e2 T __divdi3 000001e2 T __divdi3_internal The only two source files for this appear to be: ./glibc-2.2.92/sysdeps/powerpc/divdi3.c ./glibc-2.2.92/sysdeps/wordsize-32/divdi3.c So it looks like if it's there on i386, it should be there on your platform. Maybe confirm first that it's in that object file and look there? Tks, Jeff Bailey -- At last you cry out in anguish: "Why me?" God answers: "Why not?" - Sheldon Kopp -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

