On Tue, 19 Apr 2005, Paul Jarc wrote:
Hugh Sasse <[EMAIL PROTECTED]> wrote:
Where does it normally live?
, or another file included there.
glark -r \bDIR\b /usr/include:/usr/local/include
The shell processes one level of escaping/quoting.
I've only known that for, well, too many years! Thank you
Hugh Sasse <[EMAIL PROTECTED]> wrote:
> Where does it normally live?
, or another file included there.
> glark -r \bDIR\b /usr/include:/usr/local/include
The shell processes one level of escaping/quoting.
glark -r '\bDIR\b' /usr/include:/usr/local/include
paul
_
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../../
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-com
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-h