libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking with libtool & mingw


From: Robert Schwebel
Subject: Re: Linking with libtool & mingw
Date: Fri, 26 Oct 2007 08:52:10 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Thu, Oct 25, 2007 at 05:39:47PM -0700, Brian Dessent wrote:
> > Info: resolving _z_errmsg by linking to __imp__z_errmsg (auto-import)
>
> These are completely normal if you are porting software that does not
> explicitly dllimport symbols.  They are not errors.

I supposed so.

> There is not enough information to help you based only on the error.  We
> need to see the full link command, at least.  It would also be helpful
> to know what object or library contains the symbols that are listed as
> undefined.

Here's the full log of a failing session. If it is helpful, I can also
post a link to the full build script which makes it possible to
reproduce the problem.

----------8<----------
cd /some/path/build-target/wireshark-0.99.6 && 
PATH=/some/path/local-cross/bin:/some/path/local-cross/sbin:/some/path/local-host/bin:/some/path/local-host/sbin:$PATH
 AR=i586-mingw32msvc-ar AS=i586-mingw32msvc-as CXX=i586-mingw32msvc-g++ 
CC=i586-mingw32msvc-gcc CC_FOR_BUILD=gcc CPP_FOR_BUILD=gcc LINK_FOR_BUILD=gcc 
LD=i586-mingw32msvc-ld NM=i586-mingw32msvc-nm OBJCOPY=i586-mingw32msvc-objcopy 
OBJDUMP=i586-mingw32msvc-objdump RANLIB=i586-mingw32msvc-ranlib 
READELF=i586-mingw32msvc-readelf STRIP=i586-mingw32msvc-strip 
DLLTOOL=i586-mingw32msvc-dlltool  CPPFLAGS='-isystem 
/some/path/local/sysroot/i586-mingw32msvc/include -isystem 
/some/path/local/sysroot/i586-mingw32msvc/usr/include' 
LDFLAGS='-L/some/path/local/sysroot/i586-mingw32msvc/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib -Wl,-rpath-link 
-Wl,/some/path/local/sysroot/i586-mingw32msvc/usr/lib' CXXFLAGS='-isystem 
/some/path/local/sysroot/i586-mingw32msvc/include -isystem 
/some/path/local/sysroot/i586-mingw32msvc/usr/include' 
SYSROOT=/some/path/local/sysroot/i586-mingw32msvc 
PKG_CONFIG="/some/path/local-cross/bin/i586-mingw32msvc-pkg-config" 
ac_cv_sizeof_long_long=8 ac_cv_sizeof_long_double=8 ac_cv_func_getpgrp_void=yes 
ac_cv_func_setpgrp_void=yes ac_cv_func_memcmp_clean=yes 
ac_cv_func_setvbuf_reversed=no ac_cv_func_getrlimit=yes 
ac_cv_type_uintptr_t=yes ac_cv_func_posix_getpwuid_r=yes 
ac_cv_func_dcgettext=yes gt_cv_func_gettext_libintl=yes ac_cv_sysv_ipc=yes 
DESTDIR=/some/path/local/sysroot/i586-mingw32msvc  
ac_cv_path_LIBGNUTLS_CONFIG=no ac_cv_path_LIBGCRYPT_CONFIG='no' 
ac_cv_path_LIBGNUTLS_CONFIG='no' make -j1 
SYSROOT=/some/path/local/sysroot/i586-mingw32msvc
make[1]: Entering directory `/some/path/build-target/wireshark-0.99.6'
/usr/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
make  all-recursive
make[2]: Entering directory `/some/path/build-target/wireshark-0.99.6'
Making all in tools
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/tools'
Making all in lemon
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/tools/lemon'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/tools/lemon'
make[4]: Entering directory `/some/path/build-target/wireshark-0.99.6/tools'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/tools'
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/tools'
Making all in wiretap
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/wiretap'
make  all-am
make[4]: Entering directory `/some/path/build-target/wireshark-0.99.6/wiretap'
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/wiretap'
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/wiretap'
Making all in doc
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/doc'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/doc'
Making all in epan
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/epan'
Making all in crypt
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/epan/crypt'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/epan/crypt'
Making all in ftypes
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/epan/ftypes'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/epan/ftypes'
Making all in dfilter
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/epan/dfilter'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/epan/dfilter'
Making all in dissectors
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/epan/dissectors'
make  all-am
make[5]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/epan/dissectors'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/epan/dissectors'
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/epan/dissectors'
make[4]: Entering directory `/some/path/build-target/wireshark-0.99.6/epan'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/epan'
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/epan'
Making all in plugins
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/plugins'
Making all in can
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/plugins/can'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/plugins/can'
make[4]: Entering directory `/some/path/build-target/wireshark-0.99.6/plugins'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/plugins'
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/plugins'
Making all in packaging
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/packaging'
Making all in rpm
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm'
Making all in SPECS
make[5]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm/SPECS'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm/SPECS'
make[5]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm'
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/packaging/rpm'
Making all in svr4
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/packaging/svr4'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/packaging/svr4'
Making all in nsis
make[4]: Entering directory 
`/some/path/build-target/wireshark-0.99.6/packaging/nsis'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory 
`/some/path/build-target/wireshark-0.99.6/packaging/nsis'
make[4]: Entering directory `/some/path/build-target/wireshark-0.99.6/packaging'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/some/path/build-target/wireshark-0.99.6/packaging'
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/packaging'
Making all in help
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/help'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/help'
Making all in codecs
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/codecs'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/codecs'
Making all in gtk
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6/gtk'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6/gtk'
make[3]: Entering directory `/some/path/build-target/wireshark-0.99.6'
/usr/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
/bin/sh ./libtool --tag=CC   --mode=link i586-mingw32msvc-gcc  
-D_U_="__attribute__((unused))" -g -O2 -Wall -W -Wdeclaration-after-statement 
-Wendif-labels -Wpointer-arith -mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12   
-mms-bitfields -I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12   
-mms-bitfields -I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12   
-mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libglade-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libxml2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12   
-export-dynamic -L/some/path/local/sysroot/i586-mingw32msvc/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib -Wl,-rpath-link 
-Wl,/some/path/local/sysroot/i586-mingw32msvc/usr/lib -o wireshark.exe 
capture-pcap-util-unix.o capture_errs.o capture-pcap-util.o 
capture_stop_conditions.o capture_ui_utils.o cfile.o clopts_common.o 
conditions.o disabled_protos.o packet-range.o print.o ps.o pcapio.o 
ringbuffer.o timestats.o util.o version_info.o airpcap_loader.o alert_box.o 
capture.o capture_info.o capture_opts.o capture_sync.o color_filters.o file.o 
fileset.o filters.o g711.o merge.o proto_hier_stats.o sync_pipe_write.o 
summary.o tempfile.o mkstemp.o strptime.o  gtk/libui.a codecs/libcodec.a 
wiretap/libwiretap.la epan/libwireshark.la -dlopen plugins/can/can.la 
-Wl,-luuid -L/some/path/local/sysroot/i586-mingw32msvc/usr/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib -lgtk-win32-2.0 
-lgdk-win32-2.0 -lgdi32 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 
-ljpeg -lpng12 -lpangowin32-1.0 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 
-lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 
-lgthread-2.0 -lglib-2.0 -lintl -liconv   -Wl,-luuid 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib -lgwt -lgtk-win32-2.0 
-lgdk-win32-2.0 -lgdi32 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 
-ljpeg -lpng12 -lpangowin32-1.0 -lpangocairo-1.0 -lcairo -lpangoft2-1.0 
-lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 -lgmodule-2.0 
-lglib-2.0 -lintl -liconv   -Wl,-luuid 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib -lglade-2.0 -lgtk-win32-2.0 
-lxml2 -lgdk-win32-2.0 -lgdi32 -limm32 -lshell32 -lole32 -latk-1.0 
-lgdk_pixbuf-2.0 -ljpeg -lpng12 -lpangowin32-1.0 -lpangocairo-1.0 -lcairo 
-lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 -lm -lgobject-2.0 
-lgmodule-2.0 -lglib-2.0 -lintl -liconv -liconv  -lz 
rm -f .libs/wireshark.exe.nm .libs/wireshark.exe.nmS .libs/wireshark.exe.nmT
creating .libs/wireshark.exeS.c
extracting global C symbols from `plugins/can/.libs/can.a'
extracting global C symbols from 
`/some/path/build-target/wireshark-0.99.6/epan/.libs/libwireshark.a'
extracting global C symbols from 
`/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libz.a'
extracting global C symbols from 
`/some/path/local/sysroot/i586-mingw32msvc/usr/lib/../bin/libgmodule-2.0-0.dll'
extracting global C symbols from 
`/some/path/local/sysroot/i586-mingw32msvc/usr/lib/../bin/libglib-2.0-0.dll'
extracting global C symbols from 
`/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libintl.a'
extracting global C symbols from 
`/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libiconv.a'
(cd .libs && i586-mingw32msvc-gcc  -g -O2 -c -fno-builtin "wireshark.exeS.c")
rm -f .libs/wireshark.exeS.c .libs/wireshark.exe.nm .libs/wireshark.exe.nmS 
.libs/wireshark.exe.nmT
i586-mingw32msvc-gcc "-D_U_=__attribute__((unused))" -g -O2 -Wall -W 
-Wdeclaration-after-statement -Wendif-labels -Wpointer-arith -mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12 -mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12 -mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12 -mms-bitfields 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libglade-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/gtk-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libxml2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/gtk-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/atk-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/cairo 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/pango-1.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/glib-2.0 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/lib/glib-2.0/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/freetype2 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include 
-I/some/path/local/sysroot/i586-mingw32msvc/usr/include/libpng12 
-Wl,-rpath-link -Wl,/some/path/local/sysroot/i586-mingw32msvc/usr/lib -o 
.libs/wireshark.exe capture-pcap-util-unix.o capture_errs.o capture-pcap-util.o 
capture_stop_conditions.o capture_ui_utils.o cfile.o clopts_common.o 
conditions.o disabled_protos.o packet-range.o print.o ps.o pcapio.o 
ringbuffer.o timestats.o util.o version_info.o airpcap_loader.o alert_box.o 
capture.o capture_info.o capture_opts.o capture_sync.o color_filters.o file.o 
fileset.o filters.o g711.o merge.o proto_hier_stats.o sync_pipe_write.o 
summary.o tempfile.o mkstemp.o strptime.o .libs/wireshark.exeS.o -Wl,-luuid 
-Wl,-luuid -Wl,-luuid -Wl,--export-dynamic  
-L/some/path/local/sysroot/i586-mingw32msvc/lib 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib plugins/can/.libs/can.a 
/some/path/build-target/wireshark-0.99.6/epan/.libs/libwireshark.a gtk/libui.a 
codecs/libcodec.a wiretap/.libs/libwiretap.dll.a epan/.libs/libwireshark.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgthread-2.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgwt.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libglade-2.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgtk-win32-2.0.dll.a 
-lcomdlg32 -lwinspool -lcomctl32 -luuid 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libxml2.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgdk-win32-2.0.dll.a 
-limm32 -lshell32 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libatk-1.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgdk_pixbuf-2.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libjpeg.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libpangocairo-1.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libpangowin32-1.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libcairo.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libpng12.dll.a -lgdi32 
-lmsimg32 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libpangoft2-1.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libfontconfig.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libexpat.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libfreetype.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libpango-1.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgobject-2.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libgmodule-2.0.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libglib-2.0.dll.a -lws2_32 
-lole32 /some/path/local/sysroot/i586-mingw32msvc/usr/lib/libintl.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libiconv.dll.a 
/some/path/local/sysroot/i586-mingw32msvc/usr/lib/libz.dll.a 
-L/some/path/local/sysroot/i586-mingw32msvc/usr/lib
Info: resolving _deflate_copyright by linking to __imp__deflate_copyright 
(auto-import)
Info: resolving __dist_code by linking to __imp___dist_code (auto-import)
Info: resolving __length_code by linking to __imp___length_code (auto-import)
Info: resolving _z_errmsg by linking to __imp__z_errmsg (auto-import)
Info: resolving _inflate_copyright by linking to __imp__inflate_copyright 
(auto-import)
Info: resolving __g_debug_flags by linking to __imp___g_debug_flags 
(auto-import)
Info: resolving __g_debug_initialized by linking to __imp___g_debug_initialized 
(auto-import)
Info: resolving _g_ascii_table by linking to __imp__g_ascii_table (auto-import)
Info: resolving _g_child_watch_funcs by linking to __imp__g_child_watch_funcs 
(auto-import)
Info: resolving _g_idle_funcs by linking to __imp__g_idle_funcs (auto-import)
Info: resolving _g_io_watch_funcs by linking to __imp__g_io_watch_funcs 
(auto-import)
Info: resolving _g_mem_gc_friendly by linking to __imp__g_mem_gc_friendly 
(auto-import)
Info: resolving _g_thread_functions_for_glib_use by linking to 
__imp__g_thread_functions_for_glib_use (auto-import)
Info: resolving _g_thread_gettime by linking to __imp__g_thread_gettime 
(auto-import)
Info: resolving _g_thread_use_default_impl by linking to 
__imp__g_thread_use_default_impl (auto-import)
Info: resolving _g_threads_got_initialized by linking to 
__imp__g_threads_got_initialized (auto-import)
Info: resolving _g_timeout_funcs by linking to __imp__g_timeout_funcs 
(auto-import)
Info: resolving _g_utf8_skip by linking to __imp__g_utf8_skip (auto-import)
Info: resolving _glib_binary_age by linking to __imp__glib_binary_age 
(auto-import)
Info: resolving _glib_interface_age by linking to __imp__glib_interface_age 
(auto-import)
Info: resolving _glib_major_version by linking to __imp__glib_major_version 
(auto-import)
Info: resolving _glib_mem_profiler_table by linking to 
__imp__glib_mem_profiler_table (auto-import)
Info: resolving _glib_micro_version by linking to __imp__glib_micro_version 
(auto-import)
Info: resolving _glib_minor_version by linking to __imp__glib_minor_version 
(auto-import)
Info: resolving _pcre_callout by linking to __imp__pcre_callout (auto-import)
Info: resolving __nl_msg_cat_cntr by linking to __imp___nl_msg_cat_cntr 
(auto-import)
Info: resolving __nl_state_lock by linking to __imp___nl_state_lock 
(auto-import)
Info: resolving _libintl_nl_current_default_domain by linking to 
__imp__libintl_nl_current_default_domain (auto-import)
Info: resolving _libintl_nl_default_default_domain by linking to 
__imp__libintl_nl_default_default_domain (auto-import)
Info: resolving _libintl_nl_default_dirname by linking to 
__imp__libintl_nl_default_dirname (auto-import)
Info: resolving _libintl_nl_domain_bindings by linking to 
__imp__libintl_nl_domain_bindings (auto-import)
Info: resolving _libintl_gettext_germanic_plural by linking to 
__imp__libintl_gettext_germanic_plural (auto-import)
Info: resolving _libintl_version by linking to __imp__libintl_version 
(auto-import)
Info: resolving __libiconv_version by linking to 
__imp___libic.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9a4c):
 undefined reference to `_g_module_name'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9a5c):
 undefined reference to `_g_module_open'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c4c):
 undefined reference to `__g_async_queue_get_mutex'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c54):
 undefined reference to `__g_atomic_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c5c):
 undefined reference to `__g_charset_get_aliases'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c64):
 undefined reference to `__g_compute_locale_variants'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c6c):
 undefined reference to `__g_convert_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c7c):
 undefined reference to `__g_debug_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c8c):
 undefined reference to `__g_getenv_nomalloc'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c94):
 undefined reference to `__g_gnulib_asnprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9c9c):
 undefined reference to `__g_gnulib_fprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9ca4):
 undefined reference to `__g_gnulib_printf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cac):
 undefined reference to `__g_gnulib_printf_fetchargs'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cb4):
 undefined reference to `__g_gnulib_printf_parse'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cbc):
 undefined reference to `__g_gnulib_snprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cc4):
 undefined reference to `__g_gnulib_sprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9ccc):
 undefined reference to `__g_gnulib_vasnprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cd4):
 undefined reference to `__g_gnulib_vasprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cdc):
 undefined reference to `__g_gnulib_vfprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9ce4):
 undefined reference to `__g_gnulib_vprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cec):
 undefined reference to `__g_gnulib_vsnprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cf4):
 undefined reference to `__g_gnulib_vsprintf'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9cfc):
 undefined reference to `__g_locale_charset_raw'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d04):
 undefined reference to `__g_locale_charset_unalias'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d0c):
 undefined reference to `__g_locale_get_charset_aliases'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d14):
 undefined reference to `__g_log_fallback_handler'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d1c):
 undefined reference to `__g_main_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d24):
 undefined reference to `__g_mem_thread_init_noprivate_nomessage'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d2c):
 undefined reference to `__g_messages_thread_init_nomessage'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d34):
 undefined reference to `__g_rand_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d3c):
 undefined reference to `__g_slice_thread_init_nomessage'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d44):
 undefined reference to `__g_utf8_make_valid'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d4c):
 undefined reference to `__g_utf8_normalize_wc'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d54):
 undefined reference to `__g_utils_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d5c):
 undefined reference to `__g_win32_thread_init'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d6c):
 undefined reference to `__glib_gettext'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d8c):
 undefined reference to `__pcre_OP_lengths'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d94):
 undefined reference to `__pcre_default_tables'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9d9c):
 undefined reference to `__pcre_is_newline'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9da4):
 undefined reference to `__pcre_ord2utf8'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dac):
 undefined reference to `__pcre_try_flipped'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9db4):
 undefined reference to `__pcre_ucp_findprop'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dbc):
 undefined reference to `__pcre_ucp_names'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dc4):
 undefined reference to `__pcre_ucp_othercase'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dcc):
 undefined reference to `__pcre_utf8_table1'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dd4):
 undefined reference to `__pcre_utf8_table1_size'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9ddc):
 undefined reference to `__pcre_utf8_table2'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9de4):
 undefined reference to `__pcre_utf8_table3'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dec):
 undefined reference to `__pcre_utf8_table4'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9df4):
 undefined reference to `__pcre_utt'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9dfc):
 undefined reference to `__pcre_utt_size'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9e04):
 undefined reference to `__pcre_valid_utf8'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9e0c):
 undefined reference to `__pcre_was_newline'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0x9e14):
 undefined reference to `__pcre_xclass'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa64c):
 undefined reference to `_g_dir_open'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa65c):
 undefined reference to `_g_dir_read_name'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa6bc):
 undefined reference to `_g_file_get_contents'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa6cc):
 undefined reference to `_g_file_open_tmp'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa6ec):
 undefined reference to `_g_file_test'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa70c):
 undefined reference to `_g_filename_from_uri'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa71c):
 undefined reference to `_g_filename_from_utf8'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa72c):
 undefined reference to `_g_filename_to_uri'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa73c):
 undefined reference to `_g_filename_to_utf8'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa74c):
 undefined reference to `_g_find_program_in_path'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa794):
 undefined reference to `_g_get_current_dir'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa7b4):
 undefined reference to `_g_get_home_dir'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa7dc):
 undefined reference to `_g_get_real_name'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa7fc):
 undefined reference to `_g_get_tmp_dir'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa824):
 undefined reference to `_g_get_user_name'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xa83c):
 undefined reference to `_g_getenv'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xaa74):
 undefined reference to `_g_io_channel_new_file'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xb084):
 undefined reference to `_g_mkstemp'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xb84c):
 undefined reference to `_g_setenv'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xba5c):
 undefined reference to `_g_spawn_async'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xba6c):
 undefined reference to `_g_spawn_async_with_pipes'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xba84):
 undefined reference to `_g_spawn_command_line_async'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xba94):
 undefined reference to `_g_spawn_command_line_sync'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xbaac):
 undefined reference to `_g_spawn_sync'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xc104):
 undefined reference to `_g_unsetenv'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xc22c):
 undefined reference to `_g_win32_get_package_installation_directory'
.libs/wireshark.exeS.o:/some/path/build-target/wireshark-0.99.6/.libs/wireshark.exeS.c:(.data+0xc23c):
 undefined reference to `_g_win32_get_package_installation_subdirectory'
/some/path/build-target/wireshark-0.99.6/epan/.libs/libwireshark.a(libcleandissectors_la-packet-ppi.o):
 In function 
`dissect_ppi':/some/path/build-target/wireshark-0.99.6/epan/dissectors/packet-ppi.c:887:
 undefined reference to `_wtap_pcap_encap_to_wtap_encap'
gtk/libui.a(main.o): In function 
`print_usage':/some/path/build-target/wireshark-0.99.6/gtk/main.c:1208: 
undefined reference to `_create_console'
gtk/libui.a(main.o): In function 
`cmdarg_err':/some/path/build-target/wireshark-0.99.6/gtk/main.c:1327: 
undefined reference to `_create_console'
gtk/libui.a(main.o): In function 
`cmdarg_err_cont':/some/path/build-target/wireshark-0.99.6/gtk/main.c:1348: 
undefined reference to `_create_console'
gtk/libui.a(main.o): In function 
`console_log_handler':/some/path/build-target/wireshark-0.99.6/gtk/main.c:3163: 
undefined reference to `_create_console'
gtk/libui.a(main.o): In function 
`main':/some/path/build-target/wireshark-0.99.6/gtk/main.c:2167: undefined 
reference to `_load_wpcap'
:/some/path/build-target/wireshark-0.99.6/gtk/main.c:2170: undefined reference 
to `_wpcap_packet_load'
:/some/path/build-target/wireshark-0.99.6/gtk/main.c:1297: undefined reference 
to `_create_console'
:/some/path/build-target/wireshark-0.99.6/gtk/main.c:1311: undefined reference 
to `_destroy_console'
:/some/path/build-target/wireshark-0.99.6/gtk/main.c:3038: undefined reference 
to `_destroy_console'
:/some/path/build-target/wireshark-0.99.6/gtk/main.c:2475: undefined reference 
to `_create_console'
gtk/libui.a(main.o): In function 
`print_usage':/some/path/build-target/wireshark-0.99.6/gtk/main.c:1289: 
undefined reference to `_destroy_console'
gtk/libui.a(proto_draw.o): In function 
`savehex_cb':/some/path/build-target/wireshark-0.99.6/gtk/proto_draw.c:1068: 
undefined reference to `_win32_export_raw_file'
gtk/libui.a(u3.o): In function 
`u3_active':/some/path/build-target/wireshark-0.99.6/gtk/u3.c:65: undefined 
reference to `_getenv_utf8'
gtk/libui.a(u3.o): In function 
`u3_runtime_info':/some/path/build-target/wireshark-0.99.6/gtk/u3.c:81: 
undefined reference to `_getenv_utf8'
:/some/path/build-target/wireshark-0.99.6/gtk/u3.c:96: undefined reference to 
`_getenv_utf8'
gtk/libui.a(u3.o): In function 
`u3_register_pid':/some/path/build-target/wireshark-0.99.6/gtk/u3.c:116: 
undefined reference to `_getenv_utf8'
gtk/libui.a(u3.o): In function 
`u3_change_path':/some/path/build-target/wireshark-0.99.6/gtk/u3.c:172: 
undefined reference to `_getenv_utf8'
gtk/libui.a(file_dlg.o):/some/path/build-target/wireshark-0.99.6/gtk/file_dlg.c:115:
 more undefined references to `_getenv_utf8' follow
gtk/libui.a(capture_file_dlg.o): In function 
`file_open_cmd':/some/path/build-target/wireshark-0.99.6/gtk/capture_file_dlg.c:430:
 undefined reference to `_win32_open_file'
gtk/libui.a(capture_file_dlg.o): In function 
`file_merge_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/capture_file_dlg.c:763:
 undefined reference to `_win32_merge_file'
gtk/libui.a(capture_file_dlg.o): In function 
`file_save_as_cmd':/some/path/build-target/wireshark-0.99.6/gtk/capture_file_dlg.c:1256:
 undefined reference to `_win32_save_as_file'
gtk/libui.a(capture_file_dlg.o): In function 
`file_color_import_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/capture_file_dlg.c:1627:
 undefined reference to `_win32_import_color_file'
gtk/libui.a(capture_file_dlg.o): In function 
`file_color_export_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/capture_file_dlg.c:1784:
 undefined reference to `_win32_export_color_file'
gtk/libui.a(print_dlg.o): In function 
`print_ok_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:1053: 
undefined reference to `_print_mswin'
gtk/libui.a(print_dlg.o): In function 
`export_csv_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:384:
 undefined reference to `_win32_export_file'
gtk/libui.a(print_dlg.o): In function 
`export_pdml_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:337:
 undefined reference to `_win32_export_file'
gtk/libui.a(print_dlg.o): In function 
`export_psml_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:288:
 undefined reference to `_win32_export_file'
gtk/libui.a(print_dlg.o): In function 
`export_ps_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:239:
 undefined reference to `_win32_export_file'
gtk/libui.a(print_dlg.o): In function 
`export_text_cmd_cb':/some/path/build-target/wireshark-0.99.6/gtk/print_dlg.c:190:
 undefined reference to `_win32_export_file'
gtk/libui.a(follow_dlg.o): In function 
`follow_print_stream':/some/path/build-target/wireshark-0.99.6/gtk/follow_dlg.c:1145:
 undefined reference to `_print_mswin'
gtk/libui.a(gui_prefs.o): In function 
`gui_prefs_apply':/some/path/build-target/wireshark-0.99.6/gtk/gui_prefs.c:440: 
undefined reference to `_create_console'
onv_version (auto-import)
Info: resolving _mpa_versions by linking to __imp__mpa_versions (auto-import)
Info: resolving _mpa_layers by linking to __imp__mpa_layers (auto-import)
Info: resolving _mpa_bitrates by linking to __imp__mpa_bitrates (auto-import)
Info: resolving _mpa_frequencies by linking to __imp__mpa_frequencies 
(auto-import)
Info: resolving _mpa_padding by linking to __imp__mpa_padding (auto-import)
Info: resolving _mpa_samples by linking to __imp__mpa_samples (auto-import)
collect2: ld returned 1 exit status
make[3]: *** [wireshark.exe] Error 1
make[3]: Leaving directory `/some/path/build-target/wireshark-0.99.6'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/some/path/build-target/wireshark-0.99.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/some/path/build-target/wireshark-0.99.6'
make: *** [/some/path/state/wireshark.compile] Error 2
----------8<----------

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9





reply via email to

[Prev in Thread] Current Thread [Next in Thread]