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
It seems that OpenCascade 7.8.0 has removed some core libraries that were necessary for the program to function. How did you resolve this?
/usr/bin/ld: cannot find -lTKIGES: No such file or directory
/usr/bin/ld: cannot find -lTKSTEP209: No such file or directory
/usr/bin/ld: cannot find -lTKSTEPAttr: No such file or directory
/usr/bin/ld: cannot find -lTKSTEPBase: No such file or directory
/usr/bin/ld: cannot find -lTKSTEP: No such file or directory
/usr/bin/ld: cannot find -lTKSTL: No such file or directory
/usr/bin/ld: cannot find -lTKVRML: No such file or directory
/usr/bin/ld: cannot find -lTKXDEIGES: No such file or directory
/usr/bin/ld: cannot find -lTKXDESTEP: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [STP2X3D/CMakeFiles/STP2X3D.dir/build.make:289: STP2X3D/STP2X3D] Error 1
make[1]: *** [CMakeFiles/Makefile2:98: STP2X3D/CMakeFiles/STP2X3D.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
It seems that OpenCascade 7.8.0 has removed some core libraries that were necessary for the program to function. How did you resolve this?
/usr/bin/ld: cannot find -lTKIGES: No such file or directory
/usr/bin/ld: cannot find -lTKSTEP209: No such file or directory
/usr/bin/ld: cannot find -lTKSTEPAttr: No such file or directory
/usr/bin/ld: cannot find -lTKSTEPBase: No such file or directory
/usr/bin/ld: cannot find -lTKSTEP: No such file or directory
/usr/bin/ld: cannot find -lTKSTL: No such file or directory
/usr/bin/ld: cannot find -lTKVRML: No such file or directory
/usr/bin/ld: cannot find -lTKXDEIGES: No such file or directory
/usr/bin/ld: cannot find -lTKXDESTEP: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [STP2X3D/CMakeFiles/STP2X3D.dir/build.make:289: STP2X3D/STP2X3D] Error 1
make[1]: *** [CMakeFiles/Makefile2:98: STP2X3D/CMakeFiles/STP2X3D.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: