Wednesday, January 12, 2011

Build-from-Source Lab

I've chosen the following GNU software packages for this lab: barcode & httptunnel
 

I started the lab by group installing dev tools/libraries as instructed (
yum groupinstall "Development Tools" "Development Libraries").
 

I ran into no issues configuring and compiling the source code for these two GNU applications. The make times are as follows:
 

Barcode: 
real 0m0.555s 
user 0m0.182s 
sys 0m0.179s

HttpTunnel:

real 0m0.592s
user 0m0.182s 

sys 0m0.256s

No comments:

Post a Comment