[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BASH 2.04 will not make
From: |
Joseph McPherson |
Subject: |
BASH 2.04 will not make |
Date: |
Mon, 15 Jan 2001 23:18:41 +0000 |
This is to report a compile bug in the both versions 2.03 and 2.04. I
used ./configure with and without options. When make is executed the
following error is generated.
rm -f shell.o
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i686"'
-DCONF_OSTYPE='"linux-gnu"' -DCONF_MACHTYPE='"i686-pc-linux-gnu"'
-DCONF_VENDOR='"pc"' -DSHELL -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64
-I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -c shell.c
In file included from shell.h:26,
from shell.c:45:
general.h:190: parse error before `string_to_rlimtype'
general.h:190: warning: data definition has no type or storage class
general.h:191: parse error before `int'
make: *** [shell.o] Error 1
I have a i686 pc running the linux kernel 2.4.0. I am using the GNU C
Library stable version 2.1.1, This error is consistent and seems to
come from the failure to define RLIMTYPE. I have tried defining
RLIMTYPE as an "int" but this just creates errors of a different sort
and does not create an executable program.
If there is anyother information I can provide please let me know.
Joe
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- BASH 2.04 will not make,
Joseph McPherson <=