Re: [ast-developers] building ksh alpha on debian testing

2013-10-31 Thread Giovanni Rapagnani
t a note from dgk about this on ubuntu > the iffe generated file has > #define foo > but gcc also has > #define linux 1 > so foo expands to > I reposted the INIT tarball with iffe fixed to generate "bar-1-huh" instead > > > On Wed, Oct 30, 2013 at 3:

Re: [ast-developers] building ksh alpha on debian testing

2013-10-30 Thread Giovanni Rapagnani
gt; > > > On Wed, Oct 30, 2013 at 4:11 AM, Giovanni Rapagnani <mailto:giova...@ideanet.be>> wrote: > > On 30/10/13 05:49, Glenn Fowler wrote: > > what is the definition of _nxt_sys_socket in > > $INSTALLROOT/src/lib/libast/ast_socket.h >

Re: [ast-developers] building ksh alpha on debian testing

2013-10-30 Thread Giovanni Rapagnani
/socket.h> /* include path for the native */ -- Giovanni Rapagnani ___ ast-developers mailing list ast-developers@lists.research.att.com http://lists.research.att.com/mailman/listinfo/ast-developers

Re: [ast-developers] building ksh alpha on debian testing

2013-10-28 Thread Giovanni Rapagnani
Target: x86_64-linux-gnu And on a ARM virtual machine, I have: Target: arm-linux-gnueabihf See the link above to the list of gnu triplet for other values. I am going to give other details about my issue in response to the mail of Irek. -- Giovanni Rapagnani

Re: [ast-developers] building ksh alpha on debian testing

2013-10-27 Thread Giovanni Rapagnani
On 02/10/13 22:55, Cedric Blancher wrote: > On 2 October 2013 22:43, Giovanni Rapagnani wrote: >> I may try to post a message on debian-devel ml and see what they think >> about this. > > Please post the archive url of the posting so we can follow the discussion. I submit

Re: [ast-developers] building ksh alpha on debian testing

2013-10-02 Thread Giovanni Rapagnani
r/include/x86_64-linux-gnu, either ksh sources are missing something to be compiled under current version of Debian, Ubuntu and probably all derivatives. I may try to post a message on debian-devel ml and see what they think about this. Thanks. -- Giovanni Rapagnani

Re: [ast-developers] building ksh alpha on debian testing

2013-10-02 Thread Giovanni Rapagnani
3] Debian 7.0 is the current stable version of Debian. -- Giovanni Rapagnani ___ ast-developers mailing list ast-developers@lists.research.att.com http://lists.research.att.com/mailman/listinfo/ast-developers

Re: [ast-developers] building ksh alpha on debian testing

2013-10-02 Thread Giovanni Rapagnani
header directory? Or should an option be passed to bin/package make? Best regards. -- Giovanni Rapagnani ___ ast-developers mailing list ast-developers@lists.research.att.com http://lists.research.att.com/mailman/listinfo/ast-developers

Re: [ast-developers] building ksh alpha on debian testing

2013-10-01 Thread Giovanni Rapagnani
a > > On Mon, Sep 30, 2013 at 9:05 PM, Giovanni Rapagnani > wrote: >> On 30/09/13 20:18, ольга крыжановская wrote: >>> Giovanni, can you download >>> http://svn.nrubsig.org/svn/people/gisburn/scripts/buildksh93.sh and >>> build ksh93 like this: >>>

Re: [ast-developers] building ksh alpha on debian testing

2013-09-30 Thread Giovanni Rapagnani
hout problem: gio@testing:~/test/ksh-93u+20120801/arch/linux.i386-64/bin$ ./ksh $ echo $KSH_VERSION Version AJM 93u+ 2012-08-01 > BTW: Which Debian version do you use? I am trying to compile it on the testing distribution of Debian. Thank you to help to figure out what is wr