Can mutex and its locking and unlocking features be used in CLING interpreter?

Hi @bellenot ,

Thankyou for the response.
You are saying, you have built this working version of CLING from github and I have also built the CLING in a similar fashion by following the instructions at the below root forum page:

After building as per the above instructions, my CLING exe version is as below:
cling.exe --version
1.0~dev

Can you please let me know if the build instructions which I have followed is correct?
If not, please let me know the instructions, from where I can build the latest CLING version( which can support mutex locking and unlocking and all the other advanced features of C++) for Windows?