[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Config problems on Solaris9
From: |
Hugh Sasse |
Subject: |
Re: Config problems on Solaris9 |
Date: |
Tue, 19 Apr 2005 10:06:32 +0100 (WEST) |
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