[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #81 - 1 msg
Brought to you by:
hobbs
From: M.Srinivasa R. <sri...@in...> - 2005-02-14 13:32:40
|
Thanku very much for quick response. libtcl8.4.sl is available in path /usr/local/ActiveTcl/lib/. I will try and let you know. With Regards, Srinivas M -----Original Message----- From: tcl...@li... [mailto:tcl...@li...]On Behalf Of tcl...@li... Sent: Saturday, February 12, 2005 9:48 AM To: tcl...@li... Subject: Tcltk-perl digest, Vol 1 #81 - 1 msg Send Tcltk-perl mailing list submissions to tcl...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/tcltk-perl or, via email, send a message with subject or body 'help' to tcl...@li... You can reach the person managing the list at tcl...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of Tcltk-perl digest..." Today's Topics: 1. RE: Installation of Tcl-Tk-0.85 on HP-UX 11 (Konovalov, Vadim) --__--__-- Message: 1 From: "Konovalov, Vadim" <vko...@sp...> To: sri...@in... Cc: tcl...@li... Date: Fri, 11 Feb 2005 15:41:18 +0300 Subject: [tcltk-perl] RE: Installation of Tcl-Tk-0.85 on HP-UX 11 > I am not able to install Tcl-Tk-0.85 module on HP_UX 11.When current version is 0.87, but this should not be relevant, 0.85 should also be installed. > I installed the > following error message is displaying. > > /usr/lib/dld.sl: Can't open shared library: > /usr/local/ActiveTcl/lib/libtcl8.4.so > /usr/lib/dld.sl: No such file or directory Could you please verify what inside /usr/local/ActiveTcl/lib/ Is there libtcl8.4.sl ? there is some excerpt from Tcl.xs: #ifndef TCL_LIB_FILE # ifdef WIN32 # define TCL_LIB_FILE "tcl84.dll" # elif defined(__hpux) # define TCL_LIB_FILE "libtcl8.4.sl" # else # define TCL_LIB_FILE "libtcl8.4.so" # endif #endif so you should have libtcl8.4.sl does your compiler defines __hpux ? > > I was able to install Tcl-0.85 module on HP_UX 11. > > And also both modules (Tcl-0.85 and Tcl-Tk-0.85) were > installed successfully > on windows. > Are these modules are any OS specific? I downloaded these module from > www.cpan.org Interestingly, Tcl-0.85 should be 'harder' to install than Tcl-Tk-0.85, as Tcl-Tk is pure-perl. --__--__-- _______________________________________________ Tcltk-perl mailing list Tcl...@li... https://lists.sourceforge.net/lists/listinfo/tcltk-perl End of Tcltk-perl Digest |