When compiling my package I get an error message about this missing file /usr/lib/libcurl.la: see the detailed error message at the bottom. When I revert to libcurl-devel-7.24.0-3, the file is included in the package.
Unless I am missing, this looks like a packaging error? Kind regards, Johan De Taeye Detailed error of my package: make[3]: Entering directory `/cygdrive/c/temp/code/src/utils' /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -s -g -O2 -Wl,--enable-auto-import -o libutils.la pythonutils.lo date.lo xmlparser.lo actions.lo library.lo name.lo -lpthread -lpython2.6 -L/lib/python2.6/config -lxerces-c /usr/bin/grep: /usr/lib/libcurl.la: No such file or directory /usr/bin/sed: can't read /usr/lib/libcurl.la: No such file or directory libtool: link: `/usr/lib/libcurl.la' is not a valid libtool archive Makefile:282: recipe for target `libutils.la' failed make[3]: *** [libutils.la] Error 1 make[3]: Leaving directory `/cygdrive/c/temp/code/src/utils' -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple