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: [ethereal-dev] Libtool changes checked in

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

Date: Mon, 27 Dec 1999 19:29:04 +0900
>I've just checked in some changes that modify the plugin code to use
>libtool and libltdl.  Plugins should work on platforms that support
>dynamic libraries, independent of the actual calls used (e.g. HP-UX uses
>shl_load instead of dlopen).  The libtool documentation says that it can
>fake dynamic loading on static-only systems, but I haven't tested this.  
>
>I noticed that the install directory for plugins is currently 
>$(prefix)/share/ethereal (actually, I changed it to
>$(prefix)/share/ethereal/0.8).  Other packages (e.g. the Gimp) install
>in $(prefix)/lib instead.  Should we put plugins in 'lib' as well?

	It looks that top-level aclocal.m4 needs to include AM_PROG_LIBTOOL.
	(when I invoke "gmake" in top-level directory, it will invoke
	"aclocal" and it complains that AM_PROG_LIBTOOL is missing).

itojun