Compiling on Debian Armel

Machine-specific discussion
Unix, Linux, OS X, OS/2, Windows, ..?
Locked
bludra84
Posts: 7
Joined: Thu Aug 27, 2009 1:55 pm

Compiling on Debian Armel

Post by 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
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

Post by TedWalther »

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

bludra84
Posts: 7
Joined: Thu Aug 27, 2009 1:55 pm

Post by bludra84 »

I'm using 10.1.1

Is the development version stable enough for normal use?

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Yes, most development versions are and 10.1.4 is too.

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by 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.. ;-)
-- (define? (Cornflakes))

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

Post by TedWalther »

newdep wrote: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.

Locked