Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Brandon Peirce
Tony Sequeira wrote: On Fri, 2006-09-22 at 19:49 +0200, Brandon Peirce wrote: > Christopher Parker wrote: > > >The source of this problem was due to GAWK not parsing the parameters > >correctly. I now have the problem that the following command > > > >echo "parm1 parm2" | awk '{print $1}' > > >

Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Tony Sequeira
On Fri, 2006-09-22 at 19:49 +0200, Brandon Peirce wrote: > Christopher Parker wrote: > > >The source of this problem was due to GAWK not parsing the parameters > >correctly. I now have the problem that the following command > > > >echo "parm1 parm2" | awk '{print $1}' > > > >resolves to "parm1 p

Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-22 Thread Brandon Peirce
Christopher Parker wrote: The source of this problem was due to GAWK not parsing the parameters correctly. I now have the problem that the following command echo "parm1 parm2" | awk '{print $1}' resolves to "parm1 parm2" instead of just "parm1". Has anyone seen this before, or have any sug

Re: ncurses build problem (resolved)/new problem with GAWK

2006-09-21 Thread Christopher Parker
- Original Message - From: "Christopher Parker" <[EMAIL PROTECTED]> To: "LFS Support List" Sent: Sunday, September 10, 2006 9:39 PM Subject: Re: ncurses build problem It's taken me a while to get back to this. Here is the info. awk is at version 3.1.4. The error messages I see a