Ethereal-users: Re: [ethereal-users] Problem with compiling Ethereal on AIX 4.3.2

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

From: ppoignant <ppoignant@xxxxxxxxx>
Date: Thu, 28 Oct 1999 12:44:46 +0200
I did include time.h in ascend-grammar.y and  packet-smb.c. The compilation
was successfull.
I had a few warnings when compiling  but much more linking warning too:

ld: 0711-224 WARNING: Duplicate symbol: .strcmp
ld: 0711-224 WARNING: Duplicate symbol: strcmp
ld: 0711-224 WARNING: Duplicate symbol: .fsav
ld: 0711-224 WARNING: Duplicate symbol: fsav
ld: 0711-224 WARNING: Duplicate symbol: .fres
ld: 0711-224 WARNING: Duplicate symbol: fres
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_get_type
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_construct
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_new
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_new_with_titles
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_set_hadjustment
ld: 0711-224 WARNING: Duplicate symbol: .gtk_clist_get_hadjustment

-> ld: 0711-224 WARNING: Duplicate symbol: .gtk_*_*_*

The make ended successfully, but after short tests, it seem's that I have
problem with execution. I  tried to execute ethereal on my server and it
failed with a "segmentation fault coredump".