[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [help] Urgent! Please help me...



>>> From: Roh Jeong Hun <[email protected]>
>>> Date: Wed, 03 Sep 1997 18:26:38 +0900

> gcc -c -g -O -fpic -I. -I/user/rjh/ng/tcl7.6/generic
> -I/usr/local/include -I/usr/X11R5/include otcl.c
> In file included from
> /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3_KL/2.7.2/include/limits.h:112,
> 
>                  from
> /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3_KL/2.7.2/include/syslimits.h:7,
> 
>                  from
> /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3_KL/2.7.2/include/limits.h:11,
> 
>                  from /user/rjh/ng/tcl7.6/generic/tclInt.h:41,
>                  from otcl.c:21:
> /usr/include/limits.h:21: warning: `MB_LEN_MAX' redefined
> /usr/local/lib/gcc-lib/sparc-sun-sunos4.1.3_KL/2.7.2/include/stdlib.h:22:
> warning: this is the location of the previous definition

I suspect that your version of stdlib.h is somehow corrupt.  You could 
try and copy that over to your local directory, edit and remove the 
definition of MB_LEN_MAX from this file, and attempt to recompile.


Kannan