#6

g++ -lwt -lwthttp 900354.cpp -o 900354

is wrong

-l goes at the end:

g++ 900354.cpp -o 900354 -lwt -lwthttp

Please try that and tell me if you still have the problem.

Also, please add the output of:

$ objdump -x /usr/lib/libwt.so
$ objdump -x /usr/lib/libwthttp.so

No need to add everything, I'm only interested in the DT_NEEDED
sections, i. e. the first 30 or so lines.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/900354

Title:
  libwt requires an explicit link to libboost_signals

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/witty/+bug/900354/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to