[Pharo-project] problem with running Pharo under Solaris 10 9/05
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. Thanks in advance, Ivaylo
first you should try squeak to run on solaris because there was a release on the new squeak vm. Then solaris this is 10 years I do not touch one :) Stef On Sep 7, 2009, at 3:58 PM, 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.
Thanks in advance, Ivaylo
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Squeak works fine under solaris 10, I managed to compile one with some struggle. Now a teacher at our department wants to have pharo, because she feels better with it. I was suggested by her to ask a for assistance at the mailing list. Regards, Ivaylo Stéphane Ducasse wrote:
first you should try squeak to run on solaris because there was a release on the new squeak vm. Then solaris this is 10 years I do not touch one :)
Stef
On Sep 7, 2009, at 3:58 PM, 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.
Thanks in advance, Ivaylo
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Hi, for Pharo you need a closure enable VM. You can try from here: http://www.squeakvm.org/unix/ the version Squeak-3.10-6 Or try http://gforge.inria.fr/frs/download.php/22745/pharo-vm-0.15.2d-linux.zip Best, Mariano On Mon, Sep 7, 2009 at 12:51 PM, Ivaylo Ganchev < ivaylo.ganchev@univ-paris8.fr> wrote:
Squeak works fine under solaris 10, I managed to compile one with some struggle. Now a teacher at our department wants to have pharo, because she feels better with it. I was suggested by her to ask a for assistance at the mailing list.
Regards, Ivaylo
Stéphane Ducasse wrote:
first you should try squeak to run on solaris because there was a release on the new squeak vm. Then solaris this is 10 years I do not touch one :)
Stef
On Sep 7, 2009, at 3:58 PM, 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.
Thanks in advance, Ivaylo
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
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
participants (5)
-
Bryce Kampjes -
Ivaylo Ganchev -
ivaylo.ganchev@univ-paris8.fr -
Mariano Martinez Peck -
Stéphane Ducasse