RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
Okay, I am passed this, but I have a minor concern. I still wasn't able to zlib to rebuild. I took a look at the links created after the first "make install" for zlib and it didn't exist. So, I recreated the link and rebuilt the static library and the chmod. I then went back and reperforme

RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
Yes, I am -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: Compile problem with module-init-tools

2006-04-07 Thread Henry christenson
On 4/7/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 4/7/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > > Dan, > > > > I did completely delete it and rebuild it, and I still got the same error. > > One thing I was concerned with was the links that are created as part of > > the zlib process.

Re: Compile problem with module-init-tools

2006-04-07 Thread Dan Nicholson
On 4/7/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > Dan, > > I did completely delete it and rebuild it, and I still got the same error. > One thing I was concerned with was the links that are created as part of the > zlib process. Is it possible that one of these is messing things up? Hmm, t

RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
Dan, I did completely delete it and rebuild it, and I still got the same error. One thing I was concerned with was the links that are created as part of the zlib process. Is it possible that one of these is messing things up? Chris -- http://linuxfromscratch.org/mailman/listinfo/lfs-support F

Re: Compile problem with module-init-tools

2006-04-07 Thread Randy McMurchy
On Fri, 2006-04-07 at 11:04 -0400, Chris Staub wrote: > In his defense, he did say this was a command run by "make install", I had overlooked that. Please see my apology in the next message. I'm just glad I caught it and got an apology in before anyone noticed and had to tell me how bad I messe

Re: Compile problem with module-init-tools

2006-04-07 Thread Chris Staub
Randy McMurchy wrote: You are seriously close to being told that you are too inexperienced to build an LFS system. The error you are getting is one of the most elementary things in all of Linux. The error message you get even tells you what to do to fix it. Yet, you send in mail to the support

RE: Compile problem with module-init-tools

2006-04-07 Thread Randy McMurchy
On Fri, 2006-04-07 at 09:49 -0500, Parker, Chris wrote: > I am now getting an error doing the "make install" for zlib. I was a bit hasty with my previous reply, thinking what I saw was commands you issued. After reading again and 'make install' is messing up, it is something else. My apologies

Re: Compile problem with module-init-tools

2006-04-07 Thread Dan Nicholson
On 4/7/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > cp libz.so.1.2.3 > cp: missing destination file > Try `cp --help' for more information. > make: *** [install] Error 1 That's bizarre. Completely delete the zlib directory, unpack it again, and start all the commands from the beginning. -- Dan

RE: Compile problem with module-init-tools

2006-04-07 Thread Randy McMurchy
On Fri, 2006-04-07 at 09:49 -0500, Parker, Chris wrote: > I am now getting an error doing the "make install" for zlib. > > cp zlib.h zconf.h /usr/include > chmod 644 /usr/include/zlib.h /usr/include/zconf.h > cp libz.so.1.2.3 > cp: missi

RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
Dan, I am now getting an error doing the "make install" for zlib. cp zlib.h zconf.h /usr/include chmod 644 /usr/include/zlib.h /usr/include/zconf.h cp libz.so.1.2.3 cp: missing destination file Try `cp --help' for

Re: Compile problem with module-init-tools

2006-04-07 Thread Chris Staub
Dan Nicholson wrote: Missing libz.a is your problem. Go back to the zlib section and make sure you follow the instructions to create both a shared and a static library. Then you should be able to return to module-init-tools and continue. -- Dan In addition, you should also rebuild the File

Re: Compile problem with module-init-tools

2006-04-07 Thread Dan Nicholson
On 4/7/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > I am using 6.1.1. > > /usr/lib/libz.a is not present. Chris, please don't top-post. If that's a foreign concept to you, please read the netiquette section in the FAQ: http://www.linuxfromscratch.org/faq/#netiquette Missing libz.a is your pro

RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
To: LFS Support List Subject: Re: Compile problem with module-init-tools Parker, Chris escreveu: > Up until now, I have been cruising along. I am on step 6.50 and am getting a > compile error trying to make module-init-tools-3.1. The error is: > > gcc -g -O2 -Wunused -Wall -o ls

RE: Compile problem with module-init-tools

2006-04-07 Thread Parker, Chris
I am using 6.1.1. /usr/lib/libz.a is not present. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dan Nicholson Sent: Thursday, April 06, 2006 5:46 PM To: LFS Support List Subject: Re: Compile problem with module-init-tools On 4/6/06, Parker, Chris

Re: Compile problem with module-init-tools

2006-04-06 Thread Nikolai
Parker, Chris escreveu: Up until now, I have been cruising along. I am on step 6.50 and am getting a compile error trying to make module-init-tools-3.1. The error is: gcc -g -O2 -Wunused -Wall -o lsmod lsmod.o -Wl,-Bstatic -lz -Wl,-Bdynamic /usr/bin/ld: cannot find -lz

Re: Compile problem with module-init-tools

2006-04-06 Thread Dan Nicholson
On 4/6/06, Parker, Chris <[EMAIL PROTECTED]> wrote: > Up until now, I have been cruising along. I am on step 6.50 and am getting a > compile error trying to make module-init-tools-3.1. The error is: > > gcc -g -O2 -Wunused -Wall -o lsmod lsmod.o -Wl,-Bstatic -lz -Wl,-Bdynamic > /usr/bin/ld:

Compile problem with module-init-tools

2006-04-06 Thread Parker, Chris
Up until now, I have been cruising along. I am on step 6.50 and am getting a compile error trying to make module-init-tools-3.1. The error is: gcc -g -O2 -Wunused -Wall -o lsmod lsmod.o -Wl,-Bstatic -lz -Wl,-Bdynamic /usr/bin/ld: cannot find -lz