Subject: Re: crosscompile attempt: solaris/x86 -> netbsd/sparc
To: None <tv@wasabisystems.com>
From: None <cgd@broadcom.com>
List: tech-toolchain
Date: 03/26/2002 16:09:03
At Tue, 26 Mar 2002 23:19:12 +0000 (UTC), "Todd Vierling" wrote:
> (Solaris's ksh might have worked for this case, but I tend to recommend
> /usr/xpg4/bin/sh because it is the officially XPG-compliant Bourne
> shell....)

Uh...

54 [highland] newlib % uname -a
SunOS dream-on 5.8 Generic_108528-06 sun4u sparc SUNW,Ultra-5_10
55 [highland] newlib % ls -lai /bin/ksh /usr/xpg4/bin/sh /usr/bin/ksh
    224116 -r-xr-xr-x   3 root       200948 Mar  2  2001 /bin/ksh*
    224116 -r-xr-xr-x   3 root       200948 Mar  2  2001 /usr/bin/ksh*
    324267 lrwxrwxrwx   1 root           13 Oct 25 08:13 /usr/xpg4/bin/sh -> ../../bin/ksh*


My recollection is that /bin/ksh / /usr/bin/ksh always exist, but
/usr/xpg4/bin/sh only exists if you install an optional package.



cgd