Gabriel Dos Reis wrote:

> What specifically did you want to do with malloc/malloc.h?

Add i386-macosx to powerpc-macosx test for malloc/malloc.h:

$ cvs diff -Nau configure.in
Index: configure.in
===================================================================
RCS file: /sources/gcl/gcl/configure.in,v
retrieving revision 1.112.4.1.2.2.2.47.2.3.2.1.4.2.4.2.4.24
diff -a -u -r1.112.4.1.2.2.2.47.2.3.2.1.4.2.4.2.4.24 configure.in
--- configure.in        2 Nov 2006 14:25:39 -0000
1.112.4.1.2.2.2.47.2.3.2.1.4.2.4.2.4.24
+++ configure.in        3 Nov 2006 02:52:22 -0000
@@ -563,7 +563,7 @@
     fi
 fi

-if test "$use" = "powerpc-macosx" ; then
+if test "$use" = "powerpc-macosx" -o "$use" = "i386-macosx" ; then
    AC_CHECK_HEADER(malloc/malloc.h,[AC_DEFINE([HAVE_MALLOC_MALLOC_H])],
       [AC_CHECK_HEADER(objc/malloc.h,[AC_DEFINE([HAVE_OBJC_MALLOC_H])],
        [AC_MSG_ERROR([need malloc.h on macosx])])])


The build still won't work, but I've made some progress.

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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Axiom-developer mailing list
Axiom-developer@nongnu.org
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to