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

2011-08-02 Thread Keith Frost
Please see attachment. On Mon, Aug 1, 2011 at 7:28 PM, Jon Rafkind 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: >>

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

2011-08-02 Thread Keith Frost
build using the Unix source > (racket-5.1.1-src-unix.tgz) on your same distribution, Ubuntu 10.04. > > I'm using GNU Make 3.81. > > Bill T. > -- Keith Frost Help me help the Leukemia and Lymphoma Society fight cancer! http://pages.teamintraining.org/nyc/hampton11/kfrostroe0

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

2011-08-01 Thread Keith Frost
prints 0, indicating a successful > configuration. After that, could you type `ls' and tell me what it says? > > Bill T. > > On Mon, Aug 01, 2011 at 03:07:39PM -0400, Keith Frost wrote: >> ### I do: >> cd racket-5.1.1/src >> mkdir build >> cd build >> ../c

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

2011-08-01 Thread Keith Frost
### 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'