Comment 7 for bug 900354

Revision history for this message
Pau Garcia Quiles (pgquiles) wrote :

#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.