[GRASSLIST:1497] RE: r3.showdspf

as far as I know, libXm is the motif/lesstif main library.
Install something like lesstif-dev in your distribution.

Hope this helps,

Artemis.

Thanks for your answer!

We have installed Mesa-widgets and solved the problem with the: libGLw.so.3.
Now we are asked aboute a new library: libXm.so.1. What do this library
belong to?
And are there any other dependencies???

Regards,
Mona

-----Original Message-----
From: Venkatesh Raghavan [mailto:raghavan@media.osaka-cu.ac.jp]
Sent: Thursday, February 22, 2001 1:50 AM
To: Johansen Mona
Subject: Re: [GRASSLIST:1460] r3.showdspf

Hi Mona

Regarding the g3d compilation I had to compile the
mesa widgets to create the libMesaGLw.a libMesaGLwM.a
libraries. Moved these libraries to /usr/lib and
added them to the OGLLIB in the
src.contrib/GMSL/g3d/src3d/raster/r3.showdspf.openGL/Gmakefile
as shown below;
OGLLIB=-lGL -lGLw -lMesaGLw -lMesaGLwM ${LGLWM} -lXm -lX11 -lXt -lXext

Subsequently the g3d including r3.showdspf.openGL could also be
compiled without a hitch.

Mesa widgets source code is available with the Mesa code and
will generate the required libraries when compiled.

Hope this helps.

Raghavan

Johansen Mona wrote:

> Hello,
>
> I use the r3.showdspf to display isosurfaces previously calculated
> with r3.mkdspf. I get the error message "error in loading shared
libraries:
> libGLw.so.3".
> After installing Mesa, the same error occures.
>
> Mona