clangupc / clang-upc

Clang UPC Front-End
https://clangupc.github.io/
Other
16 stars 5 forks source link

CMake build stuck in install step on OpenBSD #68

Closed PHHargrove closed 9 years ago

PHHargrove commented 10 years ago

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)

PHHargrove commented 9 years ago

Retesting today, I cannot reproduce the problem. I tried twice.