From owner-freebsd-questions Fri Feb 26 21:21:19 1999 Delivered-To: freebsd-questions@freebsd.org Received: from home.worldy.com (ns1.WORLDY.COM [209.5.30.40]) by hub.freebsd.org (Postfix) with ESMTP id CC924150DE for ; Fri, 26 Feb 1999 21:20:57 -0800 (PST) (envelope-from tracker@worldy.com) Received: from worldy.com (ppp115.WORLDY.COM [209.5.30.166]) by home.worldy.com (8.8.7/8.8.7) with SMTP id AAA10443 for ; Sat, 27 Feb 1999 00:26:37 -0500 Message-ID: <36D78039.41C67EA6@worldy.com> Date: Sat, 27 Feb 1999 00:20:49 -0500 From: David Banning Organization: Sky-Tracker of Canada X-Mailer: Mozilla 3.04 (X11; I; FreeBSD 2.2.8-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Can't compile lesstif c code! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying out lesstif. On my compile which reads; cc -o filename filename.c -lXm -lXt -lX11 I get an error because it cannot find the *.h files for lesstif in /usr/X11R6/include/Xm /usr/X11R6/include/X11 (they are there) the filename.c file only has #include #include in it. how does the system let the compiler know where they are when the full path is not specified?? how I can I compile this to run? Thanx David Banning To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message