Ethereal-users: Re: [ethereal-users] Ethereal on Freebsd! (fwd)

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

From: jason <jason@xxxxxxxxxxxxxxx>
Date: Wed, 1 Sep 1999 20:43:23 -0400 (EDT)
heres what i get

conftest.c:1: confdefs.h: No such file or directory
conftest.c:3: gtk/gtk.h: No such file or directory


--
=======================================================================
|  Jason Welsh   jason@xxxxxxxxxxxxxxx   |   If you think there's     |
|                                        |   good in everybody, you   |
|      http://welsh.dynip.com/           |   haven't met everybody.   |
=======================================================================

> 
> Could you try copying the program in question (which I've attached) to
> "conftest.c", and running the command
> 
> 	gcc -o conftest -Wall -g -O2 -Iwiretap -I/usr/X11R6/include \
> 	    -I/usr/local/lib/glib/include -I/usr/local/include \
> 	    conftest.c -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk \
> 	    -lgmodule -lglib -lXext -lX11 -lm
> 
> and, if the compile doesn't fail, run the program itself, and report
> what the compile and, if it's run, the program say?
>