diff options
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 4e8f51574..a5b18e52c 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -276,12 +276,14 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> <segtitle>Installed libraries</segtitle> + <segtitle>Installed directories</segtitle> <seglistitem> <seg>c++, cc (link to gcc), cpp, g++, gcc, gccbug, and gcov</seg> <seg>libgcc.a, libgcc_eh.a, libgcc_s.so, libgcov.a, libgomp.{a,so}, libmudflap.{a,so}, libmudflapth.{a,so}, libssp.{a,so}, libssp_nonshared.a, libstdc++.{a,so} and libsupc++.a</seg> + <seg>/usr/include/c++, /usr/lib/gcc, /usr/share/gcc-&gcc-version;</seg> </seglistitem> </segmentedlist> |