------------------------------------------------------------------------------

A new configure error since 4/24 CVS.

    checking for gluBuild2DMipmaps in -lGLU... yes
->  ./configure[4828]: with-motif-libs=:  not found
    checking for XpSetImageResolution in -lXp... no

Not fatal, but fixable.  Looks like this bit in acinclude.m4:

    AC_ARG_WITH(motif-libs, [  --with-motif-libs       set path for motif
    libraries (default none)],[with_motif_libs=$withval], [with-motif-libs=''])
                                                               ^     ^
needs changed to:

    [with_motif_libs='']
         ^     ^

------------------------------------------------------------------------------

There's also this error, but it's been in CVS a while now:

   checking whether struct tm is in sys/time.h or time.h... time.h
->  ./configure[3687]: ccld_defaulted:  not found
   checking for pthread_getspecific in -lpthread... yes

and the fix is again in acinclude.m4:

   < if ccld_defaulted ; then 
   > if $ccld_defaulted ; then 
   ...
   < if ccld_defaulted ; then
   > if $ccld_defaulted ; then

------------------------------------------------------------------------------

Feel free to do the honors David.  I'm CVSless until 5pm.

Thanks,

Randy

-- 
Randall Hopper (mailto:[EMAIL PROTECTED])
Lockheed Martin Operation Support
EPA Scientific Visualization Center
US EPA N127-01; RTP, NC 27711

Reply via email to