1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0027152: Undefined symbols in library TKernel.so using clang compiler

Added ldl dependency for TKernel only (other toolkits were checked, no undefined symbols)
Added  option "-z defs" for linking on Linux
Added lm dependency for all toolkits
This commit is contained in:
apn
2016-02-17 15:59:12 +03:00
committed by abv
parent aff123698b
commit c2c9890c68
3 changed files with 13 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ CSF_advapi32
CSF_gdi32
CSF_user32
CSF_TBB
CSF_dl