[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] Re: [Chicken-users] Build on cygwin problem
From: |
Graham Fawcett |
Subject: |
Re: [Chicken-hackers] Re: [Chicken-users] Build on cygwin problem |
Date: |
Fri, 25 Jan 2008 09:36:51 -0500 |
On Jan 25, 2008 2:36 AM, felix winkelmann <address@hidden> wrote:
> On Jan 25, 2008 6:02 AM, Matthew Welland <address@hidden> wrote:
> > Thanks for looking at this. Here is what I get when I compile from the path
> > you gave. This output is from a Linux build but I saw the same thing on a
> > Cywin build.
> The chicken with which you build is too old. You can use the "bootstrap"
> make target to create a bootstrapping chicken from a tarball of C
> sources, when you build from the svn trunk/branch.
I also had trouble while 'make-bootstrapping' the svn head on Linux
last week; sorry I didn't report it. Instead I downloaded a recent
binary, installed it in /tmp, set my LD_LIBRARY_PATH accordingly, and
then used 'make PLATFORM=linux CHICKEN=/tmp/chicken/.../chicken' to
bootstrap the 3.x version.
Felix, I'll try the make-bootstrap again, and send you the error output.
G