7 Cze
2005
7 Cze
'05
09:49
A.L.E.C napisał(a):
A.L.E.C wrote:
Grzegorz Stanislawski wrote:
-#if __GLIBC__ >= 2 && __GLIBC_MINOR__ > 3 +#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 3
dodam, że jak zrobię tak:
#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 3 // #include <net/if.h> // #include <netpacket/packet.h> #include <net/ethernet.h> /* the L2 protocols */
to się kompiluje, ale zdaje się, że na PLD to nie przechodzi (proszę o listing błędów). Może ktoś mi poda też co zwracają na PLD poniższe polecenia:
grep netdevice.h /usr/include/linux/if_arp.h grep if.h /usr/include/linux/netdevice.h
[root@tajfun root]# grep netdevice.h /usr/include/linux/if_arp.h [root@tajfun root]# grep if.h /usr/include/linux/netdevice.h #include <linux/if.h>