well chances are pretty high that your not going to get it working on netbsd, unless you have a lot of time to spend.
I am really the only person here running it on freebsd, and theres a reason for that. I try to keep the 'makefile.bsd' files up to date in CVS, so once you have your build environment set up, those will help a lot.
the BSD issue all boils down to you have to use the linuxthreads library, not native pthreads. This means you have to link any threaded libraries when emu links against, against linux threads as well. Specifically you have to build mysql with linuxthreads. There are prolly other issues, but thats the #1.
|