Sun has been sort of strange about the Native Threads pack.
Sometimes it has not been on the their site for a few weeks.
Matters are complicatd by the fact that Sun has two JDK releases
There are two versions of the JDK:
* The production release
-Shipped as a Solaris package
-Requires root t
The TclBlend README conatins the following:
To build Tcl Blend on Solaris the Native Threads Pack, and
several patches, must be installed on top of the JDK. The
package, necessary patches, and installation instructions can
be found at http://www.javasoft.com/products/jdk/1.1/index.html.
I cannot
On Thu, 10 Jun 1999, Marcel Ruff wrote:
> Hi,
>
> i have reduced the problem to the C++ versus C executable of tclsh.
>
> Its some very nasty linking/demangling or whatever problem!
>
> But:If i switch off the sunwjit it runs fine for C++ as well (see
> test.tcl)!
>
> I use the main so
On Thu, 10 Jun 1999, Marcel Ruff wrote:
> Hi,
>
> Im using the Tcl interpreter in a C++ main modul.
>
> When i start the application and invoke the tcl interpreter with
> the package java and try to open a Java GUI i get a crash (output see
> below)
>
> My environment:
> ---
What lin
Hi,
Im using the Tcl interpreter in a C++ main modul.
When i start the application and invoke the tcl interpreter with
the package java and try to open a Java GUI i get a crash (output see
below)
My environment:
---
Linux 2.2.5 with glibc 2.0.x
JDK 1.2pre2 (blackdown)
Tcl 8.0.5
TclBlen