Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • Important note: you appear to be building the sources as root. That's a bad idea. It's also a bad idea to run make install as root. For local sources, both should be done as user. At least for software projects using autotools, this should be installed in /usr/local by default. With regard to your last section, starting with make distclean, I recommend you unpack the sources inside a new directory and check again. Commented Sep 6, 2017 at 16:03
  • 1
    If you are going to install outside of $HOME, in a directory meant for system-wide installs, running make install as root is not a bad idea, it is a requirement. Commented Sep 6, 2017 at 16:12