This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] testsuite fix for math tests on darwin


On Jun 6, 2004, at 6:27 AM, Andreas Tobler wrote:
darwin has some C99 math functions in the libmx instead of libm, so we should add the -lmx to the tests where we need these functions.
The attached patch fixes three failures of the libstdc++ suite.
Unfortunately I did not find the cabsl in libmx.

There's been some discussion of this issue at Apple. I think we're leaning in the direction
of having the driver include -lmx automagically. In fact I thought Andrew already had a
patch in that did this for C++. Comments?
(An obvious question is, Why are they in libmx? All I can tell you is the compiler people
don't control that...)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]