Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: pow math function pb. X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 Date: Thu, 27 Nov 2003 17:17:09 +0100 Message-ID: <3418F3471F1CA4409901547349FFAE2E0CE2F4@ftrdmel2.rd.francetelecom.fr> X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "zze-BDE balg011 VAUCHER Laurent DvSI/SIReS/GRE" To: X-OriginalArrivalTime: 27 Nov 2003 16:17:10.0359 (UTC) FILETIME=[E8E78E70:01C3B501] Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id hARGHTTd024464 > Sorry, I forgot to say that I'm using the latest cygwin. > gcc version is 3.3.1. > I have tried again the little example and now it works. > But my main program which ends by these two lines. > I have cleaned my program and I attach it to this mail. But in your main program, you don't include math.h, so the function prototype is not known at compile time, which is 'bad programming practice'. I know, it is the same for malloc, exp, free and all those seem to work alright any way... What I can say is that your program works perfectly giving 256.O as a result if you just care to include . Laurent. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/