[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gmp-6.0.0a
From: |
Ludovic Courtès |
Subject: |
Re: gmp-6.0.0a |
Date: |
Tue, 15 Apr 2014 17:36:45 +0200 |
User-agent: |
Gnus/5.130009 (Ma Gnus v0.9) Emacs/24.3 (gnu/linux) |
Andreas Enge <address@hidden> skribis:
> On Tue, Apr 15, 2014 at 11:37:49AM +0200, Ludovic Courtès wrote:
>> With your patch, running
>> ./pre-inst-env guix build -e '(@@ (gnu packages base) libstdc++)'
>> successfully yields
>> /gnu/store/3xiwgxlw4icf2bbhrmw973rnf4i872q4-libstdc++-4.8.2
>> Do you have
>> /gnu/store/1xr4irpaw7pg1i1szbl5hzg5wks3cfgz-gcc-cross-boot0-4.8.2/libexec/gcc/x86_64-guix-linux-gnu/4.8.2/cc1plus?
>
> No, it happens while I am still compiling gcc-cross-boot0.
Are you sure? This one has "--disable-libstdc++-v3".
I can even build gcc-final, which leads to:
/gnu/store/7i56mxclndvcsn8lgc5pg0dh5w4khir7-gcc-4.8.2
Ludo’.