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
Compiling newlisp on ubuntu
-
- Posts: 253
- Joined: Thu Oct 07, 2004 7:21 pm
- Location: Palmer Alaska USA
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 :-\
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 :-\
WBR, Dmi
-
- Posts: 253
- Joined: Thu Oct 07, 2004 7:21 pm
- Location: Palmer Alaska USA
You can still compile this doing
This will make your own deb
Code: Select all
apt-get source newlisp
cd newlisp-***
dpkg-buildpackage -rfakeroot
WBR, Dmi
-
- Posts: 253
- Joined: Thu Oct 07, 2004 7:21 pm
- Location: Palmer Alaska USA
Cool! Will this provide that I be notified of updates/new versionsDmi wrote:You can still compile this doingThis will make your own debCode: Select all
apt-get source newlisp cd newlisp-*** dpkg-buildpackage -rfakeroot
automatically?
Tim
'(old-linux-hand (new-to-ubuntu))