1 2 3 4 5 6 7 8 9 10
| /tmp/ccBwG1CL.o: In function `__static_initialization_and_destruction_0(int, int)':
test1.cpp:(.text+0x23): undefined reference to `std::ios_base::Init::Init()'
/tmp/ccBwG1CL.o: In function `__tcf_0':
test1.cpp:(.text+0x6c): undefined reference to `std::ios_base::Init::~Init()'
/tmp/ccBwG1CL.o: In function `main':
test1.cpp:(.text+0x8b): undefined reference to `A::A()'
test1.cpp:(.text+0xc9): undefined reference to `A::~A()'
test1.cpp:(.text+0xdf): undefined reference to `A::~A()'
/tmp/ccBwG1CL.o:(.eh_frame+0x12): undefined reference to `__gxx_personality_v0'
collect2: ld returned 1 exit status |