delorie.com/archives/browse.cgi | search |
Message-ID: | <3DEB1D8B.6040308@earthlink.net> |
From: | Martin Ambuhl <mambuhl AT earthlink DOT net> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.1) Gecko/20020823 Netscape/7.0 |
X-Accept-Language: | en-us, en, de, fr, ru, el, zh |
MIME-Version: | 1.0 |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Question about libraries ?? |
References: | <000801c2993e$fb781c10$0100a8c0 AT mmtfx> |
Lines: | 25 |
Date: | Mon, 02 Dec 2002 08:45:16 GMT |
NNTP-Posting-Host: | 67.210.12.177 |
X-Complaints-To: | abuse AT earthlink DOT net |
X-Trace: | newsread2.prod.itd.earthlink.net 1038818716 67.210.12.177 (Mon, 02 Dec 2002 00:45:16 PST) |
NNTP-Posting-Date: | Mon, 02 Dec 2002 00:45:16 PST |
Organization: | EarthLink Inc. -- http://www.EarthLink.net |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
Marcin Mikuszewski wrote: > Hello!! > Is there any place I can find libraries like: sem.h, ipc.h, types.h, > shm.h ?? There are headers, not libraries. > Which file should I download to have these libraries ?? This kind of functionality is mostly without meaning for djgpp, since the target environment doesn't support multiple processes. Your compiler libraries would normally have them in an enviroment where they made sense (e.g. unix & variants). Note that if you have them, the headers would be, for example, <sys/sem.h>, <sys/types.h>, <sys/ipc.h>. Get a Linux libc package if you want them, but don't expect anything useful in the context where djgpp applies. > Thank You for answer. > > Marcin Mikuszewski > ---------------------------------------------------------------------- > Do kina czy na FILM? >>> http://link.interia.pl/f169e >
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |