Re: progress made on tclkit lite on sparc solaris 9
"Brian Theado" <[email protected]>
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
On 1/26/07, Virden, Larry W. <[email protected]> wrote: > > I then compare the link step with the tcl8.5 tclsh link, and I see one missing > library - -lpthread . So I add that to the config.sh LDFLAGS, but that > doesn't help. > My successful build earlier was kit-small which wasn't a thread build. I just tried kit-large and I had thread problems at the kit-cli linker step similar to you. I just manually reran the linker command (from the 8.5/kit-large dir) with the added -lpthread and then from that same directory ran gmake and it successfully produced tclkit-cli and tclkit-dyn. The kit-gui build failed with linker errors--probably LDFLAGS needs a little more here as well. I haven't looked into it yet. Did you see the -lpthread on the linker command-line after changing config.sh? The LDFLAGS gets placed into 8.5/kit-large/Makefile early on and just changing it in confish.sh may not be enough without rerunning from scratch. Brian