bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

netinet/ip.h: present but cannot be compiled


From: 박형철
Subject: netinet/ip.h: present but cannot be compiled
Date: Thu, 7 Aug 2003 11:15:05 +0900

Can you help me ?
 
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/in_systm.h usability... yes
checking netinet/in_systm.h presence... yes
checking for netinet/in_systm.h... yes
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden. ##
configure: WARNING:     ## ------------------------------------ ##
checking for netinet/ip.h... yes
checking netinet/tcp.h usability... yes
 
 
@sample.c
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
#include <netinet/ip.h>
 
gcc -c sample.c  => OK
 

====================================================
박형철(address@hidden)/CISSP
대우정보시스템(http://www.daewoobrenic.com) 조선SM
h.p   : 016-653-2455
Phone : +82-55-680-5723
Fax   : +82-55-680-2137
=====================================================
The information contained in this transmission,
which may be confidential and proprietary,
is only for the intended recipients.
Unauthorized use is strictly prohibited.
If you receive this transmission in error,
please notify me immediately by telephone or electronic mail
and confirm that you deleted this transmission
and the reply from your electronic mail system.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]