|
From: | znavko |
Subject: | Re: collect2: fatal error: cannot find 'ld' |
Date: | Sun, 10 Feb 2019 11:28:45 +0100 (CET) |
address@hidden 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.ccollect2: fatal error: cannot find 'ld'compilation terminated.$ whereis ldld:$ gcc --versiongcc (GCC) 8.2.0How 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
[Prev in Thread] | Current Thread | [Next in Thread] |