Mailinglist Archive: opensuse (1919 mails)
| < Previous | Next > |
Re: [S.u.S.E. Linux] Is lesstif packaged in Suse 5.x?
- From: satan3@xxxxxxxx (Michael Lankton)
- Date: Sun, 05 Jul 1998 14:40:29 -0500
- Message-id: <359FD6AD.B7A4DCA5@xxxxxxxx>
Alan Riggins wrote:
>
> I changed my /etc/ld.so.conf file and added the line:
> /usr/lesstif-current/lib
You really should make additions to /etc/ld.so.conf.in and then run
SuSEconfig. Now every time SuSEconfig gets run it won't touch
ld.so.conf because you've modified it. This is specific to SuSE linux.
> I then ran ldconfig -v and received no error messages.
>
> Then I tried to compile a simple program that has two include files:
> #include <Xm/Xm.h>
> #include <Xm/Label.h>
Change it to:
#include "/usr/lesstif-current/include/Motif-2.0/Xm/Xm.h"
#include "/usr/lesstif-current/include/Motif-2.0/Xm/Label.h"
or better yet, edit the lesstif Makefile, make the install destination
/usr/X11R6/*. Then the libs will be installed in /usr/X11R6/lib and the
includes in /usr/X11R6/include and everyone will be happy.
====================================================================
Michael Lankton
<A HREF="http://tasteslikechicken.ml.org"><A HREF="http://tasteslikechicken.ml.org</A">http://tasteslikechicken.ml.org</A</A>>
====================================================================
-
To get out of this list, please send email to majordomo@xxxxxxxx with
this text in its body: unsubscribe suse-linux-e
| < Previous | Next > |