Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 1999 00:20:49 -0500
From:      David Banning <tracker@worldy.com>
To:        questions@freebsd.org
Subject:   Can't compile lesstif c code!
Message-ID:  <36D78039.41C67EA6@worldy.com>

next in thread | raw e-mail | index | archive | help
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 <Xm/Xm.h>
#include <Label.h>

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36D78039.41C67EA6>