On Mar 31, 2006, at 7:12 AM, [EMAIL PROTECTED] 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.
_______________________________________________
EMBOSS mailing list
[email protected]
http://lists.open-bio.org/mailman/listinfo/emboss

Reply via email to