:: Re: [DNG] NVMe: was Simple install …
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: dng
Subject: Re: [DNG] NVMe: was Simple install of devuan daedalus fails
Le 16/02/2026 à 13:48, Kevin Chadwick via Dng a écrit :
>> Unless the Rust developers have changed their minds,I believe
>> Rust does not believe in shared libraries and everything is
>> statically linke. Hence the bulk.
> I believe the Gnat Ada compiler does the same but you can pass it an option to
> make small binaries.


    I think both compilers link statically with their own runtime
libraries, but dynamically with the C runtime. Because it is extremely
difficult to statically link against glibc -- this a design choice of
glibc. And, whatever the language, it interfaces with the kernel through
the C runtime.

--     Didier