Re: Glibc make fails with Error 2

2010-05-24 Thread Kyle Brennan
On 05/23/2010 09:57 PM, Chris Staub wrote: On 05/24/2010 12:45 AM, Kyle Brennan wrote: I solved the original error (it was a symlink problem with the gcc stem) and i got another error: mv -f /mnt/lfs/build/glibc-build/shlib.ldsT /mnt/lfs/build/glibc-build/shlib.lds

Re: Glibc make fails with Error 2

2010-05-24 Thread Bruce Dubbs
Kyle Brennan wrote: These types of errors usually means you don't have CFLAGS set correctly, which points to some problem with configparms. Do cat configparms. It worked, and just a quick question, when you go for pass 2, 3, etc... do you start over with a clean build directory?

Perl make error: Error 1.

2010-05-24 Thread Kyle Brennan
Hi, I have yet another error, this time with the perl-5.10.1 package. It ran for about 2 minutes and encountered this error. below is my build log. including HvNAME including gv including warn including pvs including magic including cop including grok including snprintf including sprintf

Re: Perl make error: Error 1.

2010-05-24 Thread Kyle Brennan
EDIT: got it working: the error was in the make command it was Fcntl (letter) not Fcnt1 (one) On 05/24/2010 08:02 PM, Kyle Brennan wrote: Hi, I have yet another error, this time with the perl-5.10.1 package. It ran for about 2 minutes and encountered this error. below is my build log.

Glibc build CH6.9 Awk: command not found

2010-05-24 Thread Kyle Brennan
Hi again, Big problem here, It appears that Gawk was improperly configured and now when I try to configure my Glibc build, it runs into an error where it cannot find the awk command. root:/build/glibc-build# ../glibc-2.11.1/configure --prefix=/usr \ --disable-profile --enable-add-ons \

Re: Glibc build CH6.9 Awk: command not found

2010-05-24 Thread Bruce Dubbs
Kyle Brennan wrote: Hi again, Big problem here, It appears that Gawk was improperly configured and now when I try to configure my Glibc build, it runs into an error where it cannot find the awk command. Read section vii. Host System Requirements. -- Bruce --