Ragnar Thomsen wrote:
> It seems the page for GCC in lfs is not up to date as to what files are
> installed.
>
> The following libraries are new to 4.8, but are not listed in lfs:
> libasan.{a,so}
> libasan_preinit.o
> libatomic.{a,so}
> libitm.{a,so}

I'll add those except the .o file which is not a library.

> Also the gccbug binary seems to be removed.

Removed at next commit.

> I also get binaries i686-pc-linux-gnu-{c++,g++,gcc,gcc-4.8.1,gcc-ar,gcc-
> nm,gcc-ranlib} in /usr/bin which seem to be identical to the non-i686
> versions.

Yes, they are hard links.  Eg:

$ cd /usr/bin
$ ll -i x86_64-unknown* c++ g++
446298 -rwxr-xr-x 4 root root 748298 Aug 16 00:10 c++
446298 -rwxr-xr-x 4 root root 748298 Aug 16 00:10 g++
446298 -rwxr-xr-x 4 748298 Aug 16 00:10 x86_64-unknown-linux-gnu-c++
446298 -rwxr-xr-x 4 748298 Aug 16 00:10 x86_64-unknown-linux-gnu-g++
446379 -rwxr-xr-x 3 748176 Aug 16 00:10 x86_64-unknown-linux-gnu-gcc
446379 -rwxr-xr-x 3 748176 Aug 16 00:10 x86_64-unknown-linux-gnu-gcc-4.8.1
446381 -rwxr-xr-x 2  32324 Aug 16 00:10 x86_64-unknown-linux-gnu-gcc-ar
446382 -rwxr-xr-x 2  32292 Aug 16 00:10 x86_64-unknown-linux-gnu-gcc-nm
446383 -rwxr-xr-x 2  32292 Aug 16 00:10 x86_64-unknown-linux-gnu-gcc-ranlib

etc.

My initial reaction is that these do not need to be in the list.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to