Re: apache6 breakage
Harold Gutch <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Mar 03, 2004 at 09:54:03PM +0000, Nick Hudson wrote: > On Sunday 29 February 2004 00:07, Harold Gutch wrote: > > Hi, > [...] > > > #1 0x204b484a in __umoddi3 () from /usr/lib/libgcc_s.so.1 > > #2 0x205a6b9a in vfprintf_unlocked () from /usr/lib/libc.so.12 > > libc shouldn't have undefined references to __umoddi3 it should have its own > copy pulled in from libgcc_pic.a > > What does > > nm /lib/libc.so | grep __umoddi3 > > give? $ nm /lib/libc.so | grep __umoddi3 00087980 T __umoddi3 bye, Harold