1 2 3 4 5 6 |
Try these: sudo apt-get purge libc6-dev sudo apt-get install libc6-dev In case of -m32: sudo apt-get install libc6-dev-i386 |
1 2 3 4 5 6 |
Try these: sudo apt-get purge libc6-dev sudo apt-get install libc6-dev In case of -m32: sudo apt-get install libc6-dev-i386 |