[erlang-patches] [PATCH] make os_mon compile on NetBSD 4.0

Björn-Egil Dahlberg egil@REDACTED
Wed Aug 20 12:19:16 CEST 2008


Hi Raphael,

os_mon is not supported for NetBSD nor is it prioritized at the moment.

Regarding compiling error. I have compiled r12b-3 on NetBSD 3.0 and 
there was no errors. I do not have any 4.0 machines available so i 
cannot reproduce this build error.

Regards,
Björn-Egil
Erlang/OTP

Raphael Langerhorst wrote:
> Hi all,
> 
> I just registered to this list (and to -questions), so hello everyone.
> 
> Today I compiled R12B-3 from source on NetBSD/evbarm 4.0
> 
> Attached a patch is not complete, but shows where to find the vmparam.h file. The location is architecture dependend, so there need to be a check in configure, or makefile or wherever (I haven't looked that far into things).
> 
> The rule for the include file is as follows:
> 
> use "uname -m" to detect the architecture and use the output for the include path:
> 
> #include <__arch__/vmparam.h>
> 
> where __arch__ is the output of uname -m.
> 
> This was the only error that occured while compiling R12B-3 on NetBSD 4.0 (no extra options to configure).
> 
> Best Regards,
> Raphael
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-patches




More information about the erlang-patches mailing list