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

Out-of-tree builds fail #24

Open
jgraciahlrs opened this issue Jan 16, 2020 · 0 comments
Open

Out-of-tree builds fail #24

jgraciahlrs opened this issue Jan 16, 2020 · 0 comments

Comments

@jgraciahlrs
Copy link

Building mpiP outside of teh source tree fails for me.

Reproducing the problem is simple:

cd mpiP-3.4.1
mkdir _build; cd __build
../configure ....
make shared
make install

I run into two issues:

  1. The header file mpiPi.h is not found during compilation.
    A quick fix is to have CFLAGS="-I.", but the build system should deal with this.
  2. Later on, I get the error:
/usr/bin/install -c doc/*txt doc/*html doc/README ...../share/doc/mpip ; \

/usr/bin/install: cannot stat ‘doc/*txt’: No such file or directory
/usr/bin/install: cannot stat ‘doc/*html’: No such file or directory
/usr/bin/install: cannot stat ‘doc/README’: No such file or directory
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

1 participant