Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-05-01 Thread Aaron Turner
So I found the solution on the guile users list: To build libguile under Cygwin: make clean libtoolize --copy --force ./configure make make install Apparently the version of libtool included in guile is broken and this fixes it. After that, autogen seems to be a lot more stable and doesn't cras

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-30 Thread Brian Dessent
Aaron Turner wrote: > > - If the configure checks fail, what's the contents of config.log? ^ > > Problem is that it can't link to libguile. guile-config link returns: Yes, I know it can't link to libguile. That's why I asked

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-30 Thread Earnie Boyd
Quoting Aaron Turner <[EMAIL PROTECTED]>: > > configure: guile-config used for LIBS: -lguile -lltdl > -L/usr/local/lib -lgmp -lcrypt -lm -lltdl > LIBARGS is used for -L/usr/local/lib LIBS is to specify only the libraries and not the paths. You might need to modify guile-config by hand. And li

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-29 Thread Aaron Turner
On Tue, Apr 29, 2008 at 4:01 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > Aaron Turner wrote: > > > What's the "right version" of gcc to use? I removed the Cygwin > > version of guile, grabbed the sources and built & installed from > > scratch, but autogen complains it can't link against it.

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-29 Thread Brian Dessent
Aaron Turner wrote: > What's the "right version" of gcc to use? I removed the Cygwin > version of guile, grabbed the sources and built & installed from > scratch, but autogen complains it can't link against it. Or is there > some other trick that I'm missing (yes, I tried specifying > --with-lib

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-29 Thread Aaron Turner
Anyone? On Sun, Apr 27, 2008 at 10:28 PM, Aaron Turner <[EMAIL PROTECTED]> wrote: > > On Sun, Apr 27, 2008 at 12:48 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: [snip] > > This is due to a broken libguile Cygwin package, caused by the guile > > package maintainer using an incompatible version

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-27 Thread Aaron Turner
On Sun, Apr 27, 2008 at 12:48 PM, Brian Dessent <[EMAIL PROTECTED]> wrote: > Aaron Turner wrote: > > > Running the latest Cygwin under XP, configure reports both fopencookie > > and funopen as not found. > > The functions aren't in Cygwin 1.5.x, only in the development version. > > > > AutoGen

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-27 Thread Bruce Korb
On Sunday 27 April 2008 12:48:02 pm Brian Dessent wrote: > Aaron Turner wrote: > > Running the latest Cygwin under XP, configure reports both fopencookie > > and funopen as not found. > > The functions aren't in Cygwin 1.5.x, only in the development version. This is not a fatal problem. I mean th

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-27 Thread Brian Dessent
Aaron Turner wrote: > Running the latest Cygwin under XP, configure reports both fopencookie > and funopen as not found. The functions aren't in Cygwin 1.5.x, only in the development version. > AutoGen aborting on signal 11 (Segmentation fault) in state DONE > processing template 3 [main]

Re: [Autogen-users] autogen-5.9.5pre1 pre-release

2008-04-27 Thread Aaron Turner
Hey Bruce, Running the latest Cygwin under XP, configure reports both fopencookie and funopen as not found. Also, columns/column.c:169 should be: (%ld instead of %d) fprintf(stderr, "Cannot malloc %ld byes\n", colCt + 0); Otherwise it won't compile for me. I'm also getting a segfault during