Re: /bin/ksh not found
From: Valentin Nechayev (netch@segfault.kiev.ua)
Date: 04/24/03
- Next message: Savio Sena: "Re: /bin/ksh not found"
- Previous message: Savio Sena: "Re: /bin/ksh not found"
- In reply to: Randal L. Schwartz: "Re: /bin/ksh not found"
- Next in thread: Savio Sena: "Re: /bin/ksh not found"
- Reply: Savio Sena: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Valentin Nechayev <netch@segfault.kiev.ua> Date: Thu, 24 Apr 2003 12:52:27 +0300
>>> Randal L. Schwartz wrote:
Valentin>> There is *NO* OS called "Linux".
RLS> If you're talking about RMS and his request to add 3 letters and a
RLS> slash in front of Linux,
No.
RLS> allow me to reply.
RLS> The day I go to www.redhat.com (by far the biggest shipper of Linux
RLS> these days) and it says something other than just "Linux", I'll
RLS> be happy to change my mind.
RLS> But until then, it's still Linux.
It's not Linux. Linux is bare kernel got from ftp.kernel.org or its mirror.
"Bare" means that it even doesn't contain kernel-specific tools, such as
modutils; it is unsuitable for any practice usage by itself.
Real OS is a distribution which has another name (e.g. `RedHat Linux').
Even kernel in it isn't usually bare kernel from kernel.org; especially
RedHat applies tons of patches to it, because kernel from kernel.org isn't
usable (don't flame on this here, please), changes kernel interface (adds
syscalls, etc.). And distributions are too different in many details,
not only in flat version of used software, but also in central
approach, which results in quite different building results for them
and different working. Different Linux-based OSes can't be the same OS;
binaries are generally unportable between them.
More closed to topic of the newsgroup, let's consider build tools which
names "build target" for build process. E.g. Exim and sendmail use per-target
object directory in the shared source tree or near it. If the same object
directory will be used, e.g., for RedHat 6.2 and RedHat 9.0, or for
RedHat and Debian, this will lead only to mixing of incompatible data.
The same for autotools: target i386-unknown-linux is too common to be
applicable to select building.
-netch-
- Next message: Savio Sena: "Re: /bin/ksh not found"
- Previous message: Savio Sena: "Re: /bin/ksh not found"
- In reply to: Randal L. Schwartz: "Re: /bin/ksh not found"
- Next in thread: Savio Sena: "Re: /bin/ksh not found"
- Reply: Savio Sena: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|