| www.delorie.com/djgpp/mail-archives/browse.cgi | search |
| Date: | Sun, 21 Jan 2001 07:55:48 +0200 (IST) |
| From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
| X-Sender: | eliz AT is |
| To: | Dietmar Segbert <Dietmar DOT Segbert AT T-ONLINE DOT de> |
| cc: | djgpp AT delorie DOT com |
| Subject: | Re: GCC and POLL.H |
| In-Reply-To: | <7u69zIfrJVB@0256597511.t-online.de> |
| Message-ID: | <Pine.SUN.3.91.1010121075403.13920A@is> |
| MIME-Version: | 1.0 |
| 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 |
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.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |