首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件测试 >

CUnit安装有关问题求教!

2012-02-16 
CUnit安装问题求教!!!最近想学习一下CUnit,从网上下载的源码包之后按照readme文档里开始编译第一步aclocal

CUnit安装问题求教!!!
最近想学习一下CUnit,
从网上下载的源码包之后
按照readme文档里开始编译
第一步 aclocal
第二步 autoconf
前两步都没有问题
第三步 automake 的时候提示
CUnit/Sources/Framework/Makefile.am:18: `%'-style pattern rules are a GNU make extension

我的 automake --version内容是
automake (GNU automake) 1.10.2
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
  and Alexandre Duret-Lutz <adl@gnu.org>.



有哪位知道这个问题怎么解决吗? 先谢谢了 !!!

[解决办法]
就是说你不要用automake,应该直接用GNU的make
因为automake不支持'%'这个东东

热点排行