This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: rfc: new libgcc build mechanism
- To: donnte at microsoft dot com, rra at stanford dot edu
- Subject: Re: rfc: new libgcc build mechanism
- From: Phil Edwards <pedwards at jaj dot com>
- Date: Tue, 9 May 2000 12:07:15 -0400
- Cc: autoconf at gnu dot org, gcc at gcc dot gnu dot org
Russ Allbery <rra@stanford.edu>:
> The POSIX-compliant Bourne shell on a Solaris system is located in
> /usr/xpg4/bin/sh and is part of an extra optional package. There is no
> extra charge for this package, but it is also not part of a minimal OS
> install and therefore some folks may not have it.
Just for the record and to provide more kindling, the XPG4/POSIX sh in
question is, in fact, the basic Korn shell (wrapped for viewing):
% uname -sr
SunOS 5.8
% ls -lF /usr/xpg4/bin/sh
lrwxrwxrwx 1 root root 13 Apr 22 15:48 /usr/xpg4/bin/sh
-> ../../bin/ksh*
% grep /bin/ksh /var/sadm/install/contents
/usr/bin/ksh f none 0555 root bin 200936 2940 947116623 SUNWcsu
/usr/xpg4/bin/sh=../../bin/ksh s none SUNWxcu4
%
And /bin/ksh is always present (SUNWcsu == core Solaris).
Phil