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 on

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

From: "Olivier Biot" <ethereal@xxxxxxxxxx>
Date: Wed, 14 Apr 2004 20:45:54 +0200
Patched in CVS tree. You now no longer need to provide the extra
LDFLAGS to ./configure.

Next steps:
1. support plugins in Ethereal on CygWin
2. build a native Win32 Ethereal with CygWin

If there are candidates for these jobs, please feel free to
contribute!

Regards,

Olivier

----- Original Message ----- 
From: Biot Olivier

| 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.