I am currently using Git Bash to be able to run Makefile's for dsim simulation, I need help because I am getting this error
$ make analyze
dvlcom -lib alignerLib -F ./filelist.txt
C:/Progra~1/Altair/DSim/2025.1/bin/dvlcom.exe: error while loading shared libraries: libunwind.dll: cannot open shared object
I think I set up my PATH correctly in the .bashrc since
$ which dvlcom
$ which dsim
both have expected outputs, but when running dvlcom -help or doing the command underneath make analyze, it causes errors, any set up tips or just knowing which terminal to run Makefiles in??