Question re FPC and x86 linking to 64 bit library files
Question re FPC and x86 linking to 64 bit library files
on OSX 64 bit
it seems that the .o file produced is still only 32 bit
?
on OSX 64 bit
it seems that the .o file produced is still only 32 bit
?
David Heffernan Hence my second comment.
ReplyDeletethis is compiling with FPC on a 64 bit OSX pc, where I am trying to use a .dylib that has been compiled with gcc as 64 bit ..but I get an error with linking with the outputted .o file saying its not x86_64
ReplyDeleteI am trying to move to 64 bit as that is the up and coming requirement for OSX (Mac)
I got this working,using the directive, {$linklib mylibname}
ReplyDeleteI had forgoten about that