Erlang/OTP R11B has been released

Yerl yerl@REDACTED
Thu May 18 00:15:16 CEST 2006


Hi!
It seems that SAE can't be built at all with this new release.
With versions <= R10-10 , the below patch works perfectly.
Any idea ?

Best Regards,
Younès

--- otp_src_R10B-6/erts/emulator/Makefile.in    2005-05-10 
17:08:05.000000000 +0200
+++ otp_src_R10B-6/erts/emulator/Makefile.in-new    2005-05-12 
00:31:09.257486016 +0200
@@ -213,7 +213,7 @@
 UNIX_ONLY_BUILDS =
 endif
 
-all: generate erts_lib zlib $(BINDIR)/$(EMULATOR_EXECUTABLE) 
$(UNIX_ONLY_BUILDS)
+all: generate erts_lib zlib $(BINDIR)/$(EMULATOR_EXECUTABLE) 
$(BINDIR)/$(EMULATOR_EXECUTABLE_SAE) $(UNIX_ONLY_BUILDS)




More information about the erlang-questions mailing list