Re: [Tomahawk-devs] Fedora Core 5 compile problems
Brought to you by:
bsmith1180,
dkolbly
From: Jeremiah B. <jer...@ac...> - 2006-04-28 02:01:26
|
Looks like you have not compiled libpcap sucessfully Are you getting any errors while compiling libpcap? See it can not find the compiled lib for pcap. gcc: ../libpcap/libpcap.a: No such file or directory It is also not meant for FC5, Redhat 8-9 works flawlesss with no effort. Jeremiah Brott Information Security Consultant Access 2 Networks Inc. 1445 Bonhill Road Unit 12 Mississauga, Ontario, L5T 1V3 http://www.access2networks.com -----Original Message----- From: Pauly Moref <ss...@ju...> To: tom...@li... Date: Thu, 27 Apr 2006 15:40:11 -0700 Subject: [Tomahawk-devs] Fedora Core 5 compile problems > I can't for the life of me figure out whats breaking this. > On Fedora Core 5 clean install with all the devtools > > > [root@localhost tomahawk1.0]# make > rm -f tomahawk > gcc -O2 -pipe -Wall -funroll-loops -fomit-frame-pointer -DNDEBUG > -DHAVE_CONFIG_H -I../Libnet/include -I../libpcap > `../Libnet/libnet-config --defines` -o tomahawk tomahawk.c eventloop.c > packetutil.c alloc.c -lnsl ../libpcap/libpcap.a > gcc: ../libpcap/libpcap.a: No such file or directory > tomahawk.c:119: error: static declaration of âhandlerListâ follows > non-static declaration > packetutil.h:134: error: previous declaration of âhandlerListâ was here > tomahawk.c: In function âSendPacketsâ: > tomahawk.c:1437: warning: pointer targets in passing argument 2 of > âWriteInterfaceâ differ in signedness > tomahawk.c:1439: warning: pointer targets in passing argument 2 of > âWriteInterfaceâ differ in signedness > eventloop.c: In function âHostToAddrâ: > eventloop.c:678: warning: dereferencing type-punned pointer will break > strict-aliasing rules > eventloop.c: In function âAcceptConnectionâ: > eventloop.c:900: warning: pointer targets in passing argument 3 of > âacceptâ differ in signedness > make: *** [tomahawk] Error 1 > [root@localhost tomahawk1.0]# ls .. > Desktop Libnet libnet-1.0.2a.tar.gz libpcap libpcap-0.8.1.tar.gz > tomahawk1.0 tomahawk1.0.tar.gz > > > > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, > security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=12164 > 2 > _______________________________________________ > Tomahawk-devs mailing list > Tom...@li... > https://lists.sourceforge.net/lists/listinfo/tomahawk-devs > |