Hello there, this is my first message. I am trying to run Gambit on my UNIX box, is an old machine just 250 MHz. I am running Solaris 9, I downloaded the "*.tar.gz" file, expanded it. Then using terminal I issued the command "tar xvf ****.tar", it worked fine.
I have the Gambit directory on "/export/home/alfonso/MySoftware/Gambit***"
Then I issued the command /.configure it worked fine, I think, now I don't know what is the next step, so I can start using Gambit.
Any help will be appreciated.
Thanks.
Alfonso
Afficher les réponses par date
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2-Feb-07, at 4:02 PM, urrozalf@vcn.bc.ca wrote:
Hello there, this is my first message. I am trying to run Gambit on my UNIX box, is an old machine just 250 MHz. I am running Solaris 9, I downloaded the "*.tar.gz" file, expanded it. Then using terminal I issued the command "tar xvf ****.tar", it worked fine.
I have the Gambit directory on "/export/home/alfonso/MySoftware/ Gambit***"
Then I issued the command /.configure it worked fine, I think, now I don't know what is the next step, so I can start using Gambit.
Any help will be appreciated.
On most Unix platforms the system can be easily built, tested and installed using the following commands:
% ./configure % make % make check % make install
Marc