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

make install not working #37

Open
jayeshkrishna opened this issue Sep 28, 2016 · 2 comments
Open

make install not working #37

jayeshkrishna opened this issue Sep 28, 2016 · 2 comments
Assignees

Comments

@jayeshkrishna
Copy link
Contributor

MCT configure and make run successfully but "make install" fails on master (MCT_2.9.0-90-gb936191) with the following error message,

make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: Nothing to be done for `default'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpeu'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mct'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mct'
make[1]: Entering directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make[1]: *** No rule to make target `lib', needed by `install'.  Stop.
make[1]: Leaving directory `/blues/gpfs/home/jayesh/acme/MCT/mpi-serial'
make: *** [install] Error 2
@serbinsh
Copy link

serbinsh commented Jun 19, 2019

I have the same issue with the current release (2.10)

make[1]: Leaving directory '/MCT/mct'
root@modex:/MCT# make install
make[1]: Entering directory '/MCT/mpi-serial'
make[1]: Nothing to be done for 'default'.
make[1]: Leaving directory '/MCT/mpi-serial'
make[1]: Entering directory '/MCT/mpeu'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/MCT/mpeu'
make[1]: Entering directory '/MCT/mct'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/MCT/mct'
make[1]: Entering directory '/MCT/mpi-serial'
make[1]: *** No rule to make target 'lib', needed by 'install'.  Stop.
make[1]: Leaving directory '/MCT/mpi-serial'
Makefile:24: recipe for target 'install' failed
make: *** [install] Error 2
root@modex:/MCT#

@serbinsh
Copy link

Also tried with 2.9: 20e5d3c

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

No branches or pull requests

2 participants