unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Bruno Haible <bruno@clisp.org>
Subject: building guile from CVS
Date: Fri, 21 Jan 2005 13:09:39 +0100	[thread overview]
Message-ID: <200501211309.39329.bruno@clisp.org> (raw)
In-Reply-To: <87d5vzd6bb.fsf@zip.com.au>

Hi,

Configuring guile-core from CVS so that it builds requires a wizard.
Although I can claim to be an old autoconf and automake user, I needed
two hours and the help from Kevin Ryde to get it running.

Therefore I'd suggest that you add some instructions to guile-core/autogen.sh
so that it does become so extremely frustrating to attempt to build guile.

# =====================================================================
# The above commands can fail under some circumstances.
# Here are instructions for getting things working manually.
#
# 1) You need autoconf 2.59, automake 1.9.x in the $PATH.
#    You also need libtool >= 1.5 installed, say, under $LIBTOOL_PREFIX.
#    You also need gettext >= 0.11.2 installed, say, under $GETTEXT_PREFIX.
#
# 2) Use these commands to update guile-core:
#    $LIBTOOL_PREFIX/bin/libtoolize --force --copy --ltdl
#    cp $LIBTOOL_PREFIX/share/aclocal/libtool.m4 guile-config/libtool.m4
#    aclocal -I guile-config
#    autoconf
#    autoheader && touch config.h.in
#    automake -a
#    cp $GETTEXT_PREFIX/share/gettext/config.rpath config.rpath
#
# 3) Use these commands to update guile-core/guile-readline:
#    (cd guile-readline
#     aclocal -I ../guile-config
#     autoconf
#     automake -a
#    )
#
# 4) For the first configure, use
#    ./configure --enable-maintainer-mode

Bruno



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel


  parent reply	other threads:[~2005-01-21 12:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-09 22:48 doc gettext Kevin Ryde
2005-01-10 21:11 ` Bruno Haible
2005-01-23 23:20   ` Kevin Ryde
     [not found] ` <200501202239.07346.bruno@clisp.org>
     [not found]   ` <87d5vzd6bb.fsf@zip.com.au>
2005-01-21 12:09     ` Bruno Haible [this message]
2005-01-21 14:06       ` building guile from CVS Marius Vollmer
2005-01-21 15:41         ` Bruno Haible
2005-01-21 21:45           ` Kevin Ryde
2005-01-22 14:03             ` Marius Vollmer
2005-01-24 15:25             ` Bruno Haible
2005-02-28  1:17           ` Marius Vollmer
2005-02-28  1:31             ` Marius Vollmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501211309.39329.bruno@clisp.org \
    --to=bruno@clisp.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).