> Thanks Robert. I did download 8.4.4 tclkit and it worked. But i am
> facing the following error when tyring to qwrap.
> File which i am trying to wrqp:
> cat hello.tcl
> package require Tk
> pack [button .b -text "Hello World!" -command bell]
> Error:
> tclkit sdx.kit qwrap hello.tcl
Strange. I cannot reproduce the error. > while executing
> "close $out"
> (file "/auto/nvbu/devtest/users/mani/ftcl/sdx.kit/lib/app-sdx/
> qwrap.tcl" line 98)
> invoked from within
> "source /auto/nvbu/devtest/users/mani/ftcl/sdx.kit/lib/app-sdx/
> qwrap.tcl"
> ("uplevel" body line 1)
> invoked from within
> "uplevel #0 [list source [file join $b $a.tcl]]"
> (procedure "run_sdx" line 17)
> invoked from within
> "run_sdx"
> (file "/auto/nvbu/devtest/users/mani/ftcl/sdx.kit/lib/app-sdx/
> sdx.tcl" line 59)
> invoked from within
> "source /auto/nvbu/devtest/users/mani/ftcl/sdx.kit/lib/app-sdx/
> sdx.tcl"
> ("package ifneeded" script)
> invoked from within
> "package require app-sdx"
> (file "sdx.kit/main.tcl" line 8)
> invoked from within
> "source sdx.kit/main.tcl"
> ("uplevel" body line 1)
> invoked from within
> "uplevel [list source [file join $self main.tcl]]"
> Appreciate your help.
> On Apr 27, 4:31 am, Robert Heller <hel@deepsoft.com> wrote:
> > At 26 Apr 2007 23:54:38 -0700 Terminator <manidevara@gmail.com> wrote:
> > > Folks,
> > > I am trying to run tclkit, but i am getting the following error. Any
> > > sugesstion on how to fix it.
> > > ./tclkit
> > > ./tclkit: error while loading shared libraries: libstdc++.so.6: cannot
> > > open shared object file: No such file or directory
> > You need libstdc++-3.4.6 installed. Or you need an older version of
> > tclkit (8.4.4 for example does not need libstdc++-3.4.6).
> > > I have tclsh84 installed.
> > > Thxs.
> > --
> > Robert Heller -- 978-544-6933
> > Deepwoods Software -- Linux Installation and Administrationhttp://www.deepsoft.com/ -- Web Hosting, with CGI and Database
> > hel@deepsoft.com -- Contract Programming: C/C++, Tcl/Tk
--