22 Feb
2005
22 Feb
'05
6:16 p.m.
News:
I found that I had to modify dillo_LDFLAGS = -lpthread
too
but I get at the end: -lm ld32: WARNING 84: /usr/lib32/libpthread.so is not used for resolving any symbol. ld32: ERROR 33: Unresolved text symbol "pthread_cancel" -- 1st referenced by IO/libDio.a(IO.o). Use linker option -v to see when and which objects, archives and dsos are loaded.
so now I am still stuck :(
I hacked around this by removing dillo_LDFLAGS and by appending -lpthread to dillo_LDADD. It appears that the linker is order sensitive and that -lpthread was added too early. Now it works! I hope I can find the time to port this browser to motif soon... how is the abstraction going on ? -R