Re: issue linking - undefined Stub symbols
Martin Husemann <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sparc64 |
|---|---|
| Message-ID | <[email protected]> |
On Fri, May 15, 2020 at 02:02:21AM +0200, Riccardo Mottola wrote: > ../../xpcom/reflect/xptcall/xptcall.o:(.data.rel.ro.local._ZTV14nsXPTCStubBase[_ZTV14nsXPTCStubBase]+0x40): > undefined reference to `nsXPTCStubBase::Stub6()' [..] > Never seen all these StubXX symbols! could we have an issue in the > toolchain? or any other ideas? No, it is a bug in the source or the pkgsrc build environment. xpcom and the "ns" namespace come from former Netscape and are part of the mozilla sources. Maybe a missing linker argument or wrong path. Martin