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]

Re: rfc: new libgcc build mechanism



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


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