This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 问一个C++的问题我在linux(redhat 7.2)上用PRO*C++编译PC文件,command line用了CODE=CPP, 到最后一步连接(O文件已经成功)的时候,编译器报告一些C函数(printf, strncpy...)没有定义,那位有经验,望不吝指教,谢谢。
-xiagangle(xiagangle);
2002-12-7
{190}
(#899136@0)
-
If there is no definition in linking, this means you didn't include the libs in your link command
-qhyang(Best Practice);
2002-12-10
(#905626@0)