Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: [Wireshark-users] Cross compilation problem again

From: "Daniele Brevi" <danibrevi@xxxxxxxxx>
Date: Tue, 6 Feb 2007 14:01:35 +0100
Hi to all,

I'm still trying to cross-compile tshark :-(
Running make I obtain the following error:

mipsel-linux-uclibc/bin/ld: cannot find -lgmodule-2.0

I'm not a linux expert but probably my mips gcc does not know glib 2.0

So I try run .configure with the --disable-gtk2 option, but it says to me

checking whether %llx can be used to format 64-bit integers... configure:
error: cannot run test program while cross compiling
See `config.log' for more details.
configure: error: /bin/sh './configure' failed for wiretap

I try to read configure file but it seems that (see line 22952) if I'm cross
compiling I can't pass this point sigh :-(

Some ideas about this?

Thank you very much and good work

Daniele