I tried to compile a program from source. I should have all dependencies because the installation (or configuration or compilation) didn't show any errors. However, after installing the program, I can't find it in /bin folder, where it should supposedly be. I can't find it anywhere else either.
I'm new to Ubuntu and Linux. But I'm also a former Windows power user, so I can work with terminal no problem.
Anyone knows what could be the problem? Did I build the program wrong or did I install it wrong?
Thank you
autoconf
often defaults to installing in/usr/local/bin
- see GNU autoconf manual: 4.13 Default Prefix – steeldriver Jul 30 '18 at 16:57./Garlicoin
etc. – SurvivalMachine Jul 30 '18 at 17:00