The description of the GNU getopt package ('fink desc libgnugetopt') tells
you what you have to do to enable use of that library:
Use with -lgnugetopt for linking and gnugetopt/getopt.h for include.
Assuming whatever you're porting respects the usual variables, you
can either add:
SetCPPFLA
Hi Stephane!
On Wed, 12 Mar 2003, Stephane Letz wrote:
> I'm porting a software that need the getopt_long function.
>
> I installed the Fink gengetopt package but it seems that this package does
> not provide a library for the needed function.
>
This might not be what you want, however, I worke
I'm porting a software that need the getopt_long function.
I installed the Fink gengetopt package but it seems that this package does
not provide a library for the needed function.
I had to add the getopt.c and getopt1.c in my Project Builder project and
it worked OK.
But i a try to use the port