Ethereal-users: [Ethereal-users] Ethereal 0.9.15 compile fails on HP-UX

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

From: "Marotta, Stephen J" <stephen.j.marotta@xxxxxxxx>
Date: Thu, 29 Jan 2004 14:57:34 -0500
I'm trying to compile ethereal version 0.9.15 on an HP-UX 10.20 system. I've got GCC version 3.3.2, all my dependency packages up to date. When I run "gmake", I'm getting the following during the "making all in artnet":
/bin/sh ../../libtool --mode=link gcc  -D_U_="__attribute__((unused))" -Wall -W -g -O2 -I../.. -I../../wiretap -I/usr/local/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/X11R5  -L/usr/local/lib -L/usr/local/lib -o artnet.la -rpath /usr/lib/ethereal/plugins/0.9.15 -module -avoid-version packet-artnet.lo  
mkdir .libs
rm -fr .libs/artnet.la .libs/artnet.* .libs/artnet.*
(cd . && ln -s packet-artnet.lo packet-artnet.o)
gcc -b +h artnet.sl +b /usr/lib/ethereal/plugins/0.9.15 -o .libs/artnet.sl  packet-artnet.lo  -L/usr/local/lib -lc 
gcc: couldn't run `+h-gcc-3.3.2': No such file or directory
gmake[3]: *** [artnet.la] Error 1
gmake[3]: Leaving directory `/dsk0/steve/packages/ethereal-0.9.15/plugins/artnet'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/dsk0/steve/packages/ethereal-0.9.15/plugins'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/dsk0/steve/packages/ethereal-0.9.15'
gmake: *** [all] Error 2

Any thoughts?

~ Steve