Re: kbs update
Rene Zaumseil <[email protected]> Wed, 31 Oct 2007 20:37:46 +0100
| Newsgroups | gmane.comp.lang.tcl.starkit |
|---|---|
| Message-ID | <[email protected]> |
Am Mittwoch, 31. Oktober 2007 14:33 schrieb lvirden: > On Oct 29, 5:46 pm, Rene Zaumseil <[email protected]> wrote: > > New sources and binaries (tcl/tk 8.5b2) are under > > > > http://www.4shared.com/dir/2775672/b6bbac69/tcl.html > > I downloaded this update, and I typed: > ./kbs.tcl -r --CC=cc --enable-symbols --enable-64bit --enable-threads > install kbspkg-8.5 > The output I got ended with: > === Make /tmp/.lwv/kbs/buildSunOS/threadstatic-2.6.5 > "/tmp/.lwv/kbs/sources/thread-2.6.5/generic/psGdbm.c", line 399: > warning: empty translation unit > === Install /tmp/.lwv/kbs/buildSunOS/threadstatic-2.6.5 > === Require done: threadstatic-2.6.5 > === Require leave: tkstatic-8.5 tk-8.5 vfsstatic-1.3 vlerqstatic-4.1 > zlibstatic-1.2.3 threadstatic-2.6.5 > === Configure /tmp/.lwv/kbs/buildSunOS/kbskit-8.5 > === Make /tmp/.lwv/kbs/buildSunOS/kbskit-8.5 > make: Fatal error: Don't know how to make target `pwb.o' > === Require error: kbskit-8.5 > child process exited abnormally > Error in execution of "install kbspkg-8.5": > === Package failed for: kbskit-8.5 > Require failed for: kbskit-8.5 > > This is a Sun SPARC Solaris 9 system, using Sun's C compiler... You are using 'gmake'? Otherwise VPATH statements are not working. I can tomorrow try a sun build myself (solaris 8 and native cc) rene