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 <[EMAIL PROTECTED]>





--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]

Reply via email to