Re: apache6 breakage
Nick Hudson <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.dreamcast |
|---|---|
| Message-ID | <[email protected]> |
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? Nick