What command can you run to compile the code while installing from - ProProfs Discuss
Advertisement

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

Asked by Lincoln, Last updated: Apr 10, 2024

+ Answer
Request
Question menu
Vote up Vote down

1 Answer

John Smith

John Smith

John Smith
John Smith

Answered Sep 08, 2016

Make-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.
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.