Hi, Le 23/11/2014 11:04, Mxher a écrit : >> - USE_LIBTOOL=gnu is very much for special cases and should have a >> comment explaining why it's used. or even better see if it can be fixed, >> the old version didn't need this. >> >> ./ClntIfaceMgr/libClntIfaceMgr.a(libClntIfaceMgr_a-ClntIfaceMgr.o)(.text+0x348c): >> In function `TClntIfaceMgr::select(unsigned int)': >> : undefined reference to `TClntMsgReply::TClntMsgReply(int, SPtr<TIPv6Addr>, >> char*, int)' >> ./ClntIfaceMgr/libClntIfaceMgr.a(libClntIfaceMgr_a-ClntIfaceMgr.o)(.text+0x35f3): >> In function `TClntIfaceMgr::select(unsigned int)': >> : undefined reference to `TClntMsgReconfigure::TClntMsgReconfigure(int, >> SPtr<TIPv6Addr>, char*, int)' >> collect2: ld returned 1 exit status >> > Ok, here come the tricky part for me. > I will get back to you with some clues (hopefully). >
Sorry for the delay, I was quite busy. Today I take a look to this issue: I tried to compile your original port (with dibbler 0.8.4) and I had the same error. So I think that something changed in OpenBSD's libtool since your made the port. I was hoping to be able to find a fix using dibbler 0.8.4 :( Mxher
