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.