在Linux下编写C++程序,使用gcc编译c++出错
Posted 跋扈洋
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在Linux下编写C++程序,使用gcc编译c++出错相关的知识,希望对你有一定的参考价值。
问题
/usr/bin/ld: /tmp/ccMSWoFl.o: in function __static_initialization_and_destruction_0(int, int)': first.cpp:(.text+0x38): undefined reference to
std::ios_base::Init::Init()’ /usr/bin/ld: first.cpp:(.text+0x4d): undefined reference to `std::ios_base::Init::~Init()’ collect2: error: ld returned 1 exit status
解答
gcc是用来编译C的,想要编译C++要用g++
以上是关于在Linux下编写C++程序,使用gcc编译c++出错的主要内容,如果未能解决你的问题,请参考以下文章