Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I am trying to install MUSIC, with the command './configure', I encountered "-bash: ./configure: No such file or directory" #68

Open
ConBke opened this issue Nov 23, 2020 · 5 comments

Comments

@ConBke
Copy link

ConBke commented Nov 23, 2020

When I am trying to install MUSIC, with the command './configure', I encountered "-bash: ./configure: No such file or directory".

@mdjurfeldt
Copy link
Contributor

Hi,

As described in the README file, you need to use the autogen.sh script. For this to work, you need to have GNU autotools and libtool installed, as described in PORTING.

Did this help?

Best regards,
Mikael

@ConBke
Copy link
Author

ConBke commented Nov 23, 2020

Hi,

As described in the README file, you need to use the autogen.sh script. For this to work, you need to have GNU autotools and libtool installed, as described in PORTING.

Did this help?

Best regards,
Mikael

Oh, please forgive me for my not carefully reading the documents. But I then tried installing the autoconf, automake and lib tool and followed the instruction, yet still failed to install, like this figure. Am I still missing something? Looking forward to your reply, thank you very much!
截屏2020-11-23 21 52 02

@mdjurfeldt
Copy link
Contributor

Sorry, but that looks like libtool isn't working correctly on your machine. Perhaps some installation problem?

If you don't get that to work, try using the release tarball here: https://github.com/INCF/MUSIC/releases

@ConBke
Copy link
Author

ConBke commented Nov 23, 2020

Sorry, but that looks like libtool isn't working correctly on your machine. Perhaps some installation problem?

If you don't get that to work, try using the release tarball here: https://github.com/INCF/MUSIC/releases

Very sorry to bother again... I reinstalled the libtool. Though successfully ran the command './ autopen.sh', I encountered another problem in the figure, when running './configure',
截屏2020-11-24 00 28 01
But I surely have installed g++ compiler and open-mpi, the version of c++ is 4.2.1. I tried using the command 'sudo ./configure' and many other ways and still cannot find the problem. I dragged the config.log file here.
config.log
Thank you very much for your valuable time!

@mdjurfeldt
Copy link
Contributor

The relevant lines of config.log are:

configure:3335: mpiCC conftest.cpp >&5
/Users/conbke/opt/anaconda3/bin/mpiCC: line 285: x86_64-apple-darwin13.4.0-clang: command not found

So, mpiCC doesn't seem to work in your environment. First make sure that mpiCC can compile programs. Then run configure again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants