Linking g++ 4.8 to libstdc++

后端 未结 3 2036
长发绾君心
长发绾君心 2020-11-28 12:51

I downloaded and built gcc 4.8.1 on my desktop, running 64-bit Ubuntu 12.04. I built it out of source, like the docs recommend, and with the commands

../../g         


        
3条回答
  •  温柔的废话
    2020-11-28 13:39

    gcc -print-search-dirs will tell you where your compiler is looking for runtime libraries, etc. You can override this with the -B option.

提交回复
热议问题