链接器产生这种输出
/var/tmp/ccITB4j2.o: In function `main': /var/tmp/ccITB4j2.o(.text+0x4): undefined reference to `myFunction(void)'
如何查找与实际调用该函数的.text + 0x4指令对应的源代码行?
c++ linux linker gcc g++
c++ ×1
g++ ×1
gcc ×1
linker ×1
linux ×1