[racket] Compiling on FreeBSD/sparc

From: John Floren (slawmaster at gmail.com)
Date: Fri Jul 2 15:22:36 EDT 2010

On Fri, Jul 2, 2010 at 2:42 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> On Fri, Jul 2, 2010 at 2:39 PM, John Floren <slawmaster at gmail.com> wrote:
>> I thought I'd give racket a shot on my new FreeBSD/sparc64 system, but
>> in compiling it I ran into a problem:
>>
>> make racketcgc
>> `racketcgc' is up to date.
>
> One thing to try is 'make cgc', which just builds the version with the
> conservative collector.  It won't perform as well, but you'll be able
> to try it out.
> --
> sam th
> samth at ccs.neu.edu
>

That helped, but make install-cgc has problems now:
[root at sparcy ~/plt-5.0/src/build]# make install-cgc
make install-cgc-common
make install-common-first
mkdir -p "/root/plt-5.0/bin"  "/root/plt-5.0/collects"
"/root/plt-5.0/doc"  "/root/plt-5.0/lib"  "/root/plt-5.0/include"
"/root/plt-5.0/lib"  "/root/plt-5.0/man"
cd racket; make install-cgc
make headers
./racketcgc -cqu ../../racket/mkincludes.rkt "/root/plt-5.0/include"
"../../racket" .
*** Signal 4

Stop in /root/plt-5.0/src/build/racket.
*** Error code 1

Stop in /root/plt-5.0/src/build/racket.
*** Error code 1

Stop in /root/plt-5.0/src/build.
*** Error code 1

Stop in /root/plt-5.0/src/build.


John
-- 
"With MPI, familiarity breeds contempt. Contempt and nausea. Contempt,
nausea, and fear. Contempt, nausea, fear, and .." -- Ron Minnich


Posted on the users mailing list.