vyzo
vyzo
this is strange, it doesn't happen for me!
But we can probably add a `force-output` after each build.
we should probably add to the installation documentation, if it's not already there.
probably some casting needed, which is a known problem with c++ compilers.
Care for a patch?
We are almost there with static binary compilation. If your gambit is compiled without shared library support (`--disable-shared`), then the generated binary has no shared library dependencies other than the...
Gerbil itself cannot be built without dynamic loading, the interpreter won't work. But it can generate fully static binaries which can be free standing.
Use a single `-cc-opts` with all the arguments collated.
You probably have to export `LD_LIBRARY_PATH` to point to the right version of openssl. Are you building from source or are you using the brew installation?
Ah, I noticed on irc the complete log: ``` *** ERROR IN load-module -- dlopen(/Users/pablore/gerbil/lib/std/crypto/libcrypto.o1, 2): Symbol not found: _DH_get_1024_160 ``` this should be present in openssl 1.0.2. If the...