> > There seem (to me) to be a few other bugs as well in there.
> 
> Which ones?
> 

I guess what threw me the most were the changes to libtool.  I don't think they're 
neccessary. If you
try to rebuild the library from the minimal files
{       autogen.sh, 
        Makefile.am, 
        configure.in, 
        ./m4,
        acconfig.h
}
 it will fail. Instead you must use the "special" ggi libtool.  It's caused I think 
from the unneccessary LIBADD macro in Makefile.am.  Look at 
libxmi/default/stubs/Makefile.am . You will see an entry for stubs_la_LIBADD=libxmi.la 
.  If this is removed (and all other similar macros) then I'm pretty sure ggi can use 
the standard libtool 1.3.5 

Another question I have is: Why not put one configure.in file in the ./degas/lib 
directory rather than every library having its own?  This might make packaging (and 
developing easier).  This isn't a big deal though since there are advantages to not 
doing this.

Lee
-- 
Get your free email from www.linuxmail.org 


Powered by Outblaze

Reply via email to