From 6ffba28b021d4e71a95479be8e0176216f52facd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20B=C3=B6ger?= Date: Mon, 24 May 2021 22:30:37 +0100 Subject: [PATCH] use SEXP_USE_STATIC_LIBS_NO_INCLUDE for static build --- doc/chibi.scrbl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/chibi.scrbl b/doc/chibi.scrbl index 5f6eef71..8865d4a3 100755 --- a/doc/chibi.scrbl +++ b/doc/chibi.scrbl @@ -79,7 +79,8 @@ or edited manually. Be sure to run this with a non-static chibi-scheme. Then you can make the static executable with: \command{ -make -B chibi-scheme-static SEXP_USE_DL=0 CPPFLAGS=-DSEXP_USE_STATIC_LIBS +make -B chibi-scheme-static SEXP_USE_DL=0 \ + CPPFLAGS="-DSEXP_USE_STATIC_LIBS -DSEXP_USE_STATIC_LIBS_NO_INCLUDE=0" } By default files are installed in /usr/local. You can optionally