Subject: Re: corss-building on osx
To: None <current-users@NetBSD.org>
From: Ken Hornstein <kenh@cmf.nrl.navy.mil>
List: current-users
Date: 01/27/2006 13:22:01
> We would like to be able to cross-build on "case preserving/case insensitive"
> filesystems, so if you find problems, please send-pr.

The big problem I ran into was that in libc there is both an _exit.c and
an _Exit.c.  Second problem was that the CVS source files ended up in
the CVS directory ... although that didn't actually seem to affect
anything at first glance.

I guess the first problem is fixable (but I wasn't in the mood to hear
endless debates about how to fix it).  Not sure what to do about the
second one, or even if it's a problem.  I know, I know ... I should
send-pr, but I hate sending in pr's without including a fix.

--Ken