Re: [SEToolkit-developer] Do we have any 'build' instructions yet?
Brought to you by:
dmichelsen
From: Tankersley, J. <jon...@ed...> - 2007-11-29 18:48:51
|
I'm trying to build with the latest SVN release on a clean Solaris 10 SPARC server. I had to 'build' GNU m4, autoconf and automake and can't get autoconf to run properly. sysstat@tuluelab1 $ aclocal sysstat@tuluelab1 $ autoconf configure.ac:34: error: possibly undefined macro: AC_LIBTOOL_DLOPEN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:35: error: possibly undefined macro: AC_DISABLE_STATIC configure.ac:36: error: possibly undefined macro: AC_PROG_LIBTOOL sysstat@tuluelab1 $ automake configure.ac: required file `./install-sh' not found configure.ac: required file `./missing' not found sex/gui/lib/Makefile.am:25: Libtool library used but `LIBTOOL' is undefined sex/gui/lib/Makefile.am:25: sex/gui/lib/Makefile.am:25: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' sex/gui/lib/Makefile.am:25: to `configure.ac' and run `aclocal' and `autoconf' again. sex/gui/lib/Makefile.am: required file `./depcomp' not found sex/net/lib/Makefile.am:35: Libtool library used but `LIBTOOL' is undefined sex/net/lib/Makefile.am:35: sex/net/lib/Makefile.am:35: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL' sex/net/lib/Makefile.am:35: to `configure.ac' and run `aclocal' and `autoconf' again. configure.ac:22: required file `./config.guess' not found configure.ac:22: required file `./config.sub' not found configure.ac:21: required file `config.h.in' not found |