On Wed, Jun 20, 2007 at 10:33:34AM +0800, cjfeng wrote: > [EMAIL PROTECTED] cpufrequtils-002]$ make > Building ccdv > Compiling cpufreq.c: [ERROR] > > /usr/bin/libtool --silent --mode=compile mipsel-linux-gcc -DVERSION="002" > -DP
Change the Makefile so this uses `/usr/bin/libtool --tag=CC --mode=compile ...'. This is a bit of a hack: it relies on the build and host systems being similar from Libtool's perspective. Presuming your host is also GNU/Linux, you have a fair chance of this working. > ACKAGE="cpufrequtils" -DPACKAGE_BUGREPORT="[EMAIL PROTECTED]" -D_GNU_SOURCE > -pip > e -DINTERFACE_PROC -DINTERFACE_SYSFS -Os -fomit-frame-pointer -Wall > -Wchar-su > bscripts -Wpointer-arith -Wsign-compare -Wshadow > -I/opt/ingenic/mipseltools/l > ib/gcc-lib/mipsel-linux/3.3.1/include -o lib/cpufreq.lo -c lib/cpufreq.c > libtool: compile: unable to infer tagged configuration > libtool: compile: specify a tag with `--tag' > make: *** [lib/cpufreq.lo] Error 1 _______________________________________________ Bug-libtool mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-libtool
