Menu

make install not working on ubuntu linux

Help
Isak Ohman
2020-02-23
2020-02-24
  • Isak Ohman

    Isak Ohman - 2020-02-23

    from the debug outputs, the main issue seems to be that it can't create the gnuplot file in the usr directory, and that the install-jsDATA fails, which also leads to install-am to fail, and install-recursive to fail. What can I do to fix this issue?

     
  • Hans-Bernhard Broeker

    make install is working just fine. You're just using it incorrectly. As an ordinary user you don't have write acces to /usr/local. So either you have to install it to somewhere you do have access (e.g. below $HOME), or you have to install it as root.

    None of that is in any way different from just about every Unix open source package in the world.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.