Ethereal

Re: [ethereal-dev] Compiling ethereal 0.8.4 on HPUX 10.20 - some remarks
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: April 2000


> this are my observations from compiling ethereal on the HPXU 10.20:

Which version of Ethereal?  Version 0.8.4...

> Building ethereal, first failed with:
> ./plugins/gryphon/packet-gryphon.c.gz:#error "Sorry, this won't compile
> without 64-bit integer support"
> 
> I had to guess quite long, that I have to rebuild glib and gtk with 'long
> long'-support (64 Bit) enabled. This is done on HPUX by adding '-Ae' to the
> CFLAGS.
> A note in the README or INSTALL concerning this would be nice !

...includes code in the "configure" script to, on HP-UX, automatically
do that.

Please do, from the top-level directory:

	find . -name config.cache -print | xargs rm

and then run "configure" and send us

	1) the full output from "configure";

	2) the "configure.log" file;

so we can see why it failed to recognize that it was using HP's C
compiler, and thus failed to add the "-Ae" and "+O2" flags.


Powered by MHonArc 2.6.10