[racket] Errors trying to compile Racket 5.1.1 on Linux (Ubuntu 10.04 LTS)

From: Keith Frost (keith.l.frost at gmail.com)
Date: Tue Aug 2 10:27:13 EDT 2011

Please see attachment.

On Mon, Aug 1, 2011 at 7:28 PM, Jon Rafkind <rafkind at cs.utah.edu> wrote:
> Try running make with strace
> $ strace make 2> out
> $ gzip out
>
> Send out.gz as an attachment or post it somewhere.
>
> On 08/01/2011 01:07 PM, Keith Frost wrote:
>> ### I do:
>> cd racket-5.1.1/src
>> mkdir build
>> cd build
>> ../configure
>> make
>>
>> ### and I see:
>>
>> make 3m
>> make[1]: Entering directory '/home/kfrost/racket-5.1.1/src/build'
>> cd racket; make 3m
>> /bin/sh: line 0: cd: racket: No such file or directory
>> make[2[: Entering directory '/home/kfrost/racket-5.1.1/src/build'
>> cd racket; make 3m
>> /bin/sh: line 0: cd: racket: No such file or directory
>>
>> ### Repeated over 1000 times (with the int next to make incremented
>> each time)...
>> ### Ending with a stack of Error 2 messages.
>>
>> # Has anyone else seen this?  What's wrong?
>> # Thanks.
>> _________________________________________________
>>   For list-related administrative tasks:
>>   http://lists.racket-lang.org/listinfo/users
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>



-- 
Keith Frost
Help me help the Leukemia and Lymphoma Society fight cancer!
http://pages.teamintraining.org/nyc/hampton11/kfrostroe0.  If your
employer does not match charitable donations, mine does, so you can
double your donation by sending it directly to me.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: strace.out.gz
Type: application/x-gzip
Size: 30903 bytes
Desc: not available
URL: <http://lists.racket-lang.org/users/archive/attachments/20110802/37d380ce/attachment.gz>

Posted on the users mailing list.