NewLISP and CentOS

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
Fritz
Posts: 66
Joined: Sun Sep 27, 2009 12:08 am
Location: Russia

NewLISP and CentOS

Post by Fritz »

I got a virtual server with CentOS installed: now I need to run my newLISP projects on it.

Is it possible to install newLISP somehow via yum or any other automatic manager?

Or I should download sources and compile newLISP manually?

tomtoo
Posts: 46
Joined: Wed Oct 28, 2009 10:00 pm

Re: NewLISP and CentOS

Post by tomtoo »

centos may have newlisp in its repositories, but I would go ahead and compile it manually, myself.

Fritz
Posts: 66
Joined: Sun Sep 27, 2009 12:08 am
Location: Russia

Re: NewLISP and CentOS

Post by Fritz »

Thank you, installed successfully. If anybody else will try to repeat:

wget http://www.newlisp.org/downloads/newlisp-10.2.8.tgz
tar -xf newlisp-10.2.8.tgz
cd newlisp-10.2.8
sudo ./configure-alt
sudo make
sudo make install

TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

Re: NewLISP and CentOS

Post by TedWalther »

Just for your info, you should only need sudo at the last step, "make install".
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

Locked