I am currently able to build clang-upc on OpenBSD with configure, but not with CMake.
If I use CMake, then make install gets stuck at
Creating clang++ executable based on clang
I have no idea why that step (creating a symlink) should be a problem. My only guess is that this could be a CMake bug, specific to OpenBSD or its tools (such as sh and ln)
I am currently able to build clang-upc on OpenBSD with configure, but not with CMake. If I use CMake, then
make install
gets stuck atI have no idea why that step (creating a symlink) should be a problem. My only guess is that this could be a CMake bug, specific to OpenBSD or its tools (such as
sh
andln
)