> From: Camm Maguire 
> 
> Greetings, and thank you all so much!
> 
> The test patch that Vadim and I have been working on is this (against
> 2.6.8pre, i.e. Version_2_6_8pre in cvs):

Like Vadim,  I have built ansi gcl with this patch then maxima-5.12.0.
I have also built CVS maxima, after fixing a gcl specific problem 
introduced a couple of weeks ago.  Is there anything specific I can test.

I have been using a one-line patch for ages, as my ancient mingw/msys
setup doesn't define a necessary function.  I will try and remember 
why and report back

--- unixfsys.c~ 2005-07-19 03:07:24.000000000 +1000
+++ unixfsys.c  2006-08-09 22:24:57.623067200 +1000
@@ -279,7 +279,7 @@
     
        coerce_to_filename(pathname, filename);
        
-#ifdef S_IFLNK
+#if defined(S_IFLNK) && !defined(__MINGW32__)  
  {
 
    struct stat filestatus;


NOTICE
This e-mail and any attachments are private and confidential and may contain 
privileged information. If you are not an authorised recipient, the copying or 
distribution of this e-mail and any attachments is prohibited and you must not 
read, print or act in reliance on this e-mail or attachments.
This notice should not be removed.


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to