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
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