Re: [tcljava-user] Seems to work on AMD64 Linux
Brought to you by:
mdejong
From: Mo D. <md...@un...> - 2005-10-15 01:25:54
|
On Fri, 14 Oct 2005 15:41:56 -0600 Scott Serr <ss...@am...> wrote: > Oddly enough I just figured out what is in the native_threads. It is > libhpi.so. (I forgot that) I removed the "-lhpi" and it compiles and > apparently runs properly. So I guess we don't need hpi/native_threads? > Maybe it's a legacy thing for a 1.3 or 1.4 x86 that we don't need to > worry about in this instance. Well, the sure fire way to test this is to run "make test" from the Tcl Blend build dir. That will test normal loading and it will also test loading both Tcl Blend and Tcl into a JVM started from the java.exe process. In some cases, it may work when loaded into tclsh but not when both Tcl and TclBlend are loaded into Java. Just let me know if you run into any problems. cheers Mo DeJong |