gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: gcl


From: Camm Maguire
Subject: [Gcl-devel] Re: gcl
Date: 13 Dec 2001 14:09:11 -0500

Greetings!  I see.

1) Could you send me a build output, from the configure stage on?

2) I can see this from 1), but what system does configure setup for? 

3) Here is the patch I thought might help.  Has nothing to do with an
   nt break, but rather a segfault on unreliable stdin/stdout
   initialization.   What is an nt break?  


--- ../../gcl/h/386-linux.h     Sun May  6 11:59:23 2001
+++ 386-linux.h Wed Dec 12 21:58:29 2001
@@ -243,4 +243,17 @@
  */
 
 /* End for cmpinclude */
+/* define if there is no _cleanup,   do here what needs
+   to be done before calling unexec
+   */   
+#define CLEANUP_CODE \
+  setbuf(stdin,0); \
+   setbuf(stdout,0);
+
+/* the following will try to make sure that the stdin and stdout are
+set correctly on startup after a save */
+
+
+#define INIT_CORE_END terminal_io->sm.sm_object0->sm.sm_fp = 
stdin;terminal_io->sm.sm_object1->sm.sm_fp = stdout;
+
 
4) I'd like to know how clisp handles cygwin in more detail. You can force the
   configuration choice with the following to ./configure:
        --enable-machine=XXXX will force the use of one of the definitions in 
h/XXXX.defs 
        
5) Would you like to be added to the list of contributers on savannah?
   To do so, you need merely fill out a brief registration there, and
   let me know.

Take care,


address@hidden writes:

> I will join the list, and can test on windows.  However, I have allready
> tried to build 2.4, and cvs, and went back to this version, to see if
> I could build any version with cygwin.  I am sure the problem has to do
> with a hard coded value for the nt break, and if the code was changed
> in the way clisp does it, to define cygwin as a kind of unix,
> it would probably work.  Why dont you email me Dr Schelters patch
> seperatly.
> Dan
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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