Liste des Groupes | Revenir à cl c |
Bart <bc@freeuk.com> writes:So, if I install 5 distinct C compilers on Linux, will they each come with their own stdio.h, or will they use the common one in /usr/include?On 24/11/2024 21:45, Keith Thompson wrote:Actually, no. The OS provides the dynamic linker and some os-specific>A more useful installation would of course need more standard headers,>
an assembler, linker, and whatever .a files are needed to provide the
standard library.
Sure, those are all part of a C implementation, though they're not part
of gcc.
>
This seems to be a thing with Linux, where a big chunk of a C
implementation is provided by the OS.
header files. Pretty much everything else comes from various
third-party packages.
>None of those come from the OS.
That is, standard headers, libraries, possibly even 'as' and 'ld'
utilities.
Les messages affichés proviennent d'usenet.