[EMBOSS] crash on intel-Mac
    Koen van der Drift 
    kvddrift at earthlink.net
       
    Sun Apr  2 22:51:23 UTC 2006
    
    
  
On Mar 31, 2006, at 7:12 AM, ajb at ebi.ac.uk wrote:
> This should now be fixed as long as you apply all the fixes to  
> EMBOSS-3.0.0
> from the directory:
Thanks.
Another fink user suggested to even extend the testing for ppc and  
intel in new config file, so it looks like:
if test "`uname -a | grep Darwin`"; then
   if test "`uname -a | grep i386`"; then
     CFLAGS="$CFLAGS -O1"
   else
     # is this the correct setting on darwin-powerpc?
     CFLAGS="$CLFAGS -O2"
   fi
else
  CFLAGS="$CFLAGS -O2"
  fi
fi
Would that cause any problems with emboss?
thanks,
- Koen.
    
    
More information about the EMBOSS
mailing list