I have Fedora 27. I am building something from source. (It is https://github.com/xmrig/xmrig-nvidia if that matters).
Make gets to linking and then fails with this message:
/usr/bin/ld: cannot find -lstdc++
collect2: error: ld returned 1 exit status
The packages libstdc++ and libstdc++-devel are installed. Their 32-bit versions, just in case, are now also installed. I still get the message.
What can I do to fix this? Thanks!