> Okay, in Mandrake 7.1, I am tying to compile a text editor, why? just
> cause. ....
Where'd you get that text editor code? Sounds to me that the makefile
isn't thinking "Linux file system"
> When I run make it keep telling me that it cannot find "Xm.h"......in
> the ~X11R6/lib dir....I have looked
All files ending in .h are "include" files and you (or your make) won't
find them in a lib directory, they'll be in an include directory. As far
as I know, all the X include files are in /usr/X11R6/include/X11. Don't
know about Xm.h though. There's an X.h. In short, I think your makefile
is confused. If you know enough about makefiles you might be able to fix
it but if you're just compiling "cuz" then I suspect you'd be better off
grabbing some different editor source/makefile code.
Cheers --- Larry