axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2


From: Humberto Ortiz-Zuazaga
Subject: Re: [Axiom-developer] RE: gcl-2.6.8pre on MAC OSX 10.2
Date: Mon, 06 Nov 2006 21:14:31 -0400
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

Gabriel Dos Reis wrote:

> While composing this message, I fired the upgrade to the most recent
> GCL-2.6.8pre.  Do you see any other patches that I may have forgotten
> that should go into build-improvements?

I still can't pull the svn source on the Mac, so I pulled on a linux box
and copied them over to the Mac this morning.

I have built axiom again. I needed to patch 2 files:

1) src/hyper/hthits.pamphlet, using Waldek's patch:

http://lists.nongnu.org/archive/html/axiom-developer/2006-11/msg00195.html

and

2) $ svn diff src/graph/viewman/viewman.c.pamphlet
Index: src/graph/viewman/viewman.c.pamphlet
===================================================================
--- src/graph/viewman/viewman.c.pamphlet        (revision 252)
+++ src/graph/viewman/viewman.c.pamphlet        (working copy)
@@ -116,7 +116,7 @@
   int keepLooking,code;

   bsdSignal(SIGPIPE,brokenPipe,DontRestartSystemCalls);
-#if defined(BSDplatform)
+#if defined(BSDplatform) || defined (MACOSXplatform)
   bsdSignal(SIGCHLD,endChild,RestartSystemCalls);
 #else
   bsdSignal(SIGCLD,endChild,RestartSystemCalls);

I built --without-noweb --with-gcl, the configure for the built in gcl
isn't working right. I think it's a bug in gcl-2.6.8pre (if you call
configure with no --prefix, the make tries to echo data into /bin/gcl
and fails with permission problems).

I'll try to send Camm a patch (or at least a real bug report).

-- 
Humberto Ortiz-Zuazaga
Programmer-Archaeologist
University of Puerto Rico
http://www.hpcf.upr.edu/~humberto/

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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