usually this is the scenario:Originally Posted by vwgtiturbo
if ./configure breaks, it will tell you what file was missing to make it break, and may include information in a "config.log" file as well.
if make breaks, it will tell you what file it was compiling when it broke, and tell you what line and what reason... you can try to figure it out from there.
if make install breaks, most of the time, it's because you need root privs to install it to the given directory... so do a "sudo make install" instead (assuming you use sudo) OR "su" to root, then "make install"


Reply With Quote

Bookmarks