gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Patch for configure.in


From: Gregory Wright
Subject: Re: [Gcl-devel] Patch for configure.in
Date: 18 Jun 2002 15:57:28 -0400

Hi Vadim,

The gcl + ilisp (under emacs or xemacs) combination hangs during
initialization, before anything can passed to gcl. Ilisp provides hooks
to execute special commands on startup, but the failure happens too
soon.

Having studied the problem more this morning I think there is something
odd in the way gcl handles its i/o that causing the problem. I am trying
to track this down now.

For now, I think the option of turning off readline support is
acceptable (it is on by default, so the usual ./configure && make
procedure is unchanged for anyone who doesn't need fix). Having the
option to turn it off may be useful for embedding gcl in other
development environments, where gcl reads from a pipe and an external
editor handles the `terminal line discipline'.

I'll still try to get around to cleaning up configure.in. I've moved our
company to autoconf-2.50 and have found it is more sensitive to proper
m4 quoting than earlier versions. Any objections?

Best Wishes,
Greg





On Tue, 2002-06-18 at 16:07, Vadim V. Zhytnikov wrote:
> Gregory Wright пишет:
> > Hi,
> > 
> > The attached patch adds the option to build without readline support.
> > Just say ./configure --without-readline. Building with readline support
> > remains the default, if it is available.
> > 
> > Suppressing readline support is required to use gcl under ilisp, the
> > emacs/xemacs inferior lisp mode.
> > 
> > ilisp needs to be buffed up just a bit for gcl; I'm working on it.
> > 
> > The other change is to add some m4 quoting ('[ ]'), which is required by
> > recent autoconfs. I use autoconf-2.5 and the gcl's old configure.in
> > generates a broken configure file under this version.
> > 
> > configure.in needs a bit more help to make it bulletproof; I'll see when
> > I can get to it.
> > 
> > Best Wishes,
> > Greg
> > 
> 
> readline can be switched off at run time by
> 
> (si::readline-init nil nil nil nil)
> 
> Will it do?
> 
> Best wishes,
> 
> Vadim
> 
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
-- 

Gregory Wright
Chief Technical Officer
PacketStorm Communications, Inc.
20 Meridian Road
Eatontown, New Jersey 07724

1 732 544-2434 ext. 206
1 732 544-2437 [fax]
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]