X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Date: Fri, 01 Jul 2011 17:55:00 +0300 From: Eli Zaretskii Subject: Re: gcc-4.4: conflicting types for built-in function 'cabs' and 'cabsf' In-reply-to: X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp-workers AT delorie DOT com Message-id: <83tyb6qce3.fsf@gnu.org> References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Fri, 1 Jul 2011 17:25:52 +0300 > From: Ozkan Sezer > > Bulidding the library (today's cvs) using gcc-4.4 fails with the > following error: > > i586-pc-msdosdjgpp-gcc -pipe ... -c w_cabs.c > cc1: warnings being treated as errors > w_cabs.c:18: error: conflicting types for built-in function 'cabs' > > i586-pc-msdosdjgpp-gcc -pipe ... -c wf_cabs.c > cc1: warnings being treated as errors > wf_cabs.c:18: error: conflicting types for built-in function 'cabsf' > > Solutions? Hard to tell, since you don't show the conflicting declarations.