Entering edit mode
22 months ago
mboursnell
•
0
Hi,
I am trying to install Clustal Omega on an M1 iMac with Ventrua 13.1
I have the directory with the clustal-omega-1.2.4 and argtable2-13 in the same place.
When I type cd clustal-omega-1.24
and then ./configure
I get this (below)
Can anyone help?
Thanks,
Mike
Mike@MIKEs-M1-iMac clustal-omega-1.2.4 % ./configure
configure:
Welcome to Clustal Omega - version 1.2.4 (AndreaGiacomo)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name...
configure: error: in `/Users/Mike_1/PERL/clustal/clustal-omega-1.2.4':
configure: error: C compiler cannot create executables
See `config.log' for more details.
If you have a conda installation, then you could try installing it through conda instead.
PS: That's what I have done with most of the bioinfo tools as they are much easier to install using conda on M1 macs.
@Mike there is an intel mac binary available (LINK) that should work via rosetta. It may be a bit slow.
But I will second @sej's suggestion of installing through
conda
.