chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] bootstrapping (again)


From: Sven Hartrumpf
Subject: Re: [Chicken-hackers] bootstrapping (again)
Date: Tue, 13 Dec 2011 10:19:07 +0100 (CET)

Hi Felix.

Tue, 13 Dec 2011 09:35:27 +0100 (CET), felix wrote:
>> export PLATFORM=linux
>> export ARCH=x86
>> make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 
>> -fomit-frame-pointer -march=core2' LINKER=gcc32 LINKER_OPTIONS= 
>> PREFIX=/usr/local/chicken-master NOPTABLES=1 confclean spotless
>> make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 
>> -fomit-frame-pointer -march=core2' LINKER=gcc32 LINKER_OPTIONS= 
>> PREFIX=/usr/local/chicken-master NOPTABLES=1 boot-chicken CHICKEN=chicken470
>> make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 
>> -fomit-frame-pointer -march=core2' LINKER=gcc32 LINKER_OPTIONS= 
>> PREFIX=/usr/local/chicken-master NOPTABLES=1 CHICKEN=./chicken-boot
> 
> Those look right.
> 
>> make C_COMPILER=gcc32 C_COMPILER_OPTIMIZATION_OPTIONS='-O2 
>> -fomit-frame-pointer -march=core2' LINKER=gcc32 LINKER_OPTIONS= 
>> PREFIX=/usr/local/chicken-master NOPTABLES=1
> 
> This will compile with whatever chicken is in the path

Oh, yes.
So, I will build in my git repo only with ... CHICKEN=./chicken-boot
from now on.

> Is LD_LIBRARY_PATH globally set?

Yes, but it does not include any paths with chicken libraries.

For the check step:
Is this intended to test the freshly installed chicken or the uninstalled one?
Given the problems I see from time to time, I would like to check the installed
chicken. Is this possible?
I can use:

(cd tests ; sh runtests.sh )

but this will use ../chicken (the uninstalled one).

Ciao
Sven



reply via email to

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