Douglas R. Reno wrote:
> Hello,
>
> I am attempting to follow the instructions in 6.6 "Creating Essential Files
> and Symlinks". While doing so, I can do the top 4 ln -sv commands, but when
> I run the sed 's/tools/usr' portion, it returns with a "unterminated 's'
> command". How do I fix this? I am using OpenSUSE 12.1 as my host with the
> "Programming" Packages installed (this includes Perl, gcc, check, bison,
> make, etc.) And I am using the stable LFS 7.3. Can you please tell me what
> I am doing wrong and how to fix it? I would really appreciate it.

The command is


sed 's/tools/usr/' /tools/lib/libstdc++.la > /usr/lib/libstdc++.la

There should be three slashes in the quotes.  What that means is:

substitute delimiter old-text delimiter new-text delimiter

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

Reply via email to