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
?

Comments

  1. David Heffernan Hence my second comment.

    ReplyDelete
  2. this 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

    I am trying to move to 64 bit as that is the up and coming requirement for OSX (Mac)

    ReplyDelete
  3. I got this working,using the directive, {$linklib mylibname}
    I had forgoten about that

    ReplyDelete

Post a Comment