Re: collect2: fatal error: cannot find 'ld'

2019-05-09 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > Ricardo Wurmus skribis: > >> Ludovic Courtès writes: >> >>> Ricardo Wurmus skribis: >>> I still think that we should hide the plain gcc packages on the command line. >>> >>> Agreed. >> >> Is this the right way to hide the package (see patch)?

Re: collect2: fatal error: cannot find 'ld'

2019-03-11 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: > Ludovic Courtès writes: > >> Ricardo Wurmus skribis: >> >>> I still think that we should hide the plain gcc packages on the command >>> line. >> >> Agreed. > > Is this the right way to hide the package (see patch)? I searched for > GCC on the command line

Re: collect2: fatal error: cannot find 'ld'

2019-02-22 Thread Ricardo Wurmus
Hi Simon, > On Tue, 12 Feb 2019 at 23:24, Ricardo Wurmus wrote: > >> Is this the right way to hide the package (see patch)? I searched for >> GCC on the command line with “guix package --search=gcc” and the results >> did not include the plain gcc packages. > > The `hidden-package` function,

Re: collect2: fatal error: cannot find 'ld'

2019-02-22 Thread zimoun
Hi Ricardo, On Tue, 12 Feb 2019 at 23:24, Ricardo Wurmus wrote: > Is this the right way to hide the package (see patch)? I searched for > GCC on the command line with “guix package --search=gcc” and the results > did not include the plain gcc packages. The `hidden-package` function, is it

Re: collect2: fatal error: cannot find 'ld'

2019-02-12 Thread Ricardo Wurmus
Ludovic Courtès writes: > Ricardo Wurmus skribis: > >> I still think that we should hide the plain gcc packages on the command >> line. > > Agreed. Is this the right way to hide the package (see patch)? I searched for GCC on the command line with “guix package --search=gcc” and the results

Re: collect2: fatal error: cannot find 'ld'

2019-02-12 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I still think that we should hide the plain gcc packages on the command > line. Agreed. Ludo’.

Re: collect2: fatal error: cannot find 'ld'

2019-02-11 Thread zimoun
> I still think that we should hide the plain gcc packages on the command > line. I agree. I also fell in the trap. :-) Installed gcc+binutils+etc. instead of gcc-toolchain and then weird linking issue. Thank you for your confirmation. All the best, simon

Re: collect2: fatal error: cannot find 'ld'

2019-02-11 Thread Ricardo Wurmus
zimoun writes: > Hi Ricardo, > > On Sat, 9 Feb 2019 at 16:21, Ricardo Wurmus wrote: >> >> I’m assuming that you installed the “gcc” package. Don’t do that. >> Install “gcc-toolchain” instead. > > Is it because of the comment in the definition of `make-gcc-toolchain'? > > ;; The main raison

Re: collect2: fatal error: cannot find 'ld'

2019-02-11 Thread zimoun
Hi Ricardo, On Sat, 9 Feb 2019 at 16:21, Ricardo Wurmus wrote: > > I’m assuming that you installed the “gcc” package. Don’t do that. > Install “gcc-toolchain” instead. Is it because of the comment in the definition of `make-gcc-toolchain'? ;; The main raison d'être of this "meta-package" is

Re: collect2: fatal error: cannot find 'ld'

2019-02-10 Thread znavko
; <>>> >>> https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize >>> >>> <https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize>>>> >>> > >>> >>> and get this: &g

Re: collect2: fatal error: cannot find 'ld'

2019-02-10 Thread znavko
tackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize >> >> <https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize>>> >> > >> >> and get this: >> >> $ gcc c.c >> collect2: fatal e

Re: collect2: fatal error: cannot find 'ld'

2019-02-09 Thread vikram sai balaji ulaganathan
ackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize > < > https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize > > > > > > and get this: > > > > $ gcc c.c > > collect2: fatal error: cannot find 'ld' > >

Re: collect2: fatal error: cannot find 'ld'

2019-02-09 Thread Ricardo Wurmus
zna...@tutanota.com writes: > Hi! I compile this > https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize > > <https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize> > > and get this: > > $ gcc c.c > c

collect2: fatal error: cannot find 'ld'

2019-02-09 Thread znavko
Hi! I compile this https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize <https://stackoverflow.com/questions/6161823/dd-how-to-calculate-optimal-blocksize> and get this: $ gcc c.c collect2: fatal error: cannot find 'ld' compilation terminated. $ whereis