- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: TCL/Tk installation
Operating System - OpenVMS
1819743
Members
2960
Online
109606
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 11:31 AM
тАО05-30-2006 11:31 AM
Hello all,
I am trying to install TCL/Tk on OpenVMS 7.3-2
Wim suggested the following website
http://phaseit.net/claird/comp.lang.tcl/tcl_vms.html
However, I need more instruction on the installation because when I go to the download page
ftp://ftp.prs.de/pub/packages/tclvms/
I have a couple of tar zipped files. I am not clear which file should be picked for now I unzipped the file
tcl80-vms-020815.tbz
because the file had the last stamped date (2002)
However, the read me file has left me with few questions as to how to work with the binaries
If anyone has an idea of Tcl/Tk on OpenVMS please let me know
Regards,
Nipun
I am trying to install TCL/Tk on OpenVMS 7.3-2
Wim suggested the following website
http://phaseit.net/claird/comp.lang.tcl/tcl_vms.html
However, I need more instruction on the installation because when I go to the download page
ftp://ftp.prs.de/pub/packages/tclvms/
I have a couple of tar zipped files. I am not clear which file should be picked for now I unzipped the file
tcl80-vms-020815.tbz
because the file had the last stamped date (2002)
However, the read me file has left me with few questions as to how to work with the binaries
If anyone has an idea of Tcl/Tk on OpenVMS please let me know
Regards,
Nipun
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-30-2006 03:37 PM
тАО05-30-2006 03:37 PM
Solution
> tcl80-vms-020815.tbz
This looks like junk to me. At least, the
object files will have lost any RMS
attributes after processing by "tar", so
whoever created this mess should not be
trusted for anything important.
Perhaps the object library will be usable.
It's also old. Is that the latest stuff
there is?
alp $ anal /imag TCLSH.EXE;1
Analyze Image 30-MAY-2006 22:27:39.07 Page 1
ALP$DKA0:[SMS.TCLTK.TCL80.VMS]TCLSH.EXE;1
ANALYZ A07-04
*** This file is not a VMS native image.
The analysis uncovered 1 error.
There's not much to be said for the
executables, either, apparently.
What happens if you follow the build
instructions in [.TCL80.VMS]README.TXT?
This looks like junk to me. At least, the
object files will have lost any RMS
attributes after processing by "tar", so
whoever created this mess should not be
trusted for anything important.
Perhaps the object library will be usable.
It's also old. Is that the latest stuff
there is?
alp $ anal /imag TCLSH.EXE;1
Analyze Image 30-MAY-2006 22:27:39.07 Page 1
ALP$DKA0:[SMS.TCLTK.TCL80.VMS]TCLSH.EXE;1
ANALYZ A07-04
*** This file is not a VMS native image.
The analysis uncovered 1 error.
There's not much to be said for the
executables, either, apparently.
What happens if you follow the build
instructions in [.TCL80.VMS]README.TXT?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2006 12:25 AM
тАО05-31-2006 12:25 AM
Re: TCL/Tk installation
Packing VMS binaries with tar was a bad idea.
set def [.tcl80.vms]
delete *.obj;*,*.olb;*,*.exe;*,*.map;*
a following make cleanely builds tclshr.exe,tclsh.exe .
To use it then:
either copy tclshr.exe to sys$share:
or define tclshr disk:[tcl80.vms]tclshr
and make symbol to point to the tcl command:
tcl :== $disk:[tcl80.vms]tclsh
And point logical TCL_LIBRARY to the library directory:
define TCL_LIBRARY disk:[tcl80.library]
http://www.mpp.mpg.de/~huber
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP