Hi,
I am trying to run the assignments on my mac for the first time (before I was using a Linux virtual machine).
When I run make, I have this problem:
This is a libtool problem, but I do not know how to solve it!
Edit: Never mind, I deleted the build folder's content and ran cmake .. again, and now make works!
Hi, I am trying to run the assignments on my mac for the first time (before I was using a Linux virtual machine). When I run
make
, I have this problem:This is a
libtool
problem, but I do not know how to solve it!Edit: Never mind, I deleted the build folder's content and ran
cmake ..
again, and nowmake
works!