Subject: Re: Linux compat doing ELF???
To: Mark Willey <willey@hillres155.cc.purdue.edu>
From: Frank van der Linden <frank@fwi.uva.nl>
List: port-i386
Date: 01/12/1996 10:00:13
Quoting Mark Willey,

> Hi.  I'm trying to install Matlab (a popular math program) for Linux on my
> NetBSD box.  Unfortunately, it dies with a "Bad system call" message.

This executable is very probably linked with a recent Linux C-library,
which contains some system calls that were only recently added to Linux.
NetBSD-1.1 does not have them yet; -current does however.

If you incorporate the changes I made december 18th, it should run fine.
If it doesn't, bug me about it :-)

- Frank