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

Cannot install mesalink under CentOS6 #13

Closed
haima2 opened this issue May 29, 2018 · 3 comments
Closed

Cannot install mesalink under CentOS6 #13

haima2 opened this issue May 29, 2018 · 3 comments

Comments

@haima2
Copy link

haima2 commented May 29, 2018

System:CentOS6.9 x86_64
The error message is as follows:

aclocal: --install should copy macros in the directory indicated by the
aclocal: first -I option, but no -I was supplied.

How should I solve it? I did not find a solution on the network
Thank you.

@ymjing
Copy link
Contributor

ymjing commented Jun 14, 2018

The error message explains exactly the problem. Please replace the following line in autogen.sh

aclocal --install || exit 1

with

aclocal -I m4 --install || exit 1

The -I switch tells aclocal where to look for the m4 macros. For MesaLink, this is the m4 directory.

CentOS 6.8 is too old to build MesaLink and its dependencies. For example, you may find the assembler complain about unsupported CPU instructions.

@haima2
Copy link
Author

haima2 commented Jun 14, 2018

Thank you, I upgraded the compiler version myself, try it later, thank you for your reply.

@ymjing
Copy link
Contributor

ymjing commented Apr 3, 2019

You may want to try CMake to build/install MesaLink 1.0.

@ymjing ymjing closed this as completed Apr 3, 2019
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