unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* Compiling from GIT
@ 2011-02-09 10:40 Hans Aberg
  2011-02-09 20:01 ` Andy Wingo
  0 siblings, 1 reply; 16+ messages in thread
From: Hans Aberg @ 2011-02-09 10:40 UTC (permalink / raw)
  To: bug-guile

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 can't see if it is a problem with Guile's configure.ac or some installation problem with autoconf-2.68 that makes it not looking into /usr/local/share.





^ permalink raw reply	[flat|nested] 16+ messages in thread
* Compiling from GIT
@ 2011-02-09 18:39 Hans Aberg
  2011-02-10 16:50 ` Andy Wingo
  0 siblings, 1 reply; 16+ messages in thread
From: Hans Aberg @ 2011-02-09 18:39 UTC (permalink / raw)
  To: bug-guile

> 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




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2011-03-12 10:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-09 10:40 Compiling from GIT 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
  -- strict thread matches above, loose matches on Subject: below --
2011-02-09 18:39 Hans Aberg
2011-02-10 16:50 ` 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

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).