lcn2 / calc

C-style arbitrary precision calculator
http://www.isthe.com/chongo/tech/comp/calc/index.html
Other
346 stars 52 forks source link

unable to open help file: command - No such file or directory #104

Closed ghost closed 11 months ago

ghost commented 11 months ago

Either when running from the source directory or when installed. I have no idea why.

The only help command that works is ; help copyright.

p/s: Msys2

ghost commented 11 months ago

Solved. I wanted to force it to install to /usr/local so I used this command: make clobber all T=/usr/local. But later, I found the command doesn't work as expected as it still installs to /usr. Somehow the command affected the calc installation. After doing make clobber all and make install the problem is solved.

lcn2 commented 11 months ago

See also discussion 105 in regards to T and PREFIX.