Re: [Plplot-devel] (almost un)limited success with Tcl bindings under Cygwin and MinGW

2008-01-11 Thread Arjen Markus
On 2008-01-10 21:42+0100 Arjen Markus wrote: Hi Alan, wise words indeed (see the - elliptical - subject line)! The short story: --- I have success now with Tcl under Cygwin and MinGW with the wingcc device. I can add the bare Windows platform to be above list :D. The

Re: [Plplot-devel] (almost un)limited success with Tcl bindings under Cygwin and MinGW

2008-01-11 Thread Alan W. Irwin
On 2008-01-11 17:38+0100 Arjen Markus wrote: As for the Tcl version, 8.5 versus 8.4 or lower, you can use the following script: puts [package vsatisfies [info patchlevel] 8.5] [...]So you will have to resort to CMake commands, but that should be easy. Thanks for that suggested test. I

Re: [Plplot-devel] (almost un)limited success with Tcl bindings under Cygwin and MinGW

2008-01-11 Thread Andrew Ross
On Fri, Jan 11, 2008 at 01:41:27PM -0800, Alan Irwin wrote: On 2008-01-11 17:38+0100 Arjen Markus wrote: As for the Tcl version, 8.5 versus 8.4 or lower, you can use the following script: puts [package vsatisfies [info patchlevel] 8.5] [...]So you will have to resort to CMake

Re: [Plplot-devel] (almost un)limited success with Tcl bindings under Cygwin and MinGW

2008-01-11 Thread Alan W. Irwin
On 2008-01-11 13:41-0800 Alan W. Irwin wrote: On 2008-01-11 17:38+0100 Arjen Markus wrote: As for the Tcl version, 8.5 versus 8.4 or lower, you can use the following script: puts [package vsatisfies [info patchlevel] 8.5] [...]So you will have to resort to CMake commands, but that should

Re: [Plplot-devel] (almost un)limited success with Tcl bindings under Cygwin and MinGW

2008-01-11 Thread Alan W. Irwin
On 2008-01-11 23:17- Andrew Ross wrote: Alan, You need to do update-alternatives to override the default choice for tclsh. update-alternatives --config tclsh will do it interactively for you. Andrew In the event, I managed to figure it out before your e-mail got through to me, but