Hi!

during my upgrade cycle... I noticed I cannot upgrade a lot of software, linking fails. Be it asciidoc or gcc48, I get this error:

ld: warning: could not create compact unwind for __Unwind_RaiseException: non-standard register 0 being saved in prolog ld: warning: could not create compact unwind for __Unwind_ForcedUnwind: non-standard register 0 being saved in prolog ld: warning: could not create compact unwind for __Unwind_Resume: does not use EBP or ESP based frame ld: warning: could not create compact unwind for __Unwind_Resume_or_Rethrow: non-standard register 0 being saved in prolog ld: illegal text-relocation to '___cpu_indicator_init' in cpuinfo_s.o from 'anon' in cpuinfo_s.o for architecture i386
collect2: error: ld returned 1 exit status
make[3]: *** [libgcc_s.dylib] Error 1
make[3]: *** Waiting for unfinished jobs....
<stdin>:485:11: warning: section "__textcoal_nt" is deprecated
        .section __TEXT,__textcoal_nt,coalesced,pure_instructions
                 ^      ~~~~~~~~~~~~~
<stdin>:485:11: note: change section name to "__text"
        .section __TEXT,__textcoal_nt,coalesced,pure_instructions
                 ^      ~~~~~~~~~~~~~


That doesn't look promising... Any ideas? Ken?

Riccardo

Reply via email to