Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: problem w/ libm on vax



ks%ub.uni-mainz.de@localhost said:
> /u/NetBSD/arch/vax/dest/lib/libm.so: undefined reference to `_hypotf' 
> [...]

This is likely related to sone namespace protection I added
a while ago, for functions which are used internally within
libm.
Could you please add something like

#include "../src/namespace.h"
and
#ifdef __weak_alias
__weak_alias(hypotf, _hypotf)
#endif

to the relevant functions in noieee_src?

best regards
Matthias




-------------------------------------------------------------------
-------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich

Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzende des Aufsichtsrats: MinDir'in Baerbel Brumme-Bothe
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr. Harald Bolt,
Dr. Sebastian M. Schmidt
-------------------------------------------------------------------
-------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index