On Thursday, April 2, 2020 at 10:24:58 AM UTC-4, Matthew Flatt wrote: > > > I'm not sure how well statically linking to the C library will work. I > get several linker warnings like this one: > > warning: Using 'getgrgid' in statically linked applications requires > at runtime the shared libraries from the glibc version used for linking > > For this reason and others, I'm surprised that other language > implementations statically link to the C library, but it's difficult to > keep track. > > I've never used rust, but a quick google search seems to indicate that it doesn't statically link glibc. Instead it uses musl libc for static linking. Glibc is not designed to support statically linking, but Racket might could support it if it were musl compatible(I have no idea whether Racket actually supports musl or not.)
-- Jonathan -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/61774c0a-8309-42db-ae7d-59d2d67c5f0e%40googlegroups.com.