[1071] in athena10
Re: motif
daemon@ATHENA.MIT.EDU (Evan Broder)
Fri Feb 6 11:09:54 2009
Message-ID: <498C5F55.8050900@mit.edu>
Date: Fri, 06 Feb 2009 11:03:33 -0500
From: Evan Broder <broder@MIT.EDU>
MIME-Version: 1.0
To: Alvin Cheung <akcheung@csail.MIT.EDU>
CC: Geoffrey Thomas <geofft@mit.edu>, linerva@mit.edu
In-Reply-To: <498C5D86.6080700@csail.mit.edu>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Looks like the lesstif2-dev package wasn't actually installed, which is
needed for doing development against lesstif.
I've installed the package now.
- Evan
Alvin Cheung wrote:
> Hm.. can you point me to where it is under /usr/lib? I wasn't able to
> locate Xm/Xm.h under /usr/include either.
>
> Thanks, Alvin
>
> Geoffrey Thomas wrote:
>> It's installed in /usr/lib, so that you can just say "gcc -o myfile
>> myfile.c -lXm -lXt -lX11" or whatever.
>>