Skip to content

Linking issues in CentOS 7 #1487

Answered by HamedSabri-adsk
msercheli asked this question in Q&A
Discussion options

You must be logged in to vote

@msercheli

I am running into a CMake warning about library linking.

You can ignore the warning "cycle in the constraint graph". You are getting the warning since we are linking against same libraries from different directories at the same time. In your example, there are two libtbb.so one in "/usr/autodesk/maya2022/lib" and the other in "/home/dev/usd-20.08/lib"

Appending the usd-location lib directory to the LD_LIBRARY_PATH doesn't help.

You shouldn't need to manually set LD_LIBRARY_PATH at all.

It seems like you have a path to another USD or another Python in your path. We have seen this issue in the past. Try running following commands to be sure only the USD that you have passed t…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@msercheli
Comment options

Answer selected by msercheli
Comment options

You must be logged in to vote
1 reply
@msercheli
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants