A. Don't compile it as 64-bit code, compile it as 32-bit code. The time stamps "bufmod" hands up are 32-bit time stamps, but, in 64-bit mode, "struct timeval" is 64-bit, so the assignment won't work.
pulled down gcc v2.95 and compiled fine. thank you guy. original post: on sol8 i've installed gcc v3.0.3 (64 bit), binutils, and make. when i try to make libpcap v0.6.2 or 0.7.1, i get: > ... > > > pcap-dlpi.c:226: incompatible types in assignment > > ... > > > any help!? __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com - This is the TCPDUMP workers list. It is archived at http://www.tcpdump.org/lists/workers/index.html To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe
