[Owfs-developers] --disable-mt not working

2008-09-11 Thread Christian Magnusson
I just noticed that -disable-mt didn't work in 2.7p6. Some typos in the code, and owftd is now disabled automatically if -disable-mt is used. since it requires pthread. I checked in the changes to the CVS. I also made some changes to configure-script yesterday. I managed to get owtcl to

Re: [Owfs-developers] --disable-mt not working

2008-09-11 Thread Christian Magnusson
It was something with the thread support in tclsh. When I compiled tcl with --enable-threads, owtcl worked with threads as well. But tclsh hanged when the script is supposed to exit. I needed to patch tcl a bit to call _exit() instead of exit(). -#define TclpExit exit +#define