Ethereal-dev: Re: [Ethereal-dev] ethereal 0.8.13 build problems

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: Wed, 8 Nov 2000 12:09:46 -0800 (PST)
> irix 6.5.3f
> gtk+-1.2.8
> ethereal 0.8.13
> 
> build bugs:
> 
> getopt.h is full of carriage returns (prob from pc to unix ftp probably)

Fixed.

> i had a lot of problems that i ended up hacking config.h and Makefiles a lot
> to get around but i think the crux of it all was for some reason configure
> did not correctly see that irix does have sys/sockets.h (in /usr/include)

Presumably you mean "sys/socket.h".

Please check the "config.log" file to see why it failed to do so;
without knowing that, there's nothing we can do to fix it.

> INSTALL notes say (for gtk i think it was):
> 
>         Make sure you install the headers ('make install-incl') when you
>          install the library.

libpcap, not GTK+.

> no such target install-incl

You probably downloaded the latest CVS snapshot from tcpdump.org, which
is the only version that doesn't have an "install-incl" target.  We'll
update the INSTALL file to note that you *might* not have to use
"install-incl".

> each time you run make it starts from the beginning instead of where it left
> off (which made debugging the above hard)

It never happened for me on any of the platforms on which I've built
Ethereal; perhaps there's some Irix peculiarity causing it, which would
be debuggable only by those with Irix available (of which I'm not one).