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
B2 Version: Output of b2 -v and b2 --versionB2 5.2.1 (OS=NT, jobs=48)
B2 Configuration: Output of b2 --debug-configuration in your project.
...
D:/Dependencies/mingw64-12.1.0/bin/../lib/gcc/x86_64-w64-mingw32/12.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lmkl_rt: No such file or directory
collect2.exe: error: ld returned 1 exit status
"../../../Dependencies/mingw64-12.1.0/bin/g++.exe" @"Library/MultibodySystem/gcc-12.1.0/debug/libCaesMultibodySystem.dll.rsp"
....
When the linking command is to large a .rsp file is written. The slashes for the library path are bakshlahes and not recogneized by the linker
Make sure you completed the following tasks
Environment and version details
b2 -v
andb2 --version
B2 5.2.1 (OS=NT, jobs=48)b2 --debug-configuration
in your project.When the linking command is to large a .rsp file is written. The slashes for the library path are bakshlahes and not recogneized by the linker
Steps to reproduce the issue
Actual behavior summary
The .rsp files look like
**The project is blocked since we have to use the newest msvc and the gcc in version 12.1 for WIN11 **
Expected behavior summary
I think the .rsp files should look l ike this as this can be linked without errors
The text was updated successfully, but these errors were encountered: