红联Linux门户
Linux帮助

no rule to make target 问题

发布时间:2008-08-15 16:38:29来源:红联作者:wowo911
安装一个管理软件,编译的时候出现问题,具体如下
make
make:*** no rule to make target '/m_integracion.c' , need by '/m_integracion.o' . stop

问题是,我的文件里有m_integracion.c这个文件啊! 不知道哪里出了问题。
文章评论

共有 2 条评论

  1. wowo911 于 2008-08-18 16:47:18发表:

    没有.o 只有.c 而且我.c是从别的地方拷过来的

  2. lemonade 于 2008-08-15 20:55:32发表:

    .c 和 .o在一个文件夹里吗?