Discussion:
[Sbcl-devel] MacOS X build failure for the 32 bit version
Bruce O'Neel
2016-09-20 19:02:52 UTC
Permalink
Hi,

This patch seems necessary:

Pt:sbcl edoneel$ git diff
diff --git a/src/runtime/Config.x86-darwin b/src/runtime/Config.x86-darwin
index b600536..0750d25 100644
--- a/src/runtime/Config.x86-darwin
+++ b/src/runtime/Config.x86-darwin
@@ -35,7 +35,7 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
   OS_LIBS += -lz
 endif
 ifndef LISP_FEATURE_SB_DYNAMIC_CORE
-  LINKFLAGS=-Wl,-no_pie
+  LINKFLAGS+=-Wl,-no_pie
 endif
 
 ASSEM_SRC = x86-assem.S ldso-stubs.S
Pt:sbcl edoneel$


I set

export SBCL_ARCH=x86
export SBCL_MACOSX_VERSION_MIN=10.12

Thanks very much for the 64 bit build fix!

cheers

bruce
Stas Boukarev
2016-09-20 19:56:55 UTC
Permalink
Fixed, thanks.
Post by Bruce O'Neel
Hi,
Pt:sbcl edoneel$ git diff
diff --git a/src/runtime/Config.x86-darwin b/src/runtime/Config.x86-darwin
index b600536..0750d25 100644
--- a/src/runtime/Config.x86-darwin
+++ b/src/runtime/Config.x86-darwin
@@ -35,7 +35,7 @@ ifdef LISP_FEATURE_SB_CORE_COMPRESSION
OS_LIBS += -lz
endif
ifndef LISP_FEATURE_SB_DYNAMIC_CORE
- LINKFLAGS=-Wl,-no_pie
+ LINKFLAGS+=-Wl,-no_pie
endif
ASSEM_SRC = x86-assem.S ldso-stubs.S
Pt:sbcl edoneel$
I set
export SBCL_ARCH=x86
export SBCL_MACOSX_VERSION_MIN=10.12
Thanks very much for the 64 bit build fix!
cheers
bruce
------------------------------------------------------------------------------
_______________________________________________
Sbcl-devel mailing list
https://lists.sourceforge.net/lists/listinfo/sbcl-devel
--
With best regards, Stas.

------------------------------------------------------------------------------
Loading...