Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Chris Staub
On 08/05/2009 11:01 PM, Michael Tsang wrote: >> >> configure:3233: error: C preprocessor "/lib/cpp" fails sanity check >> See `config.log' for more details. > > The error is obvious now. You need a /lib/cpp > Uh, no. The /lib/cpp symlink is only created *after* GCC is installed, and keep in mind

Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Cornelia Böttge
Am Donnerstag 06 August 2009 05:01:52 schrieb Michael Tsang: > > > > configure:3233: error: C preprocessor "/lib/cpp" fails sanity check > > See `config.log' for more details. > > The error is obvious now. You need a /lib/cpp But cpp is supposed to be installed only in this chapter? Did I miss som

Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Michael Tsang
> configure:3051: /lib/cpp conftest.c > /sources/gcc-4.3.2/libgcc/configure: line 3052: /lib/cpp: No such file or > directory > configure:3057: $? = 127 > > configure: failed program was: > | /* confdefs.h. */ > | > | #define PACKAGE_NAME "GNU C Runtime Library" > | #define PACKAGE_TARNAME "libgc

Re: Error initializing device socket

2009-08-05 Thread Juan Alberto Regalado Galván
2009/8/4, Juan Alberto Regalado Galván <00j...@gmail.com>: > 2009/5/14, Juan Alberto Regalado Galván <00j...@gmail.com>: > >> problem so I just ignored them. I'll try to see what they are all >> about. I'll compile the kernel again and I'll bring the errorlog here. > Here they are, sorry for th

Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Cornelia Böttge
Am Mittwoch 05 August 2009 17:36:07 schrieb Chris Staub: l > > This is not necessary - /lib/cpp is not yet supposed to exist at this > point anyway. The error message is probably due to something completely > unrelated. You said you provided the contents of config.log, but you > didn't say exactly

Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Chris Staub
On 08/05/2009 04:43 AM, Michael Tsang wrote: > On Wednesday 05 August 2009 12:40:05 Cornelia Böttge wrote: >> Am Mittwoch 05 August 2009 04:23:59 schrieb Michael Tsang: >>> >>> Have you a /lib/cpp ? >> >> root:/# dir /lib/cpp >> dir: cannot access /lib/cpp: No such file or directory > > Solution: >

Re: gcc-4.3.2 fails to compile in chapter 6.14

2009-08-05 Thread Michael Tsang
On Wednesday 05 August 2009 12:40:05 Cornelia Böttge wrote: > Am Mittwoch 05 August 2009 04:23:59 schrieb Michael Tsang: > > On Wednesday 05 August 2009 03:50:05 Cornelia Böttge wrote: > > > My host-system is Debian etch. > > > Until chapter 6.14 all went well, including the tests. > > > But now du