Le 24/04/2012 02:38, Andrew Benton a écrit :
> If you only add --with-native-system-header-dir=/tools/include to the
> second pass of gcc then you will still need --without-ppl and
> --without-cloog for the second pass of gcc.
>
> I get a build failure if I try to build without
> --with-native-syst
On 4/23/12 11:42 PM, Bruce Dubbs wrote:
> That's it. I think Jeremy has done a great job.
Thanks :) glad it worked well for you.
JH
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page
Bruce Dubbs wrote:
> I have completed my build using the new Chapter 5 methodology. It went
> perfectly. It booted to the proper command prompt, network worked, no
> warnings or errors.
>
> I've only checked the gcc test log and will check the others tonight.
> What else needs to be checked
On Mon, 23 Apr 2012 21:38:19 +0100
Jeremy Huntwork wrote:
> On 4/23/12 4:33 PM, Matt Burgess wrote:
> > The fix for this is to add
> > --with-native-system-header-dir=/tools/include to GCC's pass1 and pass2
> > builds so that it doesn't look at /usr/include at all.
>
> For the current build meth
Bruce Dubbs wrote:
> Matt Burgess wrote:
>> Hi,
>>
>> I don't think $subject should be particularly contentious, but thought
>> I'd send a request for approval/comments just in case.
>>
>> So, ticket #3066 states that on certain hosts Ncurses fails to build if
>> GPM is installed.
>>
>> This is bec
Le 23/04/2012 22:38, Jeremy Huntwork a écrit :
> On 4/23/12 4:33 PM, Matt Burgess wrote:
>> The fix for this is to add
>> --with-native-system-header-dir=/tools/include to GCC's pass1 and pass2
>> builds so that it doesn't look at /usr/include at all.
> For the current build method, I think it's on
Matt Burgess wrote:
> Hi,
>
> I don't think $subject should be particularly contentious, but thought
> I'd send a request for approval/comments just in case.
>
> So, ticket #3066 states that on certain hosts Ncurses fails to build if
> GPM is installed.
>
> This is because the configure script i
On 4/23/12 4:33 PM, Matt Burgess wrote:
> The fix for this is to add
> --with-native-system-header-dir=/tools/include to GCC's pass1 and pass2
> builds so that it doesn't look at /usr/include at all.
For the current build method, I think it's only required for pass 2.
Given the difference of our
Hi,
I don't think $subject should be particularly contentious, but thought
I'd send a request for approval/comments just in case.
So, ticket #3066 states that on certain hosts Ncurses fails to build if
GPM is installed.
This is because the configure script is apparently finding the GPM
headers o