Sujet : Re: Open Source does mean easily re-compile-able
De : janis_papanagnou+ng (at) *nospam* hotmail.com (Janis Papanagnou)
Groupes : comp.unix.programmerDate : 28. Dec 2024, 19:40:46
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vkpgnf$fdj8$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
On 28.12.2024 03:07, Lawrence D'Oliveiro wrote:
On Sat, 28 Dec 2024 00:44:10 +0100, Janis Papanagnou wrote:
On 28.12.2024 00:22, Kalevi Kolttonen wrote:
>
Compiling Thunderbird should be very easy indeed when we use Linux
distro's package management.
>
You expect _users_ of tools to use a _development_ environment to fix
*inherent* shortcomings of a tool?
On Linux, there is no “development environment” versus “user environment”.
The same packaging tools work with both source code and built binaries.
You think it's normal that on a Linux installation where, say, no 'cc'
(as prominent example of a development tool) is installed the package
manager would first install ALL the necessary compilers and scripting
languages just to create a binary (as opposed to just installing the
binary)? - I'm not sure I understood what you were saying or aiming at
especially in context of what I had been saying.
For the Unix systems I worked with (commercial Unixes, Cygwin, Linux)
there was no development environment guaranteed to be in the default
installation.
Janis