Hi,
I have an Ubuntu VM:
kahu@kahu:/usr/local/racket-5.0.99.6/src/build$ uname -a
Linux kahu 2.6.32-24-server #43-Ubuntu SMP Thu Sep 16 16:05:42 UTC
2010 x86_64 GNU/Linux
I cannot compile Racket 5.0.2 or the latest release. Compilation
consistently gets wedged on jit.c. I do
../configure
I took a look at the code. flvector-copy comes from vector-wraps.rkt.
vector-copy is implemented separately. All the vector code should be
moved into the one library but it's too much for me to take on at the
moment. Go for it, tiger :)
N.
On Sat, Jan 22, 2011 at 2:13 AM, Neil Toronto wrote:
> O
There is no way I know beyond just saving the text of the interactions.
HTH,
N.
On Fri, Jan 21, 2011 at 1:47 PM, Insik Cho wrote:
> Hi guys,
>
> I am working in racket console, and want to export all definitions to a
> file.
>
> Do you have any idea?
>
> - Joe
___
When I try to run ../configure --disable-gracket, I get a warning that
it's not a valid option:
configure: WARNING: unrecognized options: --disable-gracket
On Mon, Jan 24, 2011 at 7:42 AM, Noel Welsh wrote:
> Hi,
>
> I have an Ubuntu VM:
>
> kahu@kahu:/usr/local/racket-5.0.99.6/src/build$ una
I also get that, but it doesn't stop compilation from working on other
platforms.
N.
On Mon, Jan 24, 2011 at 2:25 PM, Stephen Chang wrote:
> When I try to run ../configure --disable-gracket, I get a warning that
> it's not a valid option:
>
> configure: WARNING: unrecognized options: --disable-g
fwiw, I used the commands you specified and the make completed
successfully. This was with a fresh clone of pltgit:plt. Here's the
ubuntu version I'm running.
stchang@mton:~/plt/src/build$ cat /etc/issue
Ubuntu 10.04.1 LTS \n \l
stchang@mton:~/plt/src/build$ uname -r
2.6.32-27-generic
On Mon,
Different kernel, same Ubuntu:
$ cat /etc/issue
Ubuntu 10.04.1 LTS \n \l
$ uname -r
2.6.32-24-server
Is your box 64-bit? If not, that might indicate the issue:
$ uname -a
Linux kahu 2.6.32-24-server #43-Ubuntu SMP Thu Sep 16 16:05:42 UTC
2010 x86_64 GNU/Linux
It's also running in a VM.
N.
On
Yes, it's 64bit. No VM though.
$ uname -a
Linux mton 2.6.32-27-generic #49-Ubuntu SMP Thu Dec 2 00:51:09 UTC
2010 x86_64 GNU/Linux
On Mon, Jan 24, 2011 at 10:14 AM, Noel Welsh wrote:
> Different kernel, same Ubuntu:
>
> $ cat /etc/issue
> Ubuntu 10.04.1 LTS \n \l
>
> $ uname -r
> 2.6.32-24-ser
Last thing I can think of:
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
N.
On Mon, Jan 24, 2011 at 3:17 PM, Stephen Chang wrote:
> Yes, it's 64bit. No VM though.
>
> $ uname -a
> Linux mton 2.6.32-27-generic #49-Ubuntu SMP Thu Dec 2 00:51:09 UTC
> 2010 x86_64 GNU/Linux
__
> Last thing I can think of:
>
> gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
$ gcc --version
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
How much memory does the VM have (i.e., how much "physical" memory does
it report to the OS)?
Could it be that processing "jit.c" uses so much memory that the xform
process within the OS within the VM spends all its times paging, so it
seems stuck? I had that problem once.
___
In v5.0.99.7, when the plain Racket REPL is blocked waiting for input,
it yields to GUI events. That's different from previous versions, which
would leave the GUI frozen while waiting for REPL input.
More information the change:
In v5.0.99.6, if you start plain Racket and load a GUI program like
12 matches
Mail list logo