Re: Problem with $(gcc -dumpmachine)

2007-11-12 Thread John Whitmore
Thanks for your replies I went back to the start and got it this time. Don't know what I missed but I thought I was very careful. Anyhow all good. Great exercise this ;-) John On Nov 9, 2007 6:08 PM, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On Nov 9, 2007 4:56 AM, John Whitmore <[EMAIL PROTECTE

Re: Problem with $(gcc -dumpmachine)

2007-11-09 Thread Dan Nicholson
On Nov 9, 2007 4:56 AM, John Whitmore <[EMAIL PROTECTED]> wrote: > > In my /tools directory I've got two candidates: > > /tools/i686-pc-linux-gnu-gcc > /tools/i686-pc-linux-gnu-gcc-4.1.2 The first one is wrong, and it should be in /tools/bin. > However my $(gcc -dumpmachine) gives me > > i486-pc-

Re: Problem with $(gcc -dumpmachine)

2007-11-09 Thread Sean Markan
I had this same problem, and it turned out I had forgotten to put the gcc binary into /tools/bin (i.e. make install). Something to double-check if you haven't already. - Sean On Nov 9, 2007 4:56 AM, John Whitmore <[EMAIL PROTECTED]> wrote: > Hello all, >hate asking questions but this is bot

Problem with $(gcc -dumpmachine)

2007-11-09 Thread John Whitmore
Hello all, hate asking questions but this is both a question and perhaps a problem with the Linux From Scratch Book. I started working through this book with a very old laptop but I'm learning and if should work even on an old laptop, I assume. Anyhow I've gotten as far as page 46, section 5.7