mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 14:24:48 +00:00
Added missing symlinks to libstdc++ needed for glibc-2.4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7790 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5e8385c610
commit
2f94d109cb
@ -35,6 +35,17 @@
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
-->
|
-->
|
||||||
|
<listitem>
|
||||||
|
<para>2006-09-18</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[dnicholson] - Added symlinks to the temporary libstdc++
|
||||||
|
in the Essential Symlinks section. These are needed by
|
||||||
|
Glibc-2.4.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2006-09-17</para>
|
<para>2006-09-17</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin
|
<screen><userinput>ln -sv /tools/bin/{bash,cat,grep,pwd,stty} /bin
|
||||||
ln -sv /tools/bin/perl /usr/bin
|
ln -sv /tools/bin/perl /usr/bin
|
||||||
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
|
ln -sv /tools/lib/libgcc_s.so{,.1} /usr/lib
|
||||||
|
ln -sv /tools/lib/libstdc++.so{,.6} /usr/lib
|
||||||
ln -sv bash /bin/sh</userinput></screen>
|
ln -sv bash /bin/sh</userinput></screen>
|
||||||
|
|
||||||
<para>A proper Linux system maintains a list of the mounted file systems in
|
<para>A proper Linux system maintains a list of the mounted file systems in
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20060917">
|
<!ENTITY version "SVN-20060918">
|
||||||
<!ENTITY releasedate "September 17, 2006">
|
<!ENTITY releasedate "September 18, 2006">
|
||||||
<!ENTITY milestone "6.3">
|
<!ENTITY milestone "6.3">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user