X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-5.9 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Message-ID: <5054B9A8.8030102@gmail.com> Date: Sat, 15 Sep 2012 19:23:52 +0200 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Missing /usr/lib/libcurl.la in libcurl-devel-7.27.0-1 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On 9/15/2012 5:07 PM, Johan De Taeye wrote: > 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? it could a upstream decision. There are several discussion about the not need of *.la files As the package provide /usr/lib/libcurl.dll.a it is possible to link anyway, you need just to configure again the package to detect the change. > > 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 > -- 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