Hi lopho, On 05/10/15 16:37, [email protected] wrote: > Built racket 6.2.1 from source > (http://mirror.racket-lang.org/installers/6.2.1/racket-6.2.1-src.tgz) > with ```--enable-shared --prefix=/usr/local``` > Compiling fluxus without ```STATIC_MODULES=1``` works fine. > > With ```STATIC_MODULES=1``` the build fails. I am very much a beginner > in racket build environments etc, so I am lost at what I could do to > resolve this problem.
I'll have a look - I can't remember exactly what STATIC_MODULES does, but it's probably overkill as we probably only want to static link against libracket and include the library bytecode... V good plan though in regard to packaging, more soon... cheers, dave
