From: Hans Aberg <haberg-1@telia.com>
To: bug-guile@gnu.org
Subject: Compiling from GIT
Date: Wed, 9 Feb 2011 19:39:41 +0100 [thread overview]
Message-ID: <BF27B617-1CC7-4421-95DF-0DB9E91F3636@telia.com> (raw)
> I made a new system installation, and now the GIT version does not generate 'configure'. I thought one should just run ./autogen.sh; however, this fails, because autoconf (called via autoreconf in this script) cannot find gettext.m4, which is in /usr/local/share/aclocal/, which should be copied into ./m4/.
I was able to fix this problem by copying the files to m4 (cp /usr/local/share/aclocal/* m4/). For some reason, autoconf does not copy them.
However, when compiling it, and also guile-1.9.15, I get segmentation fault (as below) in the compiler (Mac OS X 10.6.6 x86-64 Xcode 3.2.5). This does not happen in a somewhat older guile-1.9.8.
Hans
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -DBUILDING_LIBGUILE=1 -I.. -I.. -I../lib -I../lib -I/usr/local/lib/libffi-3.0.9/include -I/usr/local/include -I/usr/local/include -D_THREAD_SAFE -Wall -Wmissing-prototypes -Wdeclaration-after-statement -Wundef -Wswitch-enum -fvisibility=hidden -I/usr/local/include -g -O2 -MT libguile_2.0_la-vm.lo -MD -MP -MF .deps/libguile_2.0_la-vm.Tpo -c vm.c -fno-common -DPIC -o .libs/libguile_2.0_la-vm.o
vm.c:907: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.
make[3]: *** [libguile_2.0_la-vm.lo] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
next reply other threads:[~2011-02-09 18:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-09 18:39 Hans Aberg [this message]
2011-02-10 16:50 ` Compiling from GIT Andy Wingo
2011-02-10 17:40 ` Hans Aberg
2011-02-10 22:16 ` Ludovic Courtès
2011-02-10 22:54 ` Hans Aberg
2011-03-12 10:22 ` Hans Aberg
-- strict thread matches above, loose matches on Subject: below --
2011-02-09 10:40 Hans Aberg
2011-02-09 20:01 ` Andy Wingo
2011-02-09 22:20 ` Hans Aberg
2011-02-09 22:57 ` Hans Aberg
2011-02-10 8:40 ` Andy Wingo
2011-02-10 9:13 ` Hans Aberg
2011-02-12 11:30 ` Hans Aberg
2011-02-12 12:02 ` Andy Wingo
2011-02-12 13:58 ` Hans Aberg
2011-02-10 21:20 ` Hans Aberg
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=BF27B617-1CC7-4421-95DF-0DB9E91F3636@telia.com \
--to=haberg-1@telia.com \
--cc=bug-guile@gnu.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).