Re: [tcljava-user] Seems to work on AMD64 Linux
Brought to you by:
mdejong
From: Scott S. <ss...@am...> - 2005-10-14 21:42:02
|
Mo DeJong wrote: >On Fri, 14 Oct 2005 07:51:03 -0600 >Scott Serr <ss...@am...> wrote: > > > >>You are right, I missed that "$machine" reference. It should be "amd64" >>or it should be taken out. Here is a question that might help resolve >>which way to go... I run tclsh and setup the environment manually much >>like jclsh does -- all in 32bit Linux. I noticed that I could leave out >>2 or 3 directories from the LD_LIBRARY_PATH and still have a "working" >>(as far as I know) TclBlend. One directory I could leave out for >>32bit/x86 Linux (with Sun JDK 1.5 atleast) was "native_threads". Is >>this going to bite me later? or is "native_threads" not necessary? >> >> > >I took it out and checked into the CVS again. You would know if you >needed the dir, since Tcl Blend would not load if it was missing. > > 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. >>Trying to login to CVS... did this from 2 different hosts/networks and >>still no luck, I'll try later. >> >> > >Yeah, SF CVS can be a bit flaky sometimes. > > Thanks... I'll try again. |