Lab - Lab .pdf Please Do not use window please use MACBOOK system please explain step to set up,put the screenshot and label answer all the step Setup a UNIX based standard C programming language...

1 answer below »
Please Do not use Windows please use the MACBOOK system
please explain steps to set up, put the screenshot and label answer all the step
Set up a UNIX-based standard C programming language development environment.


Lab - Lab .pdf Please Do not use window please use MACBOOK system please explain step to set up,put the screenshot and label answer all the step Setup a UNIX based standard C programming language development environment. Visit the book website: http://www.unpbook.com/src.html (Links to an external site.) Extract the contents of the compressed archive book examples source code unpv13e.tar.gz Download unpv13e.tar.gz into a subdirectory: 1. Uncompress archive: % gunzip filename.tar.gz 2. Extract archive: % tar xvf filename.tar 3. Change directory to the 'unpv13e' sub-directory: % cd unpv13e 4. List contents: % ls 5. View the README file, using your favorite command line editor (ESC key for command line, then type ":q" Enter to exit vi): % view README 6. Perform the instructions in the README file, starting with the 'configure' command. 7. Remember that if the current directory is not in your shell's $path variable, need to prefix command name with "./" to run it, for example: % ./configure 8. Compose and submit the following information to Canvas as a plain text file: ! Operating System Name and Version (e.g. FreeBSD 12.0-RELEASE): % uname -a ! Compiler Version (e.g. gcc 6.3.0): % gcc --version ! Which directories mentioned in the README file compile correctly on your (virtual) machine? ! What are results of running 'daytimetcpcli' client executable. ! Does make'ing and running 'daytimetcpsrv' server executable first help? ! Does running server executable as a sudo'er work better? (either in a separate terminal or in the background) ! Report output from running client executable.
Answered Same DaySep 01, 2022

Answer To: Lab - Lab .pdf Please Do not use window please use MACBOOK system please explain step to set up,put...

Chandrama answered on Sep 02 2022
55 Votes
VM Installation in MAC
Please follow the instruction as per link.
Execution of Command as per READ
ME file and pdf:
1. Uncompress archive: % gunzip filename.tar.gz
Download file:
$ gunzip unpv13e.tar.gz

2. Extract archive: % tar xvf filename.tar
Extract the tar file:
$ tar -xvf unpv13e.tar
3. Change directory to the 'unpv13e' sub-directory: % cd unpv13e
$ cd unpv13e
    
4. List contents: % ls
5. View the README file, using your favorite command line editor (ESC key for command line, then type ":q" Enter to exit vi): % view README
    
6. Perform the instructions in the README file, starting with the 'configure' command.
cd lib # build the basic library that all programs need
make # use "gmake" everywhere on BSD/OS...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here