Compiling on Debian Armel

Started by bludra84, August 27, 2009, 08:22:44 AM

Previous topic - Next topic

bludra84

This works perfect after running a ./configure-alt and then removing the "-m32" option from the compiler and linker flags. Dunno how useful that is to anyone. I'm running newlisp on a Linksys NSLU2.

TedWalther

#1
Which version of newlisp did you use?  In 10.1.4, the configure-alt shouldn't put the m32 flag unless the compiler supports it.



Ted
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.

bludra84

#2
I'm using 10.1.1



Is the development version stable enough for normal use?

Lutz

#3
Yes, most development versions are and 10.1.4 is too.

newdep

#4
Aaa nice work ;-) Actualy we should port newlisp to everything that is

able to compile C and has a prompt...

The Debian ARMel packages are the same that run on the Nokia 810...

It depends on your Linux environment if you can use the configure scripts,

but newlisp does run fine on the ARMel.. ;-)
-- (define? (Cornflakes))

TedWalther

#5
Quote from: "newdep"Aaa nice work ;-) Actualy we should port newlisp to everything that is

able to compile C and has a prompt...

The Debian ARMel packages are the same that run on the Nokia 810...

It depends on your Linux environment if you can use the configure scripts,

but newlisp does run fine on the ARMel.. ;-)


As of 10.1.4, the configure scripts auto-detect whether to use the -m32 flag, and also figure out the correct link options for libreadline.  If it failed on any platform before, give it a try now, it could really use the debugging.



It looks like "make" in OS/2 now supports lines starting with a tab like in Unix, so I could actually simplify the configure-alt file a little bit now.
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.