aix4.3 math.h header broken for cabs
Zack Weinberg
zack@wolery.cumb.org
Mon May 1 12:46:00 GMT 2000
On Mon, May 01, 2000 at 11:00:38AM -0700, Benjamin Kosnik wrote:
>
> This needs to be fixed, as libstdc++-v3 uses the C9x signatures.
> Here's an attempt to fix it, by patching gcc/fixinc/inclhack.def. I'd
> rather just remove the entire declaration though (how do i do this)...
...
Just write
sed = '/extern double cabs()/d';
instead of the sed expression you have now.
BTW, you have the files expression twice.
zw
More information about the Gcc-bugs
mailing list