Subject: Re: tnftp build fails on MacOS X 10.3.9 (bootstrap)
To: Todd Vierling <tv@duh.org>
From: Amitai Schlair <schmonz@schmonz.com>
List: tech-pkg
Date: 06/11/2005 06:24:36
Todd Vierling wrote:

> On Fri, 10 Jun 2005, John D. Baker wrote:
> 
> > While MacOS X has dirname(3), it does not have libgen.dylib.  Instead
> > dirname(3) is found in libSystem.dylib.  The header file <libgen.h>
> > is still used, though, which leads to the conflict with tnftp.h
> 
> Unfortunately, this does not search the library System.  I think "-framework
> System" is what's needed, right?

I'm not at my Mac OS X system, but IIRC, libSystem is much like
libc. You shouldn't have to do anything special to link with it.

- Amitai