Question: Please use linux and provide screenshots for each step Compile and install the hello program a) Visit http://ftp.gnu.org/gnu/hello/ and download a hello sample program. For
Please use linux and provide screenshots for each step
Compile and install the hello program
a) Visit http://ftp.gnu.org/gnu/hello/ and download a hello sample program. For example, here is a direct link to one version: http://ftp.gnu.org/gnu/hello/hello-2.3.tar.gz. Use a browser or wget command to download.
b) Extract the directory hello-2.3 to your working directory. You may use the Gnome file-roller archive manager or the tar command.
c) Go to the hello-2.3 directory, and view the files. View the INSTALL file to get compilation and installation instructions.
d) Execute the configure file for configuration (remember to type ./configure why?).
e) Use the make install command to compile and install the program.
f) Make sure the installation is good
i) Type hello at the command line.
ii) Add the -v option to see its version.
iii) Use whereis command to see where this program is installed.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
