Changes between Initial Version and Version 1 of Ticket #30276


Ignore:
Timestamp:
Jul 21, 2011, 3:33:52 PM (13 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30276

    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Keywords lion added
  • Ticket #30276 – Description

    initial v1  
    11Trying to build/upgrade gmp on 10.7 and it fails with a linker error. Doesn't matter which compiler is used (fails with same error for gcc-4.2 and clang). The linker version is:
    22
     3{{{
    34$ ld -v
    45@(#)PROGRAM:ld  PROJECT:ld64-126.3.2
    56llvm version 3.0svn, from Apple Clang 3.0 (build 210.1)
     7}}}
    68
    79and the error is:
    810
     11{{{
    912ld: illegal text-relocation to ___gmpn_add_n in mpn/.libs/add_n.o from ___gmpn_add_n in mpn/.libs/add_n.o for architecture i386
    1013clang: error: linker command failed with exit code 1 (use -v to see invocation)
    1114make[2]: *** [libgmp.la] Error 1
     15}}}