This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

gcc 2.95, DHCP from ISC, AIX 4.3.2, part II


Hi,

is there anyone uses gcc to compile DHCP-server from ISC on AIX? Starting
compiling produces errors.

TIA,
Martin


*****************************************************************

# make
Making all in common
        cc -Daix -g  -I.. -I../includes  -c raw.c
In file included from ../includes/dhcpd.h:48,
                 from raw.c:60:
/usr/include/arpa/inet.h:152: warning: `struct ether_addr' declared inside
param
eter list
/usr/include/arpa/inet.h:152: warning: its scope is only this definition
or decl
aration, which is probably not what you want.
/usr/include/arpa/inet.h:153: warning: `struct ether_addr' declared inside
param
eter list
/usr/include/arpa/inet.h:154: warning: `struct ether_addr' declared inside
param
eter list
/usr/include/arpa/inet.h:159: warning: `struct sockaddr_dl' declared
inside para
meter list
/usr/include/arpa/inet.h:160: warning: `struct sockaddr_dl' declared i
.
.
.
Stop



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