This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Headers needed


Hello.

I download GCC for Win (this is Unix C compiler for Win95) and try to 
compile some programms in *.c . But gcc say me, that he cannot compile it 
(he need for some headers (*.h files)). I open this program and saw this 
section:
-----
#include <bstring.h>   /* needed for Irix */
#include <errno.h> 
#include <stdio.h>
#include <stdlib.h> 
#include <string.h> 
#include <signal.h>
#include <fcntl.h>
#include <sys/syscall.h>
#include <sys/socket.h>
#include <sys/types.h> 
#include <sys/param.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/wait.h> 
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
#include <netinet/ip_tcp.h>
#include <netinet/ip_icmp.h>
#include <netinet/tcp.h>
#include <netinet/ip_udp.h>
#include <netinet/udp.h>
#include <netinet/protocols.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdarg.h>
#include <unistd.h>
#include <pwd.h>
----
But all of this files absent in gcc distributive! Maybe, somebody can send 
me it files? I don't want download it (I pay for traffic). Sorry for my 
English, i think, i am not good englishmen :).

Best regards, Maxim <4maxim@mail.lv>





--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]