LPI
201-450 · Question #135
Following the instructions contained in the README file of an application, the make command was executed but the following message was displayed on the screen: Make: *** No targets specified and no…
The correct answer is A. The make command is being executed in the wrong location. C. The make command was executed in the right place but the command to generate the Makefile was. See the full explanation below for the reasoning.
207 System Maintenance
Question
Following the instructions contained in the README file of an application, the make command was executed but the following message was displayed on the screen: Make: *** No targets specified and no makefile found. Stop. Which are the TWO possible causes for this problem?
Options
- AThe make command is being executed in the wrong location.
- BThe user has no write permission to the Makefile, so he cannot execute the make command correctly.
- CThe make command was executed in the right place but the command to generate the Makefile was
- DThe make command is not installed in the system.
- EThe development libraries needed by make are not installed on the system.
How the community answered
(39 responses)- A82% (32)
- B10% (4)
- D3% (1)
- E5% (2)
Topics
#make command#Makefile#source compilation#build system
Community Discussion
No community discussion yet for this question.