Hi Jon,

> Sorry for the delay, but here are the errors I got after I appended the
> 'sed' calls (see attachted file). I'm not shure if there's a big
> difference, but you may spot something ...

Indeed. No difference at all

   ...
   x86-64.darwin.base.s:1957:junk `@plt' after expression
   x86-64.darwin.base.s:1988:junk `@plt' after expression
   ...

This should not be. The 'sed' command removes the '@plt' stuff (at least
here on my system).

Here on my system, line 1957 of x86-64.darwin.base.s changed

   1957c1957
   <    call     allocC_A@plt
   ---
   >    call     allocC_A
   1970c1970
   <    call     getpid@plt
   ---
   >    call     getpid
   ...


But if 'sed' didn't work, there should be some other error message.

Cheers,
- Alex
-- 
UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe

Reply via email to