1751932 Members
4873 Online
108783 Solutions
New Discussion

Who Me Too'd this topic

Pinkerik
Advisor

Building Log4cplus fails with "ld: Unsatisfied symbol virtual table of"

Hello,

I'm trying to compile log4cplus on HP-UX (https://code.launchpad.net/~log4cplus/log4cplus/1.1.x)

$ uname -a
HP-UX migs01a B.11.31 U ia64 0841004181 unlimited-user license

$ aCC --version
aCC: HP C/aC++ B3910B A.06.20 [May 13 2008]

 

Library is compiled just "fine", problem is when it tryes to compile some test program and link created library to it

ld: Unsatisfied symbol "virtual table of loggingserver::ClientThread" in file loggingserver.o
ld: Unsatisfied symbol "virtual table of loggingserver::ClientThread" in file loggingserver.o

 

I suspect that some warnings along library build might cause this error, but I'm not sure

 

Attaching build log from jenkins

 

And btw, on other platforms it compiles OK, even on some realy old AIX

 

Thank you

Who Me Too'd this topic