What is the shell that will be used


Problem

We must run the makefile using make, but there is no makefile, Makefile.in is a partial makefile. To generate the makefile, we run the script configure. The configure script has a number of options available. Type ./configure --help to view them. We want to move all parts of the software into one directory, which will be /usr/local/bg. Type ./configure --prefix=/usr/local/bg. You will see a lot of output. When done, type ls and you will see a new file, Makefile. This is the makefile, similar to what you saw in 4a except much longer and more complex. View the first part of this file. What is the shell that will be used? What value is used for the variable prefix? For bindir (fill in the value prefix to figure this out)? What about datadir? mandir?

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: What is the shell that will be used
Reference No:- TGS03276996

Expected delivery within 24 Hours