Re: libstdc++

2005-06-27 Thread David Jensen
Tushar Teredesai wrote: Does anyone know why these libtool files are useful? I have been deleting all the .la files without any problems. I *guess* for libs in /usr/lib they are 'hood ornaments'. ymmv -- David Jensen -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www

Re: libstdc++

2005-06-27 Thread Tushar Teredesai
On 6/27/05, David Jensen <[EMAIL PROTECTED]> wrote: > Matthew Burgess wrote: > > > I'd be prone to just leave it alone for now, seeing as it hasn't > > caused us any real problems so far. > > > Here is what I did on a new LFS-BOOK-SVN-20050625: > 6.13.Binutils-2.16 > after 'make tooldir=/usr

Re: libstdc++

2005-06-27 Thread David Jensen
Matthew Burgess wrote: I'd be prone to just leave it alone for now, seeing as it hasn't caused us any real problems so far. Here is what I did on a new LFS-BOOK-SVN-20050625: 6.13.Binutils-2.16 after 'make tooldir=/usr install' sed -i "s:^\(dep.*=\).*:\1' -liberty':" /usr/lib/libbfd.la 6

Re: libstdc++

2005-06-25 Thread David Jensen
Matthew Burgess wrote: David Jensen wrote: I noticed on linking a gtkmm app that the gcc source directory is listed as a library directory. e.g. (snip) -L/tools/build/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/tools/build/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -L/tools/buil

Re: libstdc++

2005-06-25 Thread Matthew Burgess
David Jensen wrote: I noticed on linking a gtkmm app that the gcc source directory is listed as a library directory. e.g. (snip) -L/tools/build/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src -L/tools/build/gcc-build/i686-pc-linux-gnu/libstdc++-v3/src/.libs -L/tools/build/gcc-build/gcc This is