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 > collect2: fatal error: cannot find 'ld' > compilation terminated. > > $ whereis ld > ld: > > $ gcc --version > gcc (GCC) 8.2.0 > > How to solve this? I’m assuming that you installed the “gcc” package. Don’t do that. Install “gcc-toolchain” instead. guix package -r gcc -i gcc-toolchain -- Ricardo