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

Re: [MiNT] Gcc 4.4.3 Linking problems (libmath)



Hello,

Am Mi, 26.05.2010, 00:40 schrieb Miro Kropacek:
>> /d/root/netsurf/netsurf/render/html_redraw.c:1877: undefined reference
>> to
>> `_ceilf'
> [..]
>> undefined reference to `_log10'
> [..]
>> /d/usr/bin/../lib/gcc/m68k-atari-mint/4.4.3/../../../libxml2.a(xpath.o)(.text+0x85d4):
>> undefined reference to `_pow'

> Seems like missing math library (-lm).
>

ls /usr/lib/libm* -al outputs:
102k /usr/lib/libm.a

I just inspected the output of rpm -aq - which doesn't output libm ... but
I thought this is installed with the gcc pack... and it seems to exist...

greets