Building R8B-1 on OpenBSD 3.1
Steve Elkins
sgelkins@REDACTED
Tue Jul 16 01:49:39 CEST 2002
dne@REDACTED (Daniel Néri) writes:
> Steve Elkins <sgelkins@REDACTED> writes:
> > And what does the change do anyway?
>
> I suppose it includes the correct include file, instead of an old one
> that shouldn't exist anymore. ;-)
;-) But what's the difference between R8B-0 and R8B-1?
> >How can I find out if compiling it produces something that runs?
>
> Something like:
>
> application:start(sasl).
> application:start(os_mon).
> memsup:get_system_memory_data().
sge:33$ erl
...
3> memsup:get_system_memory_data().
[{system_total_memory,258584576},
{free_memory,114364416},
{total_memory,258584576}]
4>
Looks ok to me.
Thanks,
Steve
More information about the erlang-questions
mailing list