Re: compilation error for inetutils-1.5 in LFS-6.3

2008-02-10 Thread Justin O'Neil
> libncurses.so is a linker script. Can you print the contents (cat > /usr/lib/libncurses.so)? Yes, 'cat /usr/lib/libncurses.so' outputs 'INPUT(-lncursesw)' -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above info

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-02-04 Thread Dan Nicholson
On Feb 3, 2008 7:46 AM, Justin O'Neil <[EMAIL PROTECTED]> wrote: > On Jan 31, 2008 10:02 AM, Chris Staub <[EMAIL PROTECTED]> wrote: > > If you mean you're running those commands from a different system, not > > from the one that's having the problem, then those results mean nothing. > > Unless I'm

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-02-03 Thread Justin O'Neil
On Jan 31, 2008 10:02 AM, Chris Staub <[EMAIL PROTECTED]> wrote: > If you mean you're running those commands from a different system, not > from the one that's having the problem, then those results mean nothing. > Unless I'm misreading you and you mean that you have completed building > that syste

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-31 Thread Chris Staub
Justin O'Neil wrote: > By the way, I'm running these commands from a booted LFS system > (not chroot), and everything seems to be alright. All those outputs > seem to make sense, I remember doing the first one after installing > the final GCC, and I think it was alright then too. I've already > got

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-30 Thread Justin O'Neil
On Jan 29, 2008 8:38 AM, Chris Staub <[EMAIL PROTECTED]> wrote: ... > something. Do this... > > echo 'main(){}' > dummy.c > gcc dummy.c > readelf -l a.out | grep interpret "[Requesting program interpreter: /lib/ld-linux.so.2] > What output do you get? Also, give the output of "type -p gcc", "type

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-29 Thread Chris Staub
Justin O'Neil wrote: > I guess what I'm trying to find out is why do I specifically have to > tell ld to link to ncurses? You don't, if you followed the LFS book exactly. You must have missed something. Do this... echo 'main(){}' > dummy.c gcc dummy.c readelf -l a.out | grep interpret What outp

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-28 Thread Justin O'Neil
Thank You, bjd, it worked like a charm. I don't have much experience in compiling software (much more now that I've started then before!) so I want you to try and tell me how well I understand it. Basically the preprocessor expands the macros and such in a .c file, then it is compiled into assemb

Re: compilation error for inetutils-1.5 in LFS-6.3

2008-01-28 Thread Wilco Beekhuizen
A quick google showed that this problem is probaby becuase you use a wrong ncurses version. Try down-/upgrading ncurses and see if that helps! 2008/1/28, Justin O'Neil <[EMAIL PROTECTED]>: > Hello. I'm building an LFS 6.3. This is my first LFS (well, not really, > I tried building one a couple y

compilation error for inetutils-1.5 in LFS-6.3

2008-01-27 Thread Justin O'Neil
Hello. I'm building an LFS 6.3. This is my first LFS (well, not really, I tried building one a couple years ago, but I was a total Linux newbie back then so I didn't get very far). I'm now stuck at the inetutils-1.5 compilation section in Chapter 6. Here is what I tried to get it working: *It l