Cross compiler for Linux
Eduardo Costa <[email protected]> Sat, 7 Dec 2019 14:14:26 -0300
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <CAKxnX2+8dpoaMXWSoDU6WPRYUzdrOuqaf+Kc93QHLnywUgwS7A@mail.gmail.com> |
I maintain a few Internet dynamic pages that run on Scheme, mostly in Racket. I would like to use Bigloo instead of Racket, since the runtime is much smaller. The server works on Cent OS Linux. I develop the programs on a Macintosh with the Catalina OSX. Therefore, I need a cross compiler for Bigloo on MacOSx to Linux. The documentation explains how to build such a compiler, but I keep failing in follow the instructions. I wonder whether somebody could give me the exact steps. By the way, I already installed the x86_64-linux-musl-gcc and it is already working with other languages, such as femtolisp and Nim. Thank you for the help.