Re: how to build clisp -> how to build libsigsegv
[email protected] (Don Cohen)
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <[email protected]> |
Usually, when you get libraries using GNU configure from git, you need
to use autotools to generate the configure file.
It would be nice for the INSTALL file to mention that.
Try to run:
autoconf
before:
./configure
yum install autoconf was required in order to run autoconf
$ autoconf
configure.ac:29: error: possibly undefined macro: AM_INIT_AUTOMAKE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:30: error: possibly undefined macro: AM_CONFIG_HEADER
configure.ac:621: error: possibly undefined macro: AM_SUBST_NOTMAKE
configure.ac:952: error: possibly undefined macro: AM_CONDITIONAL
[2015-12-06 06:54:43 root@ip-172-31-7-120 ~/libsigsegv]
$ ./configure
configure: error: cannot find install-sh, install.sh, or shtool in build-aux "."/build-aux
I then tried
$ ./autogen.sh
and eventually came to the conclusion that what was really needed was:
yum install automake
./autogen.sh
./configure
At this point I don't know whether the yum install autoconf was
really needed.
I suggest that the INSTALL file be updated to mention whatever
is really needed.
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
clisp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/clisp-list