Was trying to build Python on OpenIndiana b151A (for the purpose of testing out a DTrace patch; see earlier post) and got:
math.h: No such file or directory
The fix:
sudo pkg install header-math
Thanks, swinful!
Was trying to build Python on OpenIndiana b151A (for the purpose of testing out a DTrace patch; see earlier post) and got:
math.h: No such file or directory
The fix:
sudo pkg install header-math
Thanks, swinful!