X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org MIME-Version: 1.0 Date: Sun, 27 Sep 2009 02:31:37 +0200 Message-ID: <1de6bb100909261731y2c8a66b8m474a7c1d39c038ca@mail.gmail.com> Subject: ld: cannot find -llegacyapps problem From: Zhongliang Zhao To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 Hi all, I was compiling a project and want to "make" the executable file shawn.exe, and it was OK initially until last step of 100%, here is the process: ... ... ... [82%] Building CXX object CMakeFiles/shawnlib.dir/sys/xml/xml_init.o Linking CXX static library libshawnlib.a [100%] Built target shawnlib Scanning dependencies of target shawn [100%]=A0Building CXX object CMakeFiles/shawnlib.dir/fronted/console/con_ma= in.o [100%]Building CXX object CMakeFiles/shawnlib.dir/apps/apps_init.o Linking CXX executable shawn.exe /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -llegacyapps collect2: ld returned 1 exit status make[2]: *** [shawn.exe] Error 1 make[1]: *** [CMakeFiles/shawn.dir/all] Error 2 make: *** [all] Error 2 According to the similar problem in the mailing list achieves, it needs the package "liblegacyapps", but I can't find it out. Can anyone give me some suggestion? Many thanks. Giovanni -- 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