On Dec 1, 2008, at 3:23 PM, Ken Hornstein wrote:
Has anyone tried cross-building NetBSD on MacOS X recently?
Yes, but being lazy I just added this to my build scripts: if [ `uname` = "Darwin" ]; then MKLINT=no export MKLINT fi Crossbuilding NetBSD/sparc on my G5 worked fine with this. have fun Michael