Thanks. There's not much more information, but at least it stops at the first error on finding libdl. as I searched for the solution on google, it seems that NetBSD does not have libdl, but these functionality is implemented in libc. you can remove line 185: ["dl", "stdio.h"], from the main SConstruct file for now and this should be fixed. on a long term solution we should check if libdl exists and don't link against it unconditionally.
let me know if this helps or any more errors show up. Gabor
