[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
cc compiler questoin
- To: luci-discuss@luci.org
- Subject: cc compiler questoin
- From: "Travis Davies" <travisdavies@gmail.com>
- Date: Thu, 23 Nov 2006 11:47:20 -0600
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=tI3w5/L8aytFHs2PWuAX5384YFGazKcv/cl3G14nMAHs4X8UWsPwWL5Z8a94ucGZklNndqrQO78AnIYubeSkSD4QwPZYoKNLUbjeSlJLTKeMQovAjm/vrLQtOTMOX7HWQTUFdimfguk/dIIL0DaIN78bgEaQ7gJ4JywW8hko1vw=
- Organization: Linux Users of Central Illinois
- Reply-To: luci-discuss@luci.org
- Sender: luci-discuss-owner@luci.org
Hi everyone,
Happy thanksgiving. I have only a little C porgramming experience and I am trying to compile a program called xev.c from:
http://cvsweb.xfree86.org/cvsweb/contrib/programs/xev/xev.c?rev=HEAD
First off, the issue I am having is that gcc does not know where to find Xos.h, Xlib.h, xutil.h etc.... How can I tell it were they are?
Travis