>>>>> "ch" == Chisheng Huang <[EMAIL PROTECTED]> writes:

  ch> Does anybody know how to load an object file compiled on a 64-bit machine?

  as far as I know, it is not possible to load an object file that
  uses the 64-bit ABI into a process that is using the 32-bit ABI.
  CMUCL (until it gets a native port to AMD64) is using the 32-bit
  ABI, so can only load -m32 object files.

  SBCL is probably further along in its AMD64 support than is CMUCL,
  if you really need this, but I'm not sure whether their linker
  support is working yet. 

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>


Reply via email to