摘要: 因为工作需要,经常要写window 和 unix 系统兼容的程序。可是,我在visual studio 2005 上写好Makefile 以后,放到freebsd上,就是编译不了,报下面的错误:make: fatal errors encountered -- cannot continue我写了一个很简单的测试Make :helloworld:main.o mylib.ogcc main.o m... 阅读全文
posted @ 2010-01-07 11:28 暮夏 阅读(1055) 评论(1) 推荐(0)