This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


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

Re: install problem on irix


Stephane Conversy wrote:
 
> first, mknumeric_limits begins with:
> #!/bin/bash
> 
> does it really require bash to work ? isn't sh sufficient ? because
> bash is not installed every where the same...

	I agree. On my IRIX system (missing bash) the build
	performs correctly but it sounds better to correct this.
	Here is the patchlet against the current CVS (the lib still
	builds correctly under my IRIX 6.5 system) :

1999-06-28  Gilles Zunino <Gilles.Zunino@hei.fr>
	    Stephane Conversy <Stephane.Conversy@lri.fr>

        * mknumeric_limits: Changed #!/bin/bash to #!/bin/sh.


cvs server: Diffing libstdc++
Index: libstdc++/mknumeric_limits
===================================================================
RCS file: /cvs/libstdc++/libstdc++/mknumeric_limits,v
retrieving revision 1.9
diff -c -3 -p -r1.9 mknumeric_limits
*** mknumeric_limits    1999/06/25 07:34:31     1.9
--- mknumeric_limits    1999/06/28 14:03:08
***************
*** 1,4 ****
! #! /bin/bash
  
  # mknumeric_limits: generates
  # - part of bits/std_limits.h completed by gen-num-limits.cc
--- 1,4 ----
! #!/bin/sh
  
  # mknumeric_limits: generates
  # - part of bits/std_limits.h completed by gen-num-limits.cc

_________________________________________________________________
Gilles Zunino - (Gilles.Zunino@hei.fupl.asso.fr)   (A 506)  7636

HEI, 13 rue de Toul, 59 046 LILLE CEDEX FRANCE
Phone : (+33) 3 28.38.48.58  Fax : (+33) 3 28.38.48.04

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