On Thu, 2 Apr 2020 06:28:00 -0700 (PDT), Tristram Oaten
<trist...@oaten.name> wrote:

>My use case is trying to get binaries into a container for deployment.
>
>I've compiled it on ubuntu 19:10, and am running into this problem on 
>ubuntu:latest (18.04), due to the different versions of libc.
>If I run on ubuntu:19.10, it works as expected, but that's too brittle for 
>my liking.
>
>I'm keen find a way to statically-link libc, in the way that gcc, rust, go 
>etc can do it. 

Is there a reason that you can't put the (actually linked) C library
into the container with the application?

George

-- 
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/dtrb8fdi23tr5u0f6inj45tnfe5m1fs8vv%404ax.com.

Reply via email to