axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] configure changes for intel mac


From: Humberto Ortiz-Zuazaga
Subject: Re: [Axiom-developer] configure changes for intel mac
Date: Thu, 02 Nov 2006 22:57:21 -0400
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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


reply via email to

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