CompTIACompTIA
XK0-005 · Question #880
XK0-005 Question #880: Real Exam Question with Answer & Explanation
The correct answer is D: ./configure. The ./configure script probes the system for required tools and libraries, verifies dependencies, and generates tailored Makefiles. After running it, you use make to compile the
System Management
Question
Which of the following commands is used to check and prepare software for compilation?
Options
- Amake
- B./bash.sh
- D./configure
Explanation
The ./configure script probes the system for required tools and libraries, verifies dependencies, and generates tailored Makefiles. After running it, you use make to compile the
Topics
#Software compilation#Linux commands#Source code#Build process
Community Discussion
No community discussion yet for this question.