View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] how to track a segmentation fault problem in Xotcl?

From: Zoran Vasiljevic <zoran_at_archiware.com>
Date: Mon, 1 Sep 2003 13:21:58 +0200

On Monday 01 September 2003 11:56, Catherine Letondal wrote:
>
> > You should compile wish with symbols (./configure --enable-symbols).
> > The same appiles for xotcl as well.
>
> When I compile xotcl after a ./configure --enable-symbols the compilation
> just fails to compile because it looks for a libtcl8.3g.so file (or maybe I
> should have built the tcl library before?):

Of course, you need to compile Tcl with --enable-symbols.
This will produce the libtcl8.3g.so library.

> I don't remember how it is I still have a libxotcl1.o.so built!!
>
> No wonder there is a segmentation fault.
>
> Thanks a lot for any help,

No problem. Just get a clean compilation of xotcl first.
If the problems persist, then recompile all with --enable-symbols
and give it another try.

Cheers,
Zoran