delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
X-Authenticated: | #27081556 |
From: | Juan Manuel Guerrero <juan DOT guerrero AT gmx DOT de> |
To: | djgpp-workers AT delorie DOT com |
Subject: | getopt.h |
Date: | Wed, 31 May 2006 20:12:15 +0200 |
User-Agent: | KMail/1.8.2 |
MIME-Version: | 1.0 |
Message-Id: | <200605312012.15381.juan.guerrero@gmx.de> |
X-Y-GMX-Trusted: | 0 |
Reply-To: | djgpp-workers AT delorie DOT com |
I am trying to port certain library to djgpp. The configure script searches for getopt(). This is done first by looking for the header getopt.h later by explicitly compiling a test program to detect if the getopt() functions works as expected. Very unfortunatly neither 2.03 nor 2.04 offers such a header. This header only needs to be a wraper that calls unistd.h. It should be clear that without such a header, the getopt() function of djgpp becomes almost superfluos because it is never detected by todays configure scripts. I will not propose any such header and leave this task to someone else if the idea of supplying such a header is accepted. Regards, Juan M. Guerrero
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |