install problem on irix
Gilles Zunino
Gilles.Zunino@hei.fupl.asso.fr
Mon Jun 28 07:29:00 GMT 1999
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
More information about the Libstdc++
mailing list