From: pavenis AT lanet DOT lv To: Alex Derbeev Date: Tue, 4 Jun 2002 11:01:39 +0300 MIME-Version: 1.0 Subject: Re: cmath & _finite Cc: djgpp AT delorie DOT com Message-ID: <3CFC9E13.22882.BAB8D@localhost> In-reply-to: <372635396.20020529195656@tut.by> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 29 May 2002 at 19:56, Alex Derbeev wrote: > Hello libstdc++, > > I have a problem > > 1) with cmath header (included through iostream), when I compile it with > the `-ansi' switch; > 2) when linking the same test with the libstdcxx library (there is no > _finite() function) > > under gcc 3.1 (djgpp). > Confirmed. It's DJGPP related stuff as DJGPP runtime library does not comply with latest C standard. As result part of functions defined in math.h are left out when -ansi is specified. Andris