Dear Miguel,

yes, I hit the same issue - and for me the machine then completely
freezes and needs a reboot.

The patch for configure:

--- configure.orig      2011-05-05 16:07:55.000000000 +0100
+++ configure   2011-07-21 16:05:57.000000000 +0100
@@ -3206,6 +3206,9 @@
   if test "$system" = sunos64; then
     xopts="$xopts --enable-64-bit=yes"
   fi
+  case `uname` in
+    Darwin*) xopts="$xopts --disable-mmap";;
+  esac
   if test "$with_rxdispencer" = yes; then
     rxdir="lib/rxdispencer"
     echo 

Works for me.

Cheers

Clemens

On Tue, Aug 02, 2011 at 01:59:59PM +0200, Miguel Ortiz Lombard?a wrote:
> Dear all,
> 
> I have successfully compiled ccp4 6.2.0 on an OSX (10.6.8) machine but
> I'm failing to do the same in a different one, though with the same
> system setup. In the machine giving me trouble I want to install ccp4 in
> a nfs disk mounted. When I run configure using exactly the same input as
> in the first, successful machine:
> 
> ./configure --with-x Darwin64
> 
> the configuration script stalls at:
> 
> checking for working non-fixed mmap...
> 
> I haven't found any obvious reason for that. This problem is independent
> of whether I use gnu or intel compilers.
> 
> Any ideas ?
> 
> Best regards,
> 
> 
> -- 
> Miguel
> 
> Architecture et Fonction des Macromolécules Biologiques (UMR6098)
> CNRS, Universités d'Aix-Marseille I & II
> Case 932, 163 Avenue de Luminy, 13288 Marseille cedex 9, France
> Tel: +33(0) 491 82 55 93
> Fax: +33(0) 491 26 67 20
> mailto:[email protected]
> http://www.afmb.univ-mrs.fr/Miguel-Ortiz-Lombardia
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.

-- 

***************************************************************
* Clemens Vonrhein, Ph.D.     vonrhein AT GlobalPhasing DOT com
*
*  Global Phasing Ltd.
*  Sheraton House, Castle Park 
*  Cambridge CB3 0AX, UK
*--------------------------------------------------------------
* BUSTER Development Group      (http://www.globalphasing.com)
***************************************************************

Reply via email to