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.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 28 Dec 1999 00:15:00 -0800
> I suspect that if we build with "--disable-shared", we may want to
> disable plugins; at least on some platforms, statically-linked programs
> *cannot* use "dlopen()".

To quote the "libtool" info file:

     Avoid using the `-static' or `-all-static' switches when linking
  programs with libltdl.  This will not work on all platforms, because   
  the dlopening functions may not be available for static linking.