Hey Dushan,

2008/11/5 Dushan Savich <[EMAIL PROTECTED]>:
> The output can be found here :   http://www.stosha.net/core-dump

It seems that you have also a version of Wt installed in /usr/lib,
which is used at runtime.

e.g. I see from your dump: /usr/lib/libwt.so.4

> I'm using  boost   1.36  and Wt   2.1.5 . But, I get the same thing if I
> use      boost 1.35  and Wt  2.1.0    ( or some other combination of these
> versions  :)   )

> Boost and Wt are  installed in    /usr/local/lib   .

Although you have built yoru application by linking against libraries
in /usr/local/lib ?

You should either remove your (old?) installation from /usr/lib, or
prepend /usr/local/lib to your LD_LIBRARY_PATH:

$ export LD_LIBRARYPATH=/usr/local/lib:$LD_LIBRARY_PATH

And check that you are using the correct libraries (those that you
linked against) using

$ ldd ./test2.wt

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to