On Mon, Apr 18, 2016 at 07:42:57AM +0000, Emmanuel Dreyfus wrote: > /*ARGSUSED*/ > void * > dlopen(const char *name, int mode) > { > > return NULL; > } > > > That suggests we just need to set errno there. To what value? ENOEXEC? ENOSYS? EOPNOTSUPP? ENOTSUP? -- David A. Holland dholland%netbsd.org@localhost