[tcltk-perl] RE: Tcltk-perl digest, Vol 1 #81 - 1 msg
by M.Srinivasa Rao other posts by this author
Feb 14 2005 5:34AM messages near this date
Re: [tcltk-perl] Tcl::Tk 0.88 timing?
|
[tcltk-perl] RE: Installation of Tcl-Tk-0.85 on HP-UX 11
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: tcltk-perl-admin@[...].net
[mailto:tcltk-perl-admin@[...].net]On Behalf Of
tcltk-perl-request@[...].net
Sent: Saturday, February 12, 2005 9:48 AM
To: tcltk-perl@[...].net
Subject: Tcltk-perl digest, Vol 1 #81 - 1 msg
Send Tcltk-perl mailing list submissions to
tcltk-perl@[...].net
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
tcltk-perl-request@[...].net
You can reach the person managing the list at
tcltk-perl-admin@[...].net
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" <vkonovalov@[...].com>
To: srinivasaraom@[...].com
Cc: tcltk-perl@[...].net
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
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl
End of Tcltk-perl Digest
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Tcltk-perl mailing list
Tcltk-perl@[...].net
https://lists.sourceforge.net/lists/listinfo/tcltk-perl
|