I am trying to install something with “./configure, make, and make install” on a Mac but it wants to do: “ln -s –force” and apparently you can’t do that, and it fails with: “Error 1” Is it possible to change the behavior of: “make install” to remove the “–force” or allow ln to do that? I’m not the best at the command line yet, so I can’t find what I’m looking to do.