MorphOS Developer
Posts: 585 from 2003/4/11
From: Germany
Quote:
ruthan schrieb:
I face the same problem, SDK seems huge, is the way how to get this one utility and copy it somewhere.
Its same with wget and others i dont understand they are not part of vanilla instalation, there some much less useful items bundled.
Usefulness is always in the eye of the beholder.
sed and wget are part of the GNU toolchain and so called ixemul executables from a MorphOS perspective which are mostly used for SDK components only, we don't plan to add them to the standard installation unless they are built with the more system friendly/integrated libnix runtime code (which is not possible in some cases).
ixemul executables don't use OS API functions directly but they are all using ixemul.library as some POSIX translation layer which glues them to the OS layer in the end. That is why most if not all of them are pure shell executables basically.