Date: Sun, 21 Jan 2001 07:55:48 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dietmar Segbert cc: djgpp AT delorie DOT com Subject: Re: GCC and POLL.H In-Reply-To: <7u69zIfrJVB@0256597511.t-online.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 Jan 2001, Dietmar Segbert wrote: > i want to compile a little linux-program, that i want to use to get the > digitalphotos out of my hp photosmart c200 camera onto my harddisk. > The program uses the poll.h library. Does it give a version of poll.h for > DOS? poll.h is needed for the function `poll'. DJGPP doesn't have this function in its library. If this program supports an alternative method of polling I/O with the `select' function, you should build the program with that method, because `select' is provided in the DJGPP library.