guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Platform-independence of .go-files & cross-compiling with Guile


From: Marc Nieper-Wißkirchen
Subject: Platform-independence of .go-files & cross-compiling with Guile
Date: Thu, 10 Jan 2019 14:28:57 +0100

Is the object file format used by Guile's .go-files
platform-independent, i.e. can I use a .go-file that was compiled on
one machine on another machine running a compatible version of Guile?

If this is not the case, is it possible to do cross-compilation with
Guile, i.e. to use guild to compile a Scheme source file on one
machine into a .go-file to be used on a different one? This would be
needed if one wants to support Guile projects where the build system
is not necessarily the same as the host system.

-- Marc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]