Index: [thread] [date] [subject] [author]
  From: Marcus Sundberg <mackan@stacken.kth.se>
  To  : ggi-develop@eskimo.com
  Date: Fri, 12 Feb 1999 00:22:02 +0000

Re: GGI config problem

Jeff Bachtel wrote:
> 
> Almost certainly because I failed to read an important piece of
> documentation, I am at a loss on how to compile libggi. I've checked out
> the CVS tree, made sure that my automake, autoconf, and libtool
> installations are the recommended versions, but the configure script
> produced by autogen.sh in degas/lib/libggi brings up the error:
> 
> ./configure: line 580: syntax error near unexpected token
> `AM_INIT_AUTOMAKE(libggi,2.0,-)'
> ./configure: line 580: `AM_INIT_AUTOMAKE(libggi,2.0,-)'
> 
> Is autogen.sh what I should be running first? Or one of the scripts in the
> scripts dir? (I tried those, they didn't seem to have a lot of effect)
> 
> autogen produces the following errors:
> aclocal: configure.in: 11: macro `AM_DISABLE_STATIC' not found in library
> aclocal: configure.in: 61: macro `AM_PROG_LIBTOOL' not found in library

Yes, ./autogen.sh is what you should run. The above errors indicate
an incorrectly installed libtool. To ensure that the auto* suite works
correctly it seems you must install it in the order: autoconf. automake
and lastly libtool, and also install them all with the same prefix.

> and quite a few automake errors like:
> automake: display/X/Makefile.am: `X.la' is not a standard libtool library
> name

This is normal. It's not an error, just a warning.

//Marcus
-- 
-------------------------------+------------------------------------
        Marcus Sundberg        | http://www.stacken.kth.se/~mackan/
 Royal Institute of Technology |       Phone: +46 707 295404
       Stockholm, Sweden       |   E-Mail: mackan@stacken.kth.se

Index: [thread] [date] [subject] [author]