Compiling newlisp on ubuntu
Posted: Sat Mar 15, 2008 5:45 pm
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
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