Re: Installation of viola

wei@xcf.berkeley.edu (Pei Y. Wei)
Date: Mon, 25 May 92 17:46:02 -0700
From: wei@xcf.berkeley.edu (Pei Y. Wei)
Message-id: <9205260046.AA21056@xcf.Berkeley.EDU>
To: kim@usceast.cs.scarolina.edu, www-talk@nxoc01.cern.ch
Subject: Re:  Installation of viola
Cc: kim@mcsun.eu.net
You should first run xmkmf to generate a Makefile that is specific to 
your system. 

If the resulting Makefile still gives you trouble, then manually change
the Makfile accordingly...

Ie: in my particular Makefile, you see
		...
        CONFIGSRC = $(TOP)/config
       DOCUTILSRC = $(TOP)/doc/util
        CLIENTSRC = $(TOP)/clients
          DEMOSRC = $(TOP)/demos
           LIBSRC = $(TOP)/lib
          FONTSRC = $(TOP)/fonts
       INCLUDESRC = $(TOP)/X11
        SERVERSRC = $(TOP)/server
		...

> "don't know to make -lXmu".  The file libXmu.a is under the /usr/lib.

So, change the LIBSRC line to something like:

           LIBSRC = /usr/lib

> I want to make this package run as soon as possible. I sent a
> mail regarding this problem to Dan. But I found that he is not there.

Cool. Have no idea who Dan is thou...

Mail me if you still have trouble setting it up.

-Pei