On Wed, 10 Jan 2001 17:04:37 -0500
"Luna Chen" <lunachen@xxxxxxxxxxxxxxxxxx> wrote:
> Hi,
>
> I keep getting the following errors when trying to install ethereal on
> HP-UX10, using gcc or HP C compiler, when I do "make". Any ideas?
>
>
> capture.o file.o summary.o wiretap/libwiretap.a gtk/libui.a
> epan/libethereal.a -lsnmp .libs/etherealS.o
> plugins/gryphon/.libs/gryphon.a -lpcap -L/usr/local/lib -L/usr/lib/X11R4
> -lgtk -lgdk -Wl,-E -lgmodule -lglib -ldld -lXext -lX11 -lm
> plugins/mgcp/.libs/mgcp.a -lpcap -L/usr/local/lib -L/usr/lib/X11R4 -lgtk
> -lgdk -Wl,-E -lgmodule -lglib -ldld -lXext -lX11 -lm -Wl,-E
> collect2: ld returned 1 exit status
> /usr/ccs/bin/ld: Duplicate symbol "plugin_init" in files
> plugins/gryphon/.libs/gryphon.a(packet-gryphon.o) and
> plugins/mgcp/.libs/mgcp.a(packet-mgcp.o)
> /usr/ccs/bin/ld: Duplicate symbol "plugin_reg_handoff" in files
> plugins/gryphon/.libs/gryphon.a(packet-gryphon.o) and
> plugins/mgcp/.libs/mgcp.a(packet-mgcp.o)
> /usr/ccs/bin/ld: Duplicate symbol "version" in files
> plugins/gryphon/.libs/gryphon.a(packet-gryphon.o) and
> plugins/mgcp/.libs/mgcp.a(packet-mgcp.o)
> /usr/ccs/bin/ld: Found 3 duplicate symbol(s)
> rm -f .libs/etherealS.o
> make[2]: *** [ethereal] Error 1
>
The plugins are being compiled as static objects and are trying to be linked
into the ethereal executable. Can you save the entire make log to a file:
make 2>&1 | tee make.out
and send the entire make log to ethereal-dev@xxxxxxxxxxxx?
thanks,
--gilbert