OSX GNU assembler problem with 'call foo@plt'
问题 In an attempt to build 64-bit PicoLisp on Mac OS X (10.6.7) it seems I've encountered a problem with the OSX Dev. Tools GNU assembler ('as'), which is version 1.38. My Xcode is version 3.2.4. The lines in my (generated) x86-64.darwin.base.s that cause the problems typically look like this: call foo@plt ... and they give me error messages like this: x86-64.darwin.base.s:41694:junk `@plt' after expression 64-bit PicoLisp builds without problems on Linux and SunOS. These platforms probably have