http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1185
Summary: cross compilation fails
Product: Wireshark
Version: 0.99.3
Platform: All
OS/Version: Linux
Status: NEW
Severity: Major
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: r.schwebel@xxxxxxxxxxxxxx
CC: r.schwebel@xxxxxxxxxxxxxx
Build Information:
./configure --prefix=/usr --sysconfdir=/etc --build=i686-host-linux-gnu
--host=arm-v4t-linux-gnueabi --disable-dependency-tracking --disable-usr-local
--disable-threads --disable-profile-build --disable-gtktest --disable-glibtest
--disable-editcap --disable-mergecap --disable-text2pcap --disable-idl2eth
--disable-dftest --disable-randpkt
--with-pcap=/home/jbe/work/Software/bsp/pengutronix/OSELAS.BSP-Pengutronix-AllYesArm-trunk/build-target/libpcap-0.9.5
--with-libgnutls-prefix="/home/jbe/work/Software/bsp/pengutronix/OSELAS.BSP-Pengutronix-AllYesArm-trunk/local"
--enable-tshark --disable-wireshark --disable-ipv6
--
When trying to cross compile (host != build), the wireshark makefiles try to
run programs built with the host compiler (arm in this case) on the build
machine (i686 here). The attached patch fixes these problems, using the
standard autotools method, CC_FOR_BUILD.
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.