bug-bash
[Top][All Lists]
Advanced

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

Re: --prefix=FOO ignored when --disable-nls given


From: Chet Ramey
Subject: Re: --prefix=FOO ignored when --disable-nls given
Date: Mon, 11 Dec 2006 09:36:22 -0500

> Machine Type: i686-pc-linux-gnu
> 
> Bash Version: 3.2
> Patch Level: 5
> Release Status: release
> 
> Description:
> When compiling bash and running "./configure", the directory specified by
> "--prefix=FOO" is ignored when "--disable-nls" is given at the same time.
> $prefix then defaults to "/usr/local".  It doesn't seem to matter what
> order these two flags are given on the command line.

I can't reproduce it:

$ bash ~/src/bash/bash-3.2-patched/configure --disable-nls --prefix=/home/foo
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
        [...]
$ grep prefix Makefile
prefix = /home/foo
        [...]
$ gmake -n install
        [...]
/bin/sh /homes/chet/src/bash/bash-3.2-patched/support/mkinstalldirs 
/home/foo/bin
/bin/sh /homes/chet/src/bash/bash-3.2-patched/support/mkinstalldirs 
/home/foo/man/man1
/bin/sh /homes/chet/src/bash/bash-3.2-patched/support/mkinstalldirs 
/home/foo/info
        [...]

This indicates that `make install' is using /home/foo for $prefix.  It
might be something in your environment that is changing the default.

Chet

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                                Live Strong.
Chet Ramey, ITS, CWRU    chet@case.edu    http://tiswww.tis.case.edu/~chet/




reply via email to

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