[GRASS5] [bug #1033] (grass) motif and configure

Markus Neteler neteler at itc.it
Thu May 2 03:03:25 EDT 2002


On Tue, Apr 30, 2002 at 06:59:34PM +0100, Glynn Clements wrote:
> 
> Markus Neteler wrote:
> 
> > > 3. Or are we discussing the OpenGL widget library (lib*GLw*)? Which is
> > > a separate problem to either OpenGL or Motif.
> > 
> > Yes, this problem remains (GLwCreateMDrawingArea is needed for compilation):
> > 
> > configure ... --with-glw
> > [...]
> > checking whether to use GLw... yes
> > checking for location of GLw includes... 
> > checking for GL/GLwMDrawA.h... yes
> > checking for location of GLw library... 
> > checking for GLwCreateMDrawingArea in -lGLw... no
> > checking for GLwCreateM1DrawingArea in -lGLw... no
> > checking for GLwCreateM2DrawingArea in -lGLw... no
> > checking for GLwCreateMDrawingArea in -lGLwM... no
> > checking for GLwCreateM1DrawingArea in -lGLwM... no
> > checking for GLwCreateM2DrawingArea in -lGLwM... no
> > configure: error: *** Unable to locate GLwM library.
> > 
> > On my Redhat box is
> > locate GLw 
> 
> [snip]
> 
> > /usr/lib/libMesaGLw.a
> 
> I'll check for that as well, but does that library include the Motif
> widget (use "nm /usr/lib/libMesaGLw.a")? If not, you will need
> libMesaGLwM.a.

No, it is not included in this Redhat 7.1:

  nm /usr/lib/lib*GL*.a |grep GLwCreateM
  -> nothing

So I have to compile libMesaGLwM.a (aarg).

Markus



More information about the grass-dev mailing list