Date: Thu, 1 Feb 1996 08:53:12 -0500 From: dj AT delorie DOT com (DJ Delorie) To: peter AT physik DOT uni-erlangen DOT de Cc: DJGPP AT sun DOT soe DOT clarkson DOT edu Subject: Re: Missing fcvt and ecvt in GNU-C library (DOS DJGPP 1.12m4) > I use DJGPP 1.12m4 and GCC 2.6.3 for DOS with the following compiler-switches: > -lm -lpc -lgr. Have I made any mistake or could it be, that these routines > are missing in library? When missing, is there any bugfix and where? djgpp V1 was missing a lot of math functions. In djgpp V2, the libm.a library (-lm) includes many more, thanks to Cygnus.