chicken-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-hackers] Re: [Chicken-users] Build on cygwin problem


From: Elf
Subject: Re: [Chicken-hackers] Re: [Chicken-users] Build on cygwin problem
Date: Fri, 25 Jan 2008 13:51:53 -0800 (PST)


imho, make bootstrap is broken (even though it 'works').  bootstrapping
traditionally means that one can build the system entirely from scratch,
regardless of the presence or lack thereof of any other versions of the software. this is clearly not whats going on. an existing install on
the same prefix gets added in.  existing libs, export files, and includes
show up in very strange places.

HOWEVER:
has anyone tried doing a make bootstrap install and seeing what happens?
(i havent yet, but if my guesses are correct, that should be either a correct
bootstrapping or at least significantly closer.)

-elf


On Fri, 25 Jan 2008, Graham Fawcett wrote:

On Jan 25, 2008 9:36 AM, Graham Fawcett <address@hidden> wrote:
On Jan 25, 2008 2:36 AM, felix winkelmann <address@hidden> wrote:
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.

Hm. I tried again, and this time it worked. Is make-bootstrap intended
only for systems that have *no* Chicken installed? I wonder whether it
failed earlier because of my 2.5 installation, and is succeeding now
because I have 3.x installed.

G


_______________________________________________
Chicken-hackers mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-hackers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]