Maxim Cournoyer schreef op ma 07-03-2022 om 23:38 [-0500]: > +              ;; The custom configure script doesn't make cross-compilation > +              ;; adjustments itself, so manually set the archiver, compiler > +              ;; and linker.  Even then, it is still broken and doesn't > +              ;; actually build any binary (see: > +              ;; https://github.com/concurrencykit/ck/issues/191). Since cross-compilation is currently broken, I think it would be acceptable to not attempt it in Guix, though I would like a nice comment and error instead of silently producing the wrong binaries: (when target ;; See ;; and . (error "ck is currently not cross-compilable")) Greetings, Maxime.