Ethereal-dev: Re: [ethereal-dev] Compiling with Cygwin B20

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Tue, 07 Mar 2000 06:24:23 -0600
On Tue, Mar 07, 2000 at 10:18:52AM +0100, andreas.sikkema@xxxxxxxxxxx wrote:
> 
> I am successful up to the check for glib-config, as it is not there in the files
> I have. This might be obvious (it's not the Linux version), but the configure 
> script explicitly checks for it. I have also seen that it wants to compilke a 
> sample application. That won't work either I think. Maybe the script 
> should check for the correct libs, dlls and such....

What if you make a glib-config and gtk-config script which act like
their Unix counterparts, and print the cflags and libs that are needed
to compile and link for glib and gtk+ ? Just make sure the 2 scripts
are in your PATH.

--gilbert