Ethereal-users: [Ethereal-users] building static ethereal on 9.0.14

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

From: "Bai, Yan (Bryan)" <baiyan@xxxxxxxxxx>
Date: Sat, 2 Aug 2003 09:34:35 +0800
I tried below methods but all failed to build static ethereal, when I use
the ethereal it 
always complain that the lib not found.

1. ./configure --enable-static
     make

2. ./configure
     edit Makefile and uncomment the lines:
        ethereal_LDFLAGS = -Wl,-static -all-static
        #ethereal_LDFLAGS = -export-dynamic
    make

but all failed.

Anyone can give me a hint?