On Sunday 26 October 2008 03:54:55 Joseph Jon Booker wrote: > Is there a reason none of the *curl* packages include the .pc file for > pkgconfig? I tried compiling curl myself, and after using om-conf and > make I get: > > ~/moko/curl-7.18.2 $ make > Making all in lib > make[1]: Entering directory `/home/joe/moko/curl-7.18.2/lib' > make all-am > make[2]: Entering directory `/home/joe/moko/curl-7.18.2/lib' > if /bin/sh ../libtool --tag=CC --mode=compile ccache > arm-angstrom-linux-gnueabi-gcc -march=armv4t -mtune=arm920t > -DHAVE_CONFIG_H -I../include -I../lib -I../lib > -isystem/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include > -isystem/usr/local/openmoko/arm/arm-angstrom-linux-gnueabi/include > -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -MT > file.lo -MD -MP -MF ".deps/file.Tpo" -c -o file.lo file.c; \ then mv -f > ".deps/file.Tpo" ".deps/file.Plo"; else rm -f > ".deps/file.Tpo"; exit 1; fi > ../libtool: line 816: X--tag=CC: command not found
This should be arm-angstrom-linux-gnueabi-libtool... if that is not the case the upstream project is likely to include a copy of the "m4" libtool macros... remove the private libtool macros and run autoreconf/om-conf again... z. _______________________________________________ devel mailing list [email protected] https://lists.openmoko.org/mailman/listinfo/devel
