newLISP Fan Club

Forum => newLISP newS => Topic started by: Tim Johnson on March 15, 2008, 10:45:56 AM

Title: Compiling newlisp on ubuntu
Post by: Tim Johnson on March 15, 2008, 10:45:56 AM
Just a quick tip - to compile newlisp on ubuntu the

libc6-dev package is needed for the header files at

/usr/include. If libc6-dev is missing you will see references

to files such like stdlib.h, stdio.h, as missing.



apt-get install libc6-dev will do it.

Or get it via adept manager.

 

If newlisp were included in the ubuntu repositories,

that might contribute to more exposure, and provide

for automatic updating. I'm happy to compile, but

others might like that....

MTCW

Tim

P.S. Darn, this should be in newLISP for *n?x section. Sorry.

tj
Title:
Post by: Dmi on March 17, 2008, 11:54:24 PM
Hi, Tim!

Look at //http://en.feautec.pp.ru/SiteNews/NewLispDebian/

There is an Ubuntu version and source package which compiles both on Ubuntu and Debian.

I maintaining this stuff.

The debian version is at mentors.debian.net too. But, in fact, I haven't sufficient time at now for pushing it finally into debian unstable :-
Title:
Post by: Tim Johnson on March 18, 2008, 08:39:03 AM
Yes. I saw that after posting this. Great! I do prefer to compile, but

maybe your resources should be in the docs or as a sticky.

Tim
Title:
Post by: Dmi on March 18, 2008, 08:48:41 AM
You can still compile this doing
apt-get source newlisp
cd newlisp-***
dpkg-buildpackage -rfakeroot


This will make your own deb
Title:
Post by: Tim Johnson on March 18, 2008, 09:32:59 AM
Quote from: "Dmi"You can still compile this doing
apt-get source newlisp
cd newlisp-***
dpkg-buildpackage -rfakeroot


This will make your own deb

Cool! Will this provide that I be notified of updates/new versions

automatically?

Tim

'(old-linux-hand (new-to-ubuntu))
Title:
Post by: Dmi on March 18, 2008, 11:49:33 PM
Subsequental "apt-get update; apt-get source newlisp" in  the same directory will update your sources when the new versio/|patch will appear on the server.



I don't know if there's a separate mechanism in debian to check sources for updates.