I'm not sure if this will help, but I recently had to install python
1.5.2 and tcl/tk 8.0.  I had to use gcc296 to get them to compile.  The
newer gccs are pickier about what is and isn't allowed.  It may not be
your problem, but that's certainly an easy one to try.

Just do a make clean, then alias gcc to /usr/bin/gcc296 and remake.

Ben

On Wed, 2003-08-06 at 04:41, Nguyen Trung Hieu wrote:
> I am trying to install on Redhat linux 9.0. But there
> is error when I ran gmake (or make) command:
> 
> [EMAIL PROTECTED] 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 come over this error!
> 
> Thank you!
> 
> __________________________________
> 
> =====
> Nguyen Trung Hieu
> Computer Science and Information Management(CSIM)
> Asian Institute of Technology (AIT)
> 12120 Klong Luang, Pathum Thani, Thailand
> Tel: (66) (02) 524-7295
> Other mail: [EMAIL PROTECTED]
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to