Ethereal-users: Re: [Ethereal-users] problems making ethereal-0.9.9 (macosx)

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 21 Feb 2003 21:45:44 -0800
On Sat, Feb 22, 2003 at 12:40:05AM -0500, Jim Prince wrote:
> ld: can't locate file for: -ldocsis
> 
> I don't think that's a shared library,

It's not.

> but I'm not sure how to make the linker see it that way...

This might be a libtool issue.

Unfortunately, Ethereal doesn't use libtool APIs for loading plugins, it
uses GLib APIs (Gilbert, do you remember what the problem was with the
libtool stuff that caused us to switch to the GLib stuff?), and those
don't support the MacOS X dynamic loading mechanism.

The good news is that means you don't lose anything by disabling
plugins.  Doing so will *probably* make this problem go away; try
reconfiguring with

	--without-plugins