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

Re: [MiNT] Multiple definition of Symbol x (from mathlib) when compiling for 68020-60



Am Samstag, den 19.06.2010, 15:24 +0200 schrieb Vincent Rivière
<vincent.riviere@freesbee.fr>:
> m0n0 wrote:
>> (.text+0x24): multiple definition of `_tan'
>>
build-mint-framebuffer/desktop_browser.o:build-mint-framebuffer/desktop_browser.o:(.text+0x24):
>> first defined here
> 
> One definition of tan() is in desktop_browser.o.
> Other error messages should indicate where are the other definitions.

Ok, thanks. 

These errors just occure for object files that are part of netsurf. So
there isn't an problems with libs, as I expected...
I don't understand why it's happening with the m68020 target. Even if it's
lame to just replace the math lib, I'll try pml... currently fdlibm is
installed.