http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291
--- Comment #3 from Peter <pva@xxxxxxxxxx> 2008-03-19 20:36:18 GMT ---
Oh, seems that above is the new error and means that libwireshark.so was not
linked with libgmodule-2.0. After I relink that library here is the old error
like in comment #0:
i686-pc-linux-gnu-gcc "-D_U_=__attribute__((unused))" -O2 -mtune=pentium-m
-fomit-frame-pointer -mcpu=pentium-m -pipe -Wall -W
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -Wno-pointer-sign
-I/usr/local/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/libpng12 -Wl,--as-needed -o .libs/randpkt randpkt.o
-Wl,--export-dynamic -L/usr/local/lib wiretap/.libs/libwiretap.so
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -lm -lpcap -lz
wiretap/.libs/libwiretap.so: undefined reference to `g_free'
wiretap/.libs/libwiretap.so: undefined reference to `g_memdup'
wiretap/.libs/libwiretap.so: undefined reference to `g_direct_equal'
[and so on]
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.