[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bison-1.29c 'configure' problems on Solaris 8.
From: |
Paul Eggert |
Subject: |
Re: bison-1.29c 'configure' problems on Solaris 8. |
Date: |
Wed, 3 Oct 2001 22:46:31 -0700 (PDT) |
> From: Russ Allbery <address@hidden>
> Date: 03 Oct 2001 18:19:45 -0700
>
> Hm. That also means that you're likely to not get the latest possible
> version of bash if it's installed, though.
True, but for 'configure' it's good enough, as we don't need the
latest Bash version.
> And you'll probably find the
> xpg4 shell before bash, even though bash may well be a better choice.
On Solaris 8 the code finds /bin/bash if it's installed (which is the
normal case), /bin/ksh otherwise (on stripped-down hosts). On Solaris
2.5, 2.5.1, 2.6, and 7 it finds /bin/ksh, since there's no /bin/bash.
This seems OK to me. I don't have Solaris 9 beta, nor do I have
Solaris 2.4 or earlier, but I suspect they'll be OK too.
We can't do a perfect job here for all installations; people with
unusual requirements can set CONFIG_SHELL in their environment.
> (Personally, I have no use for the xpg4 stuff and never install it on a
> Solaris machine.)
I occasionally use it as a sanity check, to test for program
portability. I don't normally put it into my PATH. But I don't think
it'll come into play on normal hosts -- and, so (come to think of it)
perhaps we should not mention the xpg4 directory from the PATH.
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8., Russ Allbery, 2001/10/03
- Re: bison-1.29c 'configure' problems on Solaris 8.,
Paul Eggert <=
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04
- Re: bison-1.29c 'configure' problems on Solaris 8., Paul Eggert, 2001/10/04
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Gary V. Vaughan, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Paul Eggert, 2001/10/05
- Re: Libtool and echo (Was: bison-1.29c 'configure' problems on Solaris 8), Gary V. Vaughan, 2001/10/06
- Re: PATH then SHELLS (Was: bison-1.29c 'configure' problems on Solaris 8), Akim Demaille, 2001/10/05
- Re: PATH then SHELLS (Was: bison-1.29c 'configure' problems on Solaris 8), Paul Eggert, 2001/10/05
Re: bison-1.29c 'configure' problems on Solaris 8., Akim Demaille, 2001/10/04