Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

GAQM Exam LCP-001 Topic 5 Question 1 Discussion

Actual exam question for GAQM's LCP-001 exam
Question #: 1
Topic #: 5
[All LCP-001 Questions]

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

Show Suggested Answer Hide Answer
Suggested Answer: D

The purpose of the make utility is to determine automatically which pieces of a large program need to be recompiled, and issue the commands to recompile them. example C programs, since they are most common, but you can use make with any programming language whose compiler can be run with a shell command. In fact, make is not limited to programs. You can use it to describe any task where some files must be updated automatically from others whenever the others change. To prepare to use make, you must write a file called the makefile that describes the relationships among files in your program, and the states the commands for updating each file. In a program,typically the executable file is updated from object files, which are in turn made by compiling source files. So, make command compile the source code.


Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel