2 If you run ./configure without any other options, then the program is installed in /usr/local. To run it use:
Code:
/usr/local/bin/amap
You can add /usr/local/bin in your PATH (if it's not already included), so you can run your program with just "amap"
3 The linux executables usually do not have an extension, except for the various kind of scripts (like shell scripts, perl scripts and so on).
4 Use your package manager to view installed software. This way you cannot see the software installed from source (like you did for amap)
Regards