tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Undefined PLT symbol "fma" in python on m68k
On Tue, Dec 10, 2024 at 04:56:52PM +0000, John Klos wrote:
> Hi,
>
> Does anyone know where to look in python312 (probably others, too) to figure
> out how math got built without stuff like fma?
It was a bug in src/lib/libm/Makefile:
----------------------------
revision 1.221
date: 2023-08-08 04:09:42 +0200; author: rin; state: Exp; lines: +2 -1; commitid: CsWmTwt9nsKprVzE;
libm: Add fma(3) and friends to m68k
----------------------------
and it has been pulled up to -10 in ticket #547, can you double check your
libm does not have it? Or is python not linking against libm (that would
suprise me a bit).
Martin
Home |
Main Index |
Thread Index |
Old Index