[Tcl Java] Re: Native threads package for TclBlend

1999-06-10 Thread Christopher Hylands
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

[Tcl Java] Native threads package for TclBlend

1999-06-10 Thread Will Taylor
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

[Tcl Java] Re: I have a problem with TclBlend on Linux with JDK1.2pre2

1999-06-10 Thread Moses DeJong
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

[Tcl Java] Re: I have a problem with TclBlend on Linux with JDK 1.2pre2

1999-06-10 Thread Moses DeJong
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

[Tcl Java] I have a problem with TclBlend on Linux with JDK 1.2 pre2

1999-06-10 Thread Marcel Ruff
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