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: > > Before you install gcc: > > ln -s /tools/bin/cpp /lib > > After you install gcc: > > ln -sf /usr/bin/cpp /lib >
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 which one that was (the one in the root of the build dir? In the "gcc" dir? The "libcpp" one?). It seems the error was actually in the "libgcc" directory, so paste the contents of libgcc/config.log. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page