Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 1995 21:49:03 -0700
From:      asami@CS.Berkeley.EDU (Satoshi Asami | =?ISO-2022-JP?B?GyRCQHUbKEI=?= =?ISO-2022-JP?B?GyRCOCsbKEIgGyRCOC0bKEI=?=)
To:        jhs@vector.eikon.e-technik.tu-muenchen.de
Cc:        ports@FreeBSD.org
Subject:   Re: Sather-1.0.5
Message-ID:  <199505240449.VAA03650@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199505222249.AAA08181@vector.eikon.e-technik.tu-muenchen.de> (message from Julian Howard Stacey on Tue, 23 May 1995 00:49:18 %2B0200)

next in thread | previous in thread | raw e-mail | index | archive | help
 * My spare FreeBSD-current box (a 386)
 * has been chewing on this last line for about 8 hours:
 * 
 * ===>  Building for Sather-1.0.5
 * if [ ! -z "" ]; then  echo "You must turn off the SATHER_COMMANDS environment variable.";  exit 1;  fi
 * cd Boot/cs.code; make CC='gcc' CFLAGS='-O2' CS='cs'
 * gcc -O2 -c globals.c
 * 
 * The box only has 8M,
 * The C file is 430116  bytes
 * one gets a large growing .i file in /var/tmp

Here (on thud), the build goes like this:

=======
===>  Building for Sather-1.0.5
if [ ! -z "" ]; then  echo "You must turn off the SATHER_COMMANDS environment va
riable.";  exit 1;  fi
cd System/GC; make -f 'Makefile' CFLAGS='-O2 -DSILENT' CC='gcc' RANLIB='ranlib'
gcc -O2 -DSILENT -c alloc.c
 :
<lots of lines deleted>
 :
cd Boot/cs.code; make CC='gcc' CFLAGS='-O2' CS='cs'
gcc -O2 -c globals.c
=======

It seems like there is something wrong with the compilation order.
How that can happen, I have no idea.

Satoshi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505240449.VAA03650>