X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,TW_LN,TW_YG X-Spam-Check-By: sourceware.org X-Yahoo-SMTP: Uu383n6swBCEN1G9up0WSnxbvN8fCPmk Message-ID: <4C43CC24.7090806@cygwin.com> Date: Sun, 18 Jul 2010 23:53:08 -0400 From: "Larry Hall \(Cygwin\)" Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.21) Gecko/20090320 Remi/2.0.0.21-1.fc8.remi Lightning/0.9 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Some missing .a file trying to compile cfc util on cygwin libgmp.a, libhistory.a, libreadline.a) References: <4C430830 DOT 806 AT bopp DOT net> <4C433DF0 DOT 9010704 AT bopp DOT net> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 7/18/2010 9:07 PM, gialloporpora wrote: > Risposta al messaggio di Jeremy Bopp : > >> I think you need to install ncurses-devel for termcap support, but I'm >> not sure what provides the fl library. When it comes to missing >> libraries such as you're seeing, many projects have some form of >> documentation available which tells you what you need to install in >> order to build the software, so make sure you check there first. You >> can also use the cygcheck program andhttp://cygwin.com/packages/ to >> search for the cygwin packages which provide particular files. > > Ok, thanks for your suggestions. > I have readed documentation but I have not found info about compiling > the package on cygwin. > I have installed all packages in Devel/Math/libs/utils > but the error is not changed. The strange thing - for me, I am a newbe > on Cygwin - is that I need to move the .a file in the /usr/cf_arith_xxxx > directory instead make don't find them (they ar in lib directory) > I have replaced in the makefile -ltermcap with -lncurse: > LIBS = libgmp.a libreadline.a libhistory.a -lfl -lncurses # cygwin > > instead of: > LIBS = libgmp.a libreadline.a libhistory.a -lfl -ltermcap #cygwin > > now it seem to works: I have a cf_arith.exe file in /usr/cf_arith_xxx/ > > now I move it in /bin directory and I think it should works. > > There exist a command to move all exe files created after compiling the > module (and dll) in the /bin directory (c:\cygwin\bin) instead of moving > them with che copy command? The typical way to install a GNU package after building it is to invoke 'make install'. This should appear in the INSTALL readme for the package in question. This is not Cygwin-specific and won't necessarily apply to a package that doesn't conform to GNU standards. -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746 _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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