FePhyFoFum / phyx

phylogenetics tools for linux (and other mostly posix compliant) computers
blackrim.org
GNU General Public License v3.0
111 stars 17 forks source link

Unable to ./configure #179

Closed harsimranpadam closed 11 months ago

harsimranpadam commented 11 months ago

I have downloaded phyx using simple instructions on my Mac (M1 processor), and it goes smoothly until I have to use the "./configure" command. It says: configure: error: cannot find required auxiliary files: config.guess config.sub Can I do something to resolve this?

josephwb commented 11 months ago

Hrm. Try

autoreconf -fi

and try configure again.

On Sat., Sep. 23, 2023, 14:31 harsimranpadam, @.***> wrote:

I have downloaded phyx using simple instructions on my Mac (M1 processor), and it goes smoothly until I have to use the "./configure" command. It says: configure: error: cannot find required auxiliary files: config.guess config.sub Can I do something to resolve this?

— Reply to this email directly, view it on GitHub https://github.com/FePhyFoFum/phyx/issues/179, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGFMM7BA3AF2UHZYX5LKWDX34TIVANCNFSM6AAAAAA5ELTKYE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

josephwb commented 11 months ago

Make sure you have autoconf installed. Let me know if that works.

Being on a mac, you should probably install via homebrew.

harsimranpadam commented 11 months ago

I installed it using the binary code and I didn't know if that would work perfectly on my computer, as it is a dependency for PyPHLAWD. So I wanted to make sure. Your suggestion of: "autoreconf -fi" worked perfectly. Thank you very much for that.

josephwb commented 11 months ago

Yay! Good luck.