Re: LFS 6.3 6.59 Stripping Again

2008-02-21 Thread mark jones
I think he was replying to a earlier post by me. I was having trouble with striping the files in chapter 06 in a script that I am using. When I ran the script to strip the files it would work (strip the files w/success) but the make file would error upon completion. My apologies. . . . Yes,

LFS 6.3 6.59 Stripping Again

2008-02-19 Thread mark jones
I'm not at a Linux Box right now, so I can't test my theory. . . But perhaps 'make' is objecting to being stripped while in action? What would happen if you were to 'cp make' to to a temporary location (like pwd) and then run that copy of make? cd /trunk/Chapter-06 cp /tools/bin/make . ./make

Re: LFS 6.3 6.59 Stripping Again

2008-02-19 Thread Ken Moffat
On Tue, Feb 19, 2008 at 12:45:17PM -0600, mark jones wrote: I'm not at a Linux Box right now, so I can't test my theory. . . But perhaps 'make' is objecting to being stripped while in action? What would happen if you were to 'cp make' to to a temporary location (like pwd) and then run that

Re: LFS 6.3 6.59 Stripping Again

2008-02-19 Thread Baho Utot
On Tuesday 19 February 2008 4:20:32 pm Ken Moffat wrote: On Tue, Feb 19, 2008 at 12:45:17PM -0600, mark jones wrote: I'm not at a Linux Box right now, so I can't test my theory. . . But perhaps 'make' is objecting to being stripped while in action? What would happen if you were to 'cp

Re: LFS 6.3 6.59 Stripping Again

2008-02-19 Thread Ken Moffat
On Tue, Feb 19, 2008 at 04:54:49PM -0500, Baho Utot wrote: On Tuesday 19 February 2008 4:20:32 pm Ken Moffat wrote: On Tue, Feb 19, 2008 at 12:45:17PM -0600, mark jones wrote: I'm not at a Linux Box right now, so I can't test my theory. . . But perhaps 'make' is objecting to being

LFS 6.3 6.59 Stripping Again

2008-02-03 Thread Baho Utot
I am scripting a build of LFS 6.3 and I would like to be able to skip 6.59 Stripping Again by adding CFLAGS=-s to the bashrc environment, then building all the packages. Will this cause any error? Or is there a better way to build the packages without the symbol info? Thank you --