79776248

Date: 2025-09-26 18:04:09
Score: 1
Natty:
Report link

I could solve the problem myself after testing the configure file not via RStudio's "Install"-function but just running it in terminal with sh ./configure - this shows there are problems reading the file. A search on the web hints towards file encoding problems: Bash script prints "Command Not Found" on empty lines. The command bash -x configure basically shows, that there are wrong encodings within the file. This happened most likely because of copy pasting or creating the configure file in Windows, introducing wrong end-of-line signs, detectable with the command above as '/r'.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: qms