Ethereal-users: Re: [Ethereal-users] Can Not Build on Solaris 7

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: Tue, 29 Jan 2002 13:33:01 -0800 (PST)
> /ethereal-0.9.0/epan/dfilter/syntax-tree.c:178: undefined reference to
> `g_log'
> 
>   Does anyone have any suggestions on where to look to correct this?

Step 1: make sure the build process is linking Ethereal with "-lglib".

Step 2: make sure that you have only *ONE* version of "glib.a" and
"glib.so" on your machine.  If there are any versions that do *not*
define "g_log", remove them; if, as a result, you have *no* versions of
"glib.a" or "glib.so" on your machine, then you apparently *did* have a
problem building and installing glib, you just didn't notice it, as
"g_log()" is a standard glib routine.