You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having installation problems of igraph with the following error, linked to this igraph issue.
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of OS X 10.9 [-Wdeprecated]
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
error: command 'gcc' failed with exit status 1
thanks for the report!
I'll make igraph an optional dependency since only plotting of the optimised ternary tree depends on it and it is rather heavy-weight dependence.
I'm having installation problems of igraph with the following error, linked to this igraph issue.
Solution:
The text was updated successfully, but these errors were encountered: