Well, that sounds good, but I'm afraid the details are a bit beyond me. Chris Buxton Professional Services Men & Mice Address: Noatun 17, IS-105, Reykjavik, Iceland Phone: +354 412 1500 Email: [EMAIL PROTECTED] www.menandmice.com Men & Mice We bring control and flexibility to network management This e-mail and its attachments may contain confidential and privileged information only intended for the person or entity to which it is addressed. If the reader of this message is not the intended recipient, you are hereby notified that any retention, dissemination, distribution or copy of this e-mail is strictly prohibited. If you have received this e-mail in error, please notify us immediately by reply e-mail and immediately delete this message and all its attachment.
----- Original Message ----- From: "Robert Connolly" <[EMAIL PROTECTED]> To: "Hardened LFS Development List" <[email protected]> Sent: Thursday, January 17, 2008 2:34:14 PM (GMT-0800) America/Los_Angeles Subject: Re: gettext-libintl install step error At chapter06/createfiles.html, aka 'Creating Essential Symlinks', do: ln -vs /tools/lib/libssp* /usr/lib ln -vs /tools/lib/libintl.so* /usr/lib and then skip building and installing them. I currently think the best way to build the uclibc toolchain with libssp is to modify the GCC makefiles to bootstrap libssp, and possibly libintl. This would probably also eliminate the need for the readjusting phase. robert On Thursday January 17 2008 04:52:24 pm Chris Buxton wrote: > OK, I'll bite. What "createfiles" page? > > Chris Buxton > Professional Services > Men & Mice > Address: Noatun 17, IS-105, Reykjavik, Iceland > Phone: +354 412 1500 > Email: [EMAIL PROTECTED] > www.menandmice.com > > Men & Mice > We bring control and flexibility to network management > > This e-mail and its attachments may contain confidential and privileged > information only intended for the person or entity to which it is > addressed. If the reader of this message is not the intended recipient, you > are hereby notified that any retention, dissemination, distribution or copy > of this e-mail is strictly prohibited. If you have received this e-mail in > error, please notify us immediately by reply e-mail and immediately delete > this message and all its attachment. > > ----- Original Message ----- > From: "Robert Connolly" <[EMAIL PROTECTED]> > To: "Hardened LFS Development List" <[email protected]> > Sent: Thursday, January 17, 2008 11:36:20 AM (GMT-0800) America/Los_Angeles > Subject: Re: gettext-libintl install step error > > The libssp and libintl installations can probably be replaced by symlinks, > in the createfiles page. > > robert > > On Thursday January 17 2008 02:28:36 pm Chris Buxton wrote: > > I forgot to mention this the first time I ran into it. In the install > > instructions for gettext-libintl, there is this command: > > > > rm -v /lib/libintl.so > > > > But this causes the butterfly build to fail, complaining that it can't > > find that exact file. Creating a symlink fixes the problem: > > > > ln -s libintl.so.8 /lib/libintl.so > > > > Chris Buxton > > Professional Services > > Men & Mice > > Address: Noatun 17, IS-105, Reykjavik, Iceland > > Phone: +354 412 1500 > > Email: [EMAIL PROTECTED] > > www.menandmice.com > > > > Men & Mice > > We bring control and flexibility to network management > > > > This e-mail and its attachments may contain confidential and privileged > > information only intended for the person or entity to which it is > > addressed. If the reader of this message is not the intended recipient, > > you are hereby notified that any retention, dissemination, distribution > > or copy of this e-mail is strictly prohibited. If you have received this > > e-mail in error, please notify us immediately by reply e-mail and > > immediately delete this message and all its attachment. -- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
