This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 2 suggestions


Toon Moene <toon@moene.indiv.nluug.nl> writes:

| Kaveh R. Ghazi wrote:
| 
| > If people would simply follow the directions here:
| > <http://gcc.gnu.org/install/specific.html#*-*-solaris2*> by setting
| > CONFIG_SHELL to /bin/ksh before configure;make bootstrap,
| 
| Indeed - I stopped counting how many hours of debugging shell scripts
| on our Sun server I saved (for my employer) by being on these mailing
| lists and thereby knowing this.
| 
| /bin/sh on Solaris is evil.

I agree.  

We should make go a step further: at configure time, we should either

 1. complain loudly with unambiguous diagnostic if /bin/sh on solaris; or
 2. silently substitute with sane shell if available and continue.


I think doing 2. would save lots of friustration on either sides.

-- Gaby

  


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]