X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com Subject: Re: Missing functions in DJGPP libc (and/or) libm To: djgpp-workers AT delorie DOT com References: From: "Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp-workers AT delorie DOT com]" Message-ID: <4aed4e35-34a2-56ba-582a-c9c6ccae6699@iki.fi> Date: Mon, 13 Apr 2020 07:25:26 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US-large 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 On 4/12/20 10:56 PM, DJ Delorie wrote: > Looks like C99 support is required now, and our library is C89(ish). > > If someone wants to put in the effort: > http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf > > Else we might have to accept that some parts of djgpp have reached > end-of-life :-( How it is handled in CygWin. It seems to have newlib which do not have these functions (at least I did not easily find them browsing GIT repon tree). It is unlikely that CygWin will not support Fortran for gcc-10 Andris