Date: Thu, 23 Jan 1997 09:01:54 +0200 (IST) From: Eli Zaretskii To: Indrek Mandre cc: djgpp AT delorie DOT com Subject: Re: getopt_long lost? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 22 Jan 1997, Indrek Mandre wrote: > I was porting some days ago one gnu tool from linux to djgpp and I ran > in trouble with funcsion getopt_long, I didn't find it in djgpp. > Is it supposed to be so? Do I have to get it from some linux > libc source? Any comments? `getopt_long' is a GNU function, you can only find it in the source distribution of the GNU packages. Since the DJGPP library is absolutely free, it cannot include any GNU code (which is under LGPL), but you can certainly pull the source of that function to compile a program for your own purposes. Download ny source distribution from v2gnu directory and look for files called getopt*.[ch].