|
@@ -15,7 +15,7 @@ the program is compiled, these libraries of code are linked together with the
|
|
new program, so that it can use any of the functions that the library
|
|
new program, so that it can use any of the functions that the library
|
|
has.</para>
|
|
has.</para>
|
|
|
|
|
|
-<para>However, these libraries can be very large (for example, libc.a from
|
|
|
|
|
|
+<para>However, these libraries can be very large (for example, libc.a
|
|
can often be around 2.5MB), so you may not want a separate copy of each
|
|
can often be around 2.5MB), so you may not want a separate copy of each
|
|
library attached to the program. Just imagine if you had a simple command
|
|
library attached to the program. Just imagine if you had a simple command
|
|
like ls with an extra 2.5MB attached to it! Instead of making the library
|
|
like ls with an extra 2.5MB attached to it! Instead of making the library
|