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 <gharris@xxxxxxxxx>
Date: Tue, 29 Jan 2002 23:46:00 -0800
On Tue, Jan 29, 2002 at 01:33:01PM -0800, Guy Harris wrote:
> > /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 ...

	...

Step 3: if the message "Output line too long." appeared anywhere in the
output of your build, make sure that the command "which sed" does *NOT*
print "/usr/bin/sed", either by putting "/usr/xpg4/bin" in your path
before "/usr/bin" or by installing GNU sed, if it's not already
installed, and putting the directory in which GNU sed is installed
before "/usr/bin", and then redo the build:

	http://www.ethereal.com/faq.html#q3.3