柯南 Become Professional


0
顶一下

2011-07-26

configure: error: no acceptable C compiler found in $PATH

No Comments, 技术, by 许石南, 364 views.

原因是没装Development Tools和 Development Libraries 安装: [root@station8 ~]# export LANG=en_US.UTF-8 [root@station8 ~]# yum grouplist [root@station8 ~]# yum groupinstall "X Software Development" ##安装开发工具和开发库分组: [root@station8 ~]#yum groupinstall "Development Tools&quo...阅读全文

1
顶一下

2011-04-18

uafxcwd.lib LIBCMTD.lib 弱外部链接(ZT)

No Comments, Twitter, by 许石南, 518 views.

今天debug一程序 出现如下错误: uafxcwd.lib(afxmem.obj) : error LNK2005: “void * __cdecl operator new(unsigned int)” (??2@YAPAXI@Z) already defined in LIBCMTD.lib(new.obj) uafxcwd.lib(afxmem.obj) : error LNK2005: “void __cdecl operator delete(void *)” (??3@YAXPAX@Z) already...阅读全文