some problem about installing obliv-c
when I run the instruction:"./configure && make", the terminal shows "make[1] leaving the directory ...... ". I want to know whether it is installed successfully or not.Thanks a lot
This is a more general question that I would refer you to other online resource: https://linoxide.com/how-tos/linux-make-command-examples/ (this link is better)
So, at a high level, at the end of the compiling, if there is an error, it should tell you. Otherwise, basically it is good -- it will do a summary at the end if the compiling fails.
You are going to learn more about Linux from this project! Enjoy!
If you have access to Google, searching the error message in the StackOverflow can have some useful results!
I might not be able to answer more questions at this line.
By the way, you can close https://github.com/samee/obliv-c/issues/69 since that one seems resolved.