Hi all.

Is this a correct bootstrap script for building a git version
from release 4.7.0.3-st (called chicken470)?

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
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
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 install
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 check

gcc32 is a little script (used for 32-bit builds on a 64-bit box):

#!
gcc -m32 -Wa,-32 $*


If correct, I would like to report that of 5 tries I made yesterday,
each try failed with:

[panic] `##sys#error-hook' is not defined - the `library' unit was probably not 
linked with this executable - execution terminated

Interestingly, each try failed at a different location in the build process.

Ciao
Sven

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

Reply via email to