Hi Bruno,
Bruno Haible skribis:
>> > Ricardo, I think you had a patch to hide the ‘gcc’ package. Could you
>> > commit it?
>>
>> I’ve just done this. My apologies for the delay. Now a search for
>> “gcc” only returns “gcc-toolchain” (and one “gcc-bootstrap”).
>
> Will it also be hidden from
Hi Bruno,
>> > Ricardo, I think you had a patch to hide the ‘gcc’ package. Could you
>> > commit it?
>>
>> I’ve just done this. My apologies for the delay. Now a search for
>> “gcc” only returns “gcc-toolchain” (and one “gcc-bootstrap”).
>
> Will it also be hidden from the package list
> htt
Hello Ricardo,
> > Ricardo, I think you had a patch to hide the ‘gcc’ package. Could you
> > commit it?
>
> I’ve just done this. My apologies for the delay. Now a search for
> “gcc” only returns “gcc-toolchain” (and one “gcc-bootstrap”).
Will it also be hidden from the package list
https://ww
Ludovic Courtès writes:
> Tobias Geerinckx-Rice skribis:
>
>> ‘Toolchain’ exactly describes what you're looking for, so I'm going to
>> go ahead and close this bug.
>
> True, but we all know that “guix install gcc” is the first thing one
> would do, expecting it to actually work. :-)
>
> Rica
Tobias Geerinckx-Rice wrote:
> > Well, 'guix install emacs' installs more than emacs as well:
> > graphviz, ghostscript, python, fftw, cups, ...
>
> Oh, we're talking about different things then.
>
> Installing (in any sense) emacs will add its dependencies to the
> store (your ‘install’), but d
Bruno,
Bruno Haible wrote:
(Speaking as a user, I'd be annoyed to the point of switching
if
my distro installed ‘binutils’ when asked for ‘gcc’.)
Well, 'guix install emacs' installs more than emacs as well:
graphviz, ghostscript, python, fftw, cups, ...
Oh, we're talking about different thi
Hi,
Tobias Geerinckx-Rice skribis:
> ‘Toolchain’ exactly describes what you're looking for, so I'm going to
> go ahead and close this bug.
True, but we all know that “guix install gcc” is the first thing one
would do, expecting it to actually work. :-)
Ricardo, I think you had a patch to hide
Nicolas Goaziou wrote:
> > You are really looking for `gcc-toolchain' package. See section
> > 2.6.6 in the manual.
Indeed! Thanks for the answer.
> (Speaking as a user, I'd be annoyed to the point of switching if
> my distro installed ‘binutils’ when asked for ‘gcc’.)
Well, 'guix install emac
Bruno,
Welcome!
Nicolas Goaziou wrote:
You are really looking for `gcc-toolchain' package. See section
2.6.6 in
the manual.
Yup! :-)
‘Toolchain’ exactly describes what you're looking for, so I'm
going to go ahead and close this bug.
(Speaking as a user, I'd be annoyed to the point of sw
Hello,
Bruno Haible writes:
> After installing the guix-1.0 installation image
> (guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu,
> I wanted to compile a hello-world program in C.
>
> $ cat hello.c
> #include
> int main () {
> printf("Hello world\n");
> return 0;
> }
>
>
Hi,
After installing the guix-1.0 installation image
(guix-system-vm-image-1.0.0.x86_64-linux) and running it with qemu,
I wanted to compile a hello-world program in C.
$ cat hello.c
#include
int main () {
printf("Hello world\n");
return 0;
}
$ guix install gcc
$ gcc hello.c
error trying t
11 matches
Mail list logo