On Mon, 18 Apr 2005, Chet Ramey wrote:
Hugh Sasse wrote:
Trying to build bash with the first 16 patches applied using this script
[...]
gmake[1]: Entering directory `/export/home/Scratch/hgs/bash-3.0/lib/glob'
gcc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../..
-I../../include -I../../lib -mcpu=v9 glob.c
glob.c: In function `glob_vector':
glob.c:340: error: `DIR' undeclared (first use in this function)
glob.c:340: error: (Each undeclared identifier is reported only once
glob.c:340: error: for each function it appears in.)
That's weird. You'd have to work really hard to get `DIR' undefined,
since it's a basic part of the directory interface. I don't have any
Where does it normally live?
glark -r \bDIR\b /usr/include:/usr/local/include
turns up nothing (glark is a grep written in Ruby
http://glark.sourceforge.net/
which accepts search paths as well as directories, and uses perl5
(well, Ruby) style regexps).
Solaris 9 machines to test on, but I will try to look at Solaris 10.
Chet
Thank you,
Hugh
_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash