Changes

Jump to: navigation, search

OPS235 Lab 3 - CentOS7 - HD2

382 bytes added, 07:48, 21 September 2016
no edit summary
<ol>
<li value="7">Issue the following command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b><br>Most likely, you will get an '''ERROR!''' What do you think the error is telling you?<br></li>
<li>Issue the following command to install the files for application development by issuing the command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">yum groupinstall "Development Tools"</span></code></b></li><li>Issue the command in step 7. You can use should get another ERROR! What dependency is missing?</li><li>Issue the yum following command to install some missing dependencies that should be mentioned in the configure error messagelibrary files for SQL by issuing the command:<br><b><code><span style="color:#3366CC;font-size:1.2em;">yum install SDL-devel</span></code></b></li>
<li>Reissue the <b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b> command. Where you successful? If not, what do you think is missing?</li>
<li>Use the yum command to install the gcc compiler, and issue the <b><code><span style="color:#3366CC;font-size:1.2em;">./configure && make</span></code></b> command again. Where you successful this time?</li>
13,420
edits

Navigation menu