Hi, I think I've got V8 mostly ported to MINIX, but I've got some odd problems.
First, MINIX doesn't have "gmtoff" in <times.h>, so I'm trying to find a solution to that. I've tried several things, such as getting the difference between "localtime" and "gmtime," but they haven't seemed to work. Second, MINIX implements System V semaphores rather than POSIX semaphores. It seems as though V8 assumes the semaphore implementation to be POSIX-based, so it looks like a wrapper of some kind is needed. Unfortunately, I'm not sure how to do that. I'm not really sure what to do about these problems. Thank you, pikpik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
