Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Archaic
On Sun, Sep 04, 2005 at 12:11:08PM +0300, Ilja Honkonen wrote: > > No it did not, I noticed this when Groff wouldn't configure complaining that > it couldn't compile c++ programs. There were no gcc or c++ or even cc in > /usr/bin. Very strange, but everyting worked after I installed gcc. > Should

Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Ilja Honkonen
c-linux-gnu/3.4.3/../../../../i686-pc-linux-gnu/bin/ld: > > cannot find -lstdc++ > > collect2: ld returned 1 exit status > > make[1]: *** [demo] Error 1 > > make[1]: Leaving directory make[1]: Leaving directory > > `/sources/ncurses-5.4/c++\' > > make: *** [a

Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Chris Staub
M.Canales.es wrote: El Domingo, 4 de Septiembre de 2005 10:49, Chris Staub escribió: I don't think that's a problem with the fact that you stopped and restarted - if libstdc++ does not exist in /usr/lib then you forgot to install the c++ compiler in chap. 6. Does /usr/bin/gcc e

Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread M.Canales.es
El Domingo, 4 de Septiembre de 2005 10:49, Chris Staub escribió: > I don't think that's a problem with the fact that you stopped and > restarted - if libstdc++ does not exist in /usr/lib then you forgot to > install the c++ compiler in chap. 6. Does /usr/bin/gcc exist? I thin

Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Chris Staub
http://www.linuxfromscratch.org/lfs/view/stable/chapter06/devices.html I fixed the above error by adding this to chapter 6.6: ln -s /tools/lib/libstdc++.{so,.6} /usr/lib I have no idea if this is the correct fix, or if the problem was somewhere else. There was no libstdc++* in /mnt/lfs/ or its subdirectories w

ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Ilja Honkonen
/view/stable/chapter06/devices.html I fixed the above error by adding this to chapter 6.6: ln -s /tools/lib/libstdc++.{so,.6} /usr/lib I have no idea if this is the correct fix, or if the problem was somewhere else. There was no libstdc++* in /mnt/lfs/ or its subdirectories when I got to 6.21. T

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
3.Binutils-2.16 > after 'make tooldir=/usr install' > sed -i "s:^\(dep.*=\).*:\1' -liberty':" /usr/lib/libbfd.la > > 6.14. GCC-3.4.4 > after 'make install' > sed -i "s:^\(dep.*=\).*:\1' -lm -lc -lgcc_s':" \ >

Re: libstdc++

2005-06-27 Thread David Jensen
-liberty':" /usr/lib/libbfd.la 6.14. GCC-3.4.4 after 'make install' sed -i "s:^\(dep.*=\).*:\1' -lm -lc -lgcc_s':" \ /usr/lib/libstdc++.la /usr/lib/libsupc++.la All .la's are now nice and clean and I find no problems, I'm happy. To me

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

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

libstdc++

2005-06-25 Thread David Jensen
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 (/snip) I build in /tools