[Lazarus] Can someone explain this error?
FreeMan
freeman35 at delphiturkiye.com
Thu Jul 23 11:08:33 CEST 2015
Hello,
On OSX yosemite qt64 fpc r31217 & lazarus r49559
....
implementation
{$linklib /opt/proje_laz/projeler/links/liblinux_x86_64.a}
function func_name; cdecl; external;
...
error
/usr/local/bin/x86_64-linux-ld:
/opt/proje_laz/projeler/links/liblinux_x86_64.a(wurzl589.o): undefined
reference to symbol '__udivti3@@GCC_3.0'
/opt/binutils/x86_64-linux-libs//libgcc_s.so.1: error adding symbols:
DSO missing from command line
myproject.lpr(23,1) Error: Error while linking
I get this error when I crosscompile to linux x64. I couldn't find what
is wrong. I wanna use linux lib file in my project. Has any one any idea
about this ?
thank you.
More information about the Lazarus
mailing list