X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Hans Horn Subject: status of gcc4 -ffast-math Date: Thu, 05 Nov 2009 13:39:08 -0800 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) 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 Folks, what is the current status of -ffast-math for gcc4 under cygwin. I tried to use it for some numerical C code and get the following link errors: eval.o:eval.c:(.text+0x79c): undefined reference to `_f_pow' eval.o:eval.c:(.text+0x7d8): undefined reference to `_f_log' eval.o:eval.c:(.text+0x7f0): undefined reference to `_f_exp' Was not able to find the library where theses thingies live! Thx., H. P.S. before I forget: $ gcc --version gcc (GCC) 4.3.4 20090804 (release) 1 $ uname -a CYGWIN_NT-5.1 HansHorn 1.7.0(0.217/5/3) 2009-11-03 15:06 i686 Cygwin -- 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