PrepAway - Latest Free Exam Questions & Answers

While installing from source code you don’t see the configuration script. What command can you run to co

While installing from source code you don’t see the configuration script.
What command can you run to compile the code?

PrepAway - Latest Free Exam Questions & Answers

A.
make configure

B.
install

C.
install makefile

D.
make

Explanation/Reference:
there is typically no “make configure” command, as opposed to a ./configure.sh script which creates the makefile.
if you already have a makefile use “make” or “make install” to build the binaries.


Leave a Reply