Hi,<br><br>I passed the host-gcc problem by using "python2.5 setup.py build" and by following:<br><a class="ext-link" href="http://maemogeek.blogspot.com/2007/11/installing-qemu-arm-eabi-patch-into.html"><span class="icon">http://maemogeek.blogspot.com/2007/11/installing-qemu-arm-eabi-patch-into.html</span></a><br>
<br>But even after I did apt-get install libpcap0.8 and even though /usr/lib contains libpcap.so<br>I get the following error that the library is not found. /usr/lib is specified in the library path.<br><br>Any ideas??? Thank you.<br>
<br>g++ -pthread -shared build/temp.linux-armv5tel-2.5/pcapdumper.o build/temp.linux-armv5tel-2.5/bpfobj.o build/temp.linux-armv5tel-2.5/pcapy.o build/temp.linux-armv5tel-2.5/pcapobj.o build/temp.linux-armv5tel-2.5/pcap_pkthdr.o -L/lib -L/usr/lib -L/usr/lib/python2.5 -L/usr/lib -lpcap -lpython2.5 -o build/lib.linux-armv5tel-2.5/pcapy.so<br>
/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/../lib/gcc/arm-none-linux-gnueabi/3.4.4/../../../../arm-none-linux-gnueabi/bin/ld: cannot find -lpcap<br>collect2: ld returned 1 exit status<br>error: command 'g++' failed with exit status 1<br>
<br>-kwan<br><br clear="all"><br>-- <br><a href="http://www.media.mit.edu/~kwan/info.html">http://www.media.mit.edu/~kwan/info.html</a>