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

Ethereal-dev: RE: [Ethereal-dev] Zillions of undefined references when linking ethereal.exe o

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Wed, 14 Apr 2004 16:48:42 +0200
Current snapshot has some missing library dependencies: libftypes.la lacks
GLIB_LIBS (for Glib2 this means adding -lgmodule-2.0 -lglib-2.0) and
PCRE_LIBS (-lpcre). Additionally, you MUST add "-no-undefined" to the
LDFLAGS, like in:

LDFLAGS='-no-undefined' ./configure --config-cache --with-extra-gcc-checks
--without-plugins --enable-gtk2

I can provide a patch tonight, otherwise the impatient can already add the
following line to epan/ftypes/Makefile.am:
libftypes_la_LIBADD = @GLIB_LIBS@ @PCRE_LIBS@

Regards,

Olivier

|-----Original Message-----
|From: Olivier Biot
|
|Hi list,
|
|When I try to compile Ethereal (latest snapshot, but already so for a
|longer time), I cannot link ethereal.exe but instead I get tons of
|warnings that symbols used have undefined references.