On Mar 1, 2007, at 7:17 AM, nick bowes wrote:
>
> Thanks for the quick reply
> I'm not sure but I think I ran gcc pass2 from the pass1 gcc-build
> directory.
> Could this be the cause of my problem? As for dummy.c, if I type
> gcc -v
> dummy.c in the gcc-build directory then I get a no such file or
> directory
> error. I hope that this is not the right place to run it from!?
> Though if I
> run gcc -v from the same place I get this:
>
> Using built-in specs.
> Target: !486-pc-linux-gun
> Configured with:
> ../gcc-4.1.1/configure --prefix=/usr --libexecdir=/usr/lib --enable-
> shared --enable-threads=posix
> --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c+
> + --enable-static
> thread model: posix
> gcc version 4.1.1
>
> Does this help? If I understand your answer correctly then it
> probably
> doesn't. If Iv'e missed something in the book (I've no idea what)
> then the
> best way to solve the problem is to rebuild from ch5.3 am I right?
> Its quite
> embarrasing to think that I can't even follow a book correctly!
>
> Thanks
>
> Nick
dummy.c you have to create. You do remember the sanity checks after
you adjust the toolchain?
That's where you encounter dummy.c.
int main()
{
}
build dummy.c with gcc -v dummy.c
Sincerely,
William
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page