Message-ID: <927ED73001F73000@c2gate.tcom.co.uk> Date: Thu, 23 Jan 1997 9:41:00 +0000 From: Robin Crampton Sender: Robin Crampton Organization: * To: djgpp AT delorie DOT com (djgpp AT delorie DOT com) Subject: RE: getopt_long lost? MIME-Version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-disposition: inline Content-transfer-encoding: 7bit You'll need to pull getopt.h getopt.c and getopt1.c from the GNU C library. ---------- From: Indrek Mandre Sent: 22 January 1997 23:53 To: ROBINC; 'DJGPP AT SMTP ' Subject: getopt_long lost? Hi! 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? Pure getopt is and seems to work perfectly. /* Indrek Mandre indrek AT warp DOT edu DOT ee */