bug-bash
[Top][All Lists]
Advanced

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

Re: Config problems on Solaris9


From: Chet Ramey
Subject: Re: Config problems on Solaris9
Date: Mon, 18 Apr 2005 13:58:18 -0400
User-agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317)

Hugh Sasse wrote:
> Trying to build bash with the first 16 patches applied using this script
> ---------8<---------------
> #!/bin/bash -x
> 
> CC=gcc
> export CC
> CXX=g++
> export CXX
> MAKE=/usr/local/bin/gmake
> export MAKE
> 
> cd bash-3.0
> 
> ./configure --enable-alias --enable-arith-for-command \
> --enable-array-variables --enable-bang-history \
> --enable-brace-expansion --enable-command-timing \
> --enable-cond-command --enable-cond-regexp  --enable-debugger \
> --enable-directory-stack --enable-extended-glob \
> --enable-help-builtin --enable-history --enable-job-control \
> --enable-multibyte --enable-net-redirections \
> --enable-process-substitution --enable-progcomp --enable-readline \
> --with-installed-readline
> 
> ${MAKE} && ${MAKE} check
> ---------8<---------------
> I get
> ---------8<---------------
> 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
Solaris 9 machines to test on, but I will try to look at Solaris 10.

Chet
-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet )
                                                Live...Laugh...Love
Chet Ramey, ITS, CWRU    chet@case.edu    http://tiswww.tis.cwru.edu/~chet/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]