X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.3 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,TW_LN,TW_YG,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: gialloporpora Subject: Re: Some missing .a file trying to compile cfc util on cygwin libgmp.a, libhistory.a, libreadline.a) Date: Mon, 19 Jul 2010 03:07:02 +0200 Lines: 36 Message-ID: References: <4C430830 DOT 806 AT bopp DOT net> <4C433DF0 DOT 9010704 AT bopp DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 In-Reply-To: <4C433DF0.9010704@bopp.net> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 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? Thanks Sandro -- 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