On Thu, Dec 20, 2012 at 02:36:46AM +0530, Prabhu wrote:
> Hi I'm getting this error while *make* gcc in target machine (LFS7.2
> chapter 6.17)
> 
> **
> *    -e 
> 's,@toolexeclibdir@,/usr/--libexecdir=/usr/lib--enable-shared--enable-threads=posix--enable-__cxa_atexit--enable-clocale=gnu--enable-languages=c,c++--disable-multilib--disable-bootstrap--with-system-zlib/lib,'
> < ../../../../gcc-4.7.2/libstdc++-v3/python/hook.in > gdb.py
> sed: -e expression #1, char 140: unknown option to `s'
> make[5]: *** [gdb.py] Error 1

 I suspect you might have mistyped the configure command.
In my own log (for x86_64) that sed is
's,@toolexeclibdir@,/usr/lib/../lib64,'

 With all the garbage in your example I suspect you might have lost
the spaces.  If you look at your history the configure should be a
single long line, like
./configure --prefix=/usr        --libexecdir=/usr/lib      ...

 I think you had an earlier problem like this ?  If so, how are you
keying or copying the text ?

ĸen
-- 
das eine Mal als Tragödie, das andere Mal als Farce
-- 
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