-
Notifications
You must be signed in to change notification settings - Fork 10
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 fails #1
Comments
Hi there, |
After running the make in su mode, number of error decreases. Now the error is: |
Hi Tamal, thanks for the response. You can define the macro on your own just to get rid of the error: What other errors do you get outside the root environment ? :-) |
Thanks a lot. Replacing MFD_HUGETLB with 0x4 works fine. |
With autoreconf -iv, I'm getting the following output:
autoreconf: Entering directory
.' autoreconf: configure.ac: not using Gettext autoreconf: configure.ac: not using aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf autoreconf: configure.ac: not using Autoheader autoreconf: configure.ac: not using Automake autoreconf: Leaving directory
.'When I try to compile the whole package, "../configure --enable-optimize --disable-debug" passes with following output:
config.status: creating Makefile
rma (sequential) version 0.3
Compiler C..........: clang -DHAVE_LIBNUMA -DHAVE_LIBPAPI -DNDEBUG -Wall -Wno-sign-compare -O3 -march=native -mtune=native -fno-stack-protector
Compiler C++........: clang++ -std=gnu++17 -DHAVE_LIBNUMA -DHAVE_LIBPAPI -DNDEBUG -Wall -Wno-sign-compare -Wno-overloaded-virtual -O3 -march=native -mtune=native -fno-stack-protector
Linker..............: -ldl -lpapi -lnuma -lpthread -latomic
Enable assertions...: no
Enable debug........: no
Enable optimize.....: yes
However, "make -j" shows 12 errors.
Is this because of some changed configuration I'm using or some library is missing?
The text was updated successfully, but these errors were encountered: