Subject: Re: gcc can't find X headers
To: None <bwildasiX@csulb.edu>
From: Colin Wood <cwood@ichips.intel.com>
List: port-mac68k
Date: 08/06/1998 16:43:12
Brian Wildasinn wrote:
> Hi!
> 
> I have this problem on my netbsd-1.3.2 system that files can't find each other.
> Specifically the header files in X.

what is the exact error message you're seeing?  usually, programs that use
X headers will either use imake or gnu autoconf to properly setup the
include files, but basically you need to make sure that you have:

-I/usr/X11R6/lib/X11

added to the compile lines so that it will be found.  there is usually a
predefined variable in the Makefile for such an inclusion (usually
INCLUDES)

i hope this helps some.

later.

-- 
Colin Wood                                 cwood@ichips.intel.com
Component Design Engineer - PMD                 Intel Corporation
-----------------------------------------------------------------
I speak only on my own behalf, not for my employer.