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
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
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
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.
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
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
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
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
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]
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
10 matches
Mail list logo