Ethereal-dev: Re: [Ethereal-dev] Configure / Compilation options

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 8 Jan 2004 16:41:47 -0800

On Jan 8, 2004, at 4:30 PM, Guy Harris wrote:

Really? Did you remove "register.c" before re-running the make with the new Makefile? If you had an old "register.c" built from the complete set of dissectors, it won't be rebuilt merely because you changed the Makefile.

That should fix the register.c problem (I tried it).

However, it'll still try to link with all the .o's.

You'd have to install automake and autoconf if you don't already have them installed, update "Makefile.am"'s DISSECTOR_SRC list, run './autogen.sh", run "configure", and then do the make.