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

Makefile: fix lib rule #25

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Makefile: fix lib rule #25

wants to merge 15 commits into from

Conversation

jirislaby
Copy link

When the rule for dynamic library is run in parallel (using make -jX),
it can overwrite one file multiple times resulting in errors like:
build/dynamic/lib/libminisat.so: file not recognized: File format not recognized

Fix it by splitting and making an explicit dependency in Makefile.

Signed-off-by: Jiri Slaby [email protected]

msoos and others added 15 commits April 1, 2015 22:09
…ace between literal and string macro [-Wliteral-suffix]
fixed GCC 6.3 warning: invalid suffix on literal; C++11 requires a sp…
RPath needed by MacOSX was not correctly set for minisat.
Therefore it was not correctly linked against STP.
Fix linking of minisat as dependency library on MacOSX
On 64bit systems, the usual destination for libraries is /usr/lib64,
not /usr/lib. So add CMAKE_INSTALL_LIBDIR and allow overriding the
the default.
Build static lib only if BUILD_STATIC_LIBS is specified.
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

Successfully merging this pull request may close these issues.

6 participants