Mail Archives: djgpp/1996/09/06/19:57:05
Date: | Fri, 6 Sep 1996 19:35:49 -0400
|
From: | dj (DJ Delorie)
|
Message-Id: | <199609062335.TAA23499@delorie.com>
|
To: | rsregan AT usgs DOT gov
|
CC: | djgpp AT delorie DOT com
|
In-reply-to: | <199609061304.NAA12912@hassrvares.er.usgs.gov> (rsregan@usgs.gov)
|
Subject: | Re: version 2 problem
|
> Apparently, the correct math.h was not getting included, so I am
> wondering if the correct versions of other header files are getting
> included. I assume I should put back the original math.h, but how
> do I make sure the math.h in libm is used?
Those files are duplicated on purpose, including the math.h file, and
they are all in the right spots.
Look in <math.h> and there should be a #ifdef that selects that file
(the ANSI version) or <libm/math.h> (the Cygnus version). The Cygnus
header is not ansi/posix clean the same way that the other djgpp
headers are, and it only corresponds to the libm.a functions (some
math functions are in libc.a also).
- Raw text -