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
> > I was building LFS 6.1 and in chapter 6.21 ncurses gave this error > >during make: > > cd ../obj_s; /tools/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H > >-I. > > -I../include -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c ../c++/demo.cc > > /tools/bin/g++ -o demo ../obj_s/demo.o -L../lib -lncurse

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 exist? I think

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 think that do you meant

Re: ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Chris Staub
Ilja Honkonen wrote: Hello I was building LFS 6.1 and in chapter 6.21 ncurses gave this error during make: cd ../obj_s; /tools/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c ../c++/demo.cc /tools/bin/g++ -o demo ../obj_s/demo.o -L../lib

ncurses cannot find libstdc++ in chapter 6.21

2005-09-04 Thread Ilja Honkonen
Hello I was building LFS 6.1 and in chapter 6.21 ncurses gave this error during make: cd ../obj_s; /tools/bin/g++ -I../c++ -I../include -I. -DHAVE_CONFIG_H -I. -I../include -D_GNU_SOURCE -DNDEBUG -O2 -fPIC -c ../c++/demo.cc /tools/bin/g++ -o demo ../obj_s/demo.o -L../lib -lncurses++ -L../lib -l