Ethereal-users: [Ethereal-users] ethereal on solaris

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

Date: Thu, 08 Dec 2005 20:44:45 +0100
Hello ehtereal users !

I try to compile ethereal on Solaris 2.8 with gcc 3 but I have a problem to get
ethereal to get staticaly linked with glib, gtk and libpcap.

I compile glib, gtk libpcap and ethereal with "--disable-shared
--enable-static", everything goes fine until ld try to link ethereal with
everythings, I get to following error :

ld: fatal: option -dn and -c are incompatible
ld: fatal: Flags processing errors

When I compile glib, gtk and libpcap with "--disable-shared --enable-static" and
ethereal without those options, I get also an error !

Is there a way to link ethereal staticaly with glib, gtk and libpcap, and
dynamicaly with other standard libs ?