Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tcl7.6/tk4.2 installation problem

Status
Not open for further replies.

TrungHieu

MIS
Aug 9, 2003
3
TH
Hi all,
I am trying to install on Redhat linux 9.0. But there
is error when I ran gmake (or make) command:

[hieunt@localhost unix]$ gmake
cc -c -O -I./../generic -I. -DHAVE_UNISTD_H=1
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1
-DHAVE_TM_ZONE=1 -DHAVE_TM_GMTOFF=1
-DHAVE_TIMEZONE_VAR=1 -DSTDC_HEADERS=1
-DNEED_MATHERR=1 -DHAVE_SYS_IOCTL_H=1
-DTCL_SHLIB_EXT=\".so\" ./../generic/tclPosixStr.c
../generic/tclPosixStr.c: In function `Tcl_ErrnoId':
../generic/tclPosixStr.c:340: duplicate case value
../generic/tclPosixStr.c:328: previously used here
../generic/tclPosixStr.c: In function `Tcl_ErrnoMsg':
../generic/tclPosixStr.c:787: duplicate case value
../generic/tclPosixStr.c:775: previously used here
gmake: *** [tclPosixStr.o] Error 1

Please tell me how to do to overcome this error!

Thank you!

Nguyen Trung Hieu
 
Why would you install this ancient drek?
Secondly: RH 9.0 changed unicode type sizes and
broke backwards compat with older versions of
python and tcl.

It cannot be done.
Download the newest activestate(tcl and switch to a distribution that cares about tcl..like SuSE.
 
Hello!
I have builded a program named interface.tcl which give a dialoge frame.Please tell me how to build a application and build a installation procedure.
Thanks !!!!!!!!
 
I need to install tcl7.6/tk4.2 because I want to install a package which is built on tcl7.6/tk4.2. I have tried to install this package on a higher version(tcltk 8.4) of tcltk but it failed and it said that "can not find ltcl7.6". So what i am trying to do now is install tcl7.6/tk4.2.
But it is terrible!!!!!!!!!!!!!I can not install it on RH 7.1, 8.0 as well as 9.0.
How should i do now????
 
Which package is this?
Can you not find an updated version?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top