On Mon, 2009-09-07 at 15:58 +0200, ivaylo.ganchev@univ-paris8.fr wrote:
Hello.
I can't manage to run the virtual machine under solaris 10. I have permanently the following output:
-bash: ./squeak: Invalid argument
Here is the output when I try to run the image with the vm of squeak:
iconv_open: Invalid argument This interpreter (vers. 6502) cannot read image file (vers. 1746468864). Press CR to quit...
Could someone provide me with a solution or with instructions to compile a vm for Solaris 10? The makefile is somewhat obscure with plenty of includes at /home/bryce/squeak/exupery without knowing whatś in there.
Help would be much appreciated.
First you are probably better off using Ian's squeak VMs which now have closure support. The makefiles are generated, regenerate them using: ../platforms/unix/config/configure Which will re-create all the makefiles without the references to my home directories. Bryce