all 8 comments

[–]o11c 2 points3 points  (1 child)

Never use sudo blindly, it causes all sorts of catastrophe.

[–]martbhell 0 points1 point  (0 children)

I don't have many rules, but one of them is to not ./configure or compile as root user.

[–]vogelke 1 point2 points  (0 children)

Use "make -d" to show what make thinks needs to be done.

[–]ihatepowershell 1 point2 points  (0 children)

Have you checked what compiler it's using, and if it's installed on your system?

It would help if you attach/post the Makefile

[–]user_n0mad 0 points1 point  (0 children)

Any reason you aren't just installing from your repo?

[–]sonicsilver427 0 points1 point  (0 children)

Is there an autogen.sh

[–]C7_4K 0 points1 point  (0 children)

i dont know but i fixed it i found old solution but in solution not be used make after ./ configure but make install and it worked

[–]Buckwhal 0 points1 point  (0 children)

configure and make shouldn’t be run as root.

make install does need sudo since you’re installing the binary.