ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: Re: ASN1.DLL linked against GTK2 forces crash. was: Re: [Ethereal-dev] New pre

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

From: "Guy Harris" <gharris@xxxxxxxxx>
Date: Thu, 26 Aug 2004 14:33:54 -0700 (PDT)
Lars Roland said:
> So do we have to link the asn1 plugin with GTK?

We don't do so on UN*X, so presumably we don't need to do so on Windows.

See the other Makefile.nmake files in subdirectories of "plugins" - they
just use GLIB_CFLAGS and GLIB_LIBS.

>> Yes, glib is used extensively, for managing lists, trees, arrays and
>> printing error messages. This can only be removed by having private
>> implementations of these routines...
>
> Of course, I don't want to remove glib dependency. And there is probably
> no problem with it.

...and other plugins directly call GLib routines as well, so it's
certainly possible to link plugins with GLib.