Re: Live 6.3 r2032 & ncurses fails - Cannot link with

2007-10-08 Thread EJBoshinski
Dan, After rebuilding from the beginning (again) as I told you I would do last Friday, over the weekend, somehow the box decided to behave and responded with: $ echo | gcc -v -x c - 2>&1 | sed -n '/#include/,/End of search list/p' #include "..." search starts here: #include <...> search star

Re: Live 6.3 r2032 & ncurses fails - Cannot link with

2007-10-05 Thread EJBoshinski
>OK. All we care about right now if after gcc-pass2. I.e., the compiler >you create in gcc-pass2 is not coming out correctly since it is still >picking up headers in /usr/include. So, can you repeat my previous >test immediately after installing gcc-pass2? > >$ echo | gcc -v -x c - 2>&1 | sed -n '

Re: Live 6.3 r2032 & ncurses fails - Cannot link with

2007-10-05 Thread Dan Nicholson
On 10/5/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > >> > >>If that doesn't have /tools, then the gcc-pass2 build was definitely borked. > > > >That is exactly what is happening. gcc -dumpspecs responds with: > > > />lib/ld-linux.so.2 > > > >However, at the end of gcc-pass2, > > > >$echo 'main(){}

Re: Live 6.3 r2032 & ncurses fails - Cannot link with G

2007-10-05 Thread EJBoshinski
>> >>If that doesn't have /tools, then the gcc-pass2 build was definitely borked. >> >>-- >>Dan >>-- > >That is exactly what is happening. gcc -dumpspecs responds with: > />lib/ld-linux.so.2 > >However, at the end of gcc-pass2, > >$echo 'main(){}' > dummy.c >$cc dummy.c >$readelf -l a.out | grep

Re: Live 6.3 r2032 & ncurses fails - Cannot link with G

2007-10-02 Thread EJBoshinski
>Yeah, that's a problem. This is LFS-6.3? Did you apply the specs patch >in gcc-pass2? It's supposed to remove /usr/include with this chunk: > >diff -Naur gcc-4.1.0.orig/gcc/config/linux.h gcc-4.1.0/gcc/config/linux.h >--- gcc-4.1.0.orig/gcc/config/linux.h2005-08-06 09:26:35.0 -0400 >++

Re: Live 6.3 r2032 & ncurses fails - Cannot link with G

2007-10-02 Thread Dan Nicholson
On 10/2/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > > This is what I get from the above echo command: > > #include "..." search starts here: > #include <...> search starts here: > /mnt/lfs/tools/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/include > /tools/include > /usr/include > End of search list.

Re: Live 6.3 r2032 & ncurses fails - Cannot link with GP

2007-10-02 Thread EJBoshinski
Subject: Re: Live 6.3 r2032 & ncurses fails - Cannot link with GP >On 10/2/07, EJBoshinski <[EMAIL PROTECTED]> wrote: >> checking for gpm.h... yes >> checking for Gpm_Open in -lgpm... no >> configure: error: Cannot link with GPM library > >Something has g

Re: Live 6.3 r2032 & ncurses fails - Cannot link with GP

2007-10-02 Thread Dan Nicholson
On 10/2/07, EJBoshinski <[EMAIL PROTECTED]> wrote: > checking for gpm.h... yes > checking for Gpm_Open in -lgpm... no > configure: error: Cannot link with GPM library Something has gone wrong when building gcc-pass2. By this point, it should only be searching for headers in /tools/include, and th

Re: Live 6.3 r2032 & ncurses fails - Cannot link with GPM

2007-10-02 Thread Clyde Forrester
EJBoshinski wrote: > Greetings, > > OK > - I have enough bruises on my forehead now - I've perused the archives, > tried the suggestions, but I still end up with the same result - > ncurses-5.6 fails to build, reporting that it cannot link with GPM (see > below). I hope I'm not out of order here, a

Live 6.3 r2032 & ncurses fails - Cannot link with GPM

2007-10-02 Thread EJBoshinski
Greetings, OK - I have enough bruises on my forehead now - I've perused the archives, tried the suggestions, but I still end up with the same result - ncurses-5.6 fails to build, reporting that it cannot link with GPM (see below). I have restarted the build process from the beginning many times,