Details
Description
Using git master, I'm trying to configure/compile/install with different options in order to compare the end result, as a way to learn more about Lustre.
I ran:
1) sh ./autogen.sh
2) ./configure --disable-modules --prefix=/home/tureba/lustre-bin
3) make
4) make install
The last step showed install errors as make tried files to install to places outside the prefix I informed. The output of "make -ks" is attached.
According to ./configure --help, those files should be installed somewhere under the provided prefix.
Attachments
Issue Links
- is related to
-
LU-3953 lustre build system improvments
- Closed