From octave-graphics-request at bevo dot che dot wisc dot edu Fri Sep 14 22:38:49 2001 Subject: Re: new version of TK octave From: =?iso-8859-1?q?Jo=E3o=20Cardoso?= To: Paul Kienzle , octave-graphics@bevo.che.wisc.edu Date: Sat, 15 Sep 2001 04:51:33 +0100 On Friday 14 September 2001 19:04, Paul Kienzle wrote: | Hi! I've extended the work Przemek has done on tk_octave. It | includes a matrix viewer/editor plus all of the dialogs in Joao's | original tk_octave. | It does not include his interface to plplot. | | This code is not backward compatible with either version of | tk_octave, so | use it carefully. | | You can find all the source on the cvs server at | | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/octave/tk_octave/ | | Let me know if it works for you. | | Paul Kienzle | pkienzle at users dot sf dot net In http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/octave/tk_octave/readme.txt?rev=1.1&content-type=text/vnd.viewcvs-markup You say: Compiling Octave with tk_interp.cc ================================== In order to use tk_interp, we needed to relink the Octave binary with pthreads. And Octave is already thread safe? Joao