-
Notifications
You must be signed in to change notification settings - Fork 155
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
Compilation fails with ENABLE_STATIC option #1
Comments
I think this has been fixed in the meantime. Please reopen if you still run into this problem. |
This was referenced Dec 13, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to build static version of the library on SLE11 SP1
cmake .. -DENABLE_STATIC=1 // Everything goes fine
make // Fails while compiling tools/deltainfoxml2solv
Error ...
......
......
Linking C static library libtoolstuff.a
[ 85%] Built target toolstuff
Scanning dependencies of target deltainfoxml2solv
[ 86%] Building C object tools/CMakeFiles/deltainfoxml2solv.dir/deltainfoxml2solv.o
make[2]: *** No rule to make target
ext/libsolvext.so.0', needed by
tools/deltainfoxml2solv'. Stop.make[1]: *** [tools/CMakeFiles/deltainfoxml2solv.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: