python linking

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nancy

    python linking

    When i link with python2.4.a i get this error.

    ld: Dwarf Error: Invalid or unhandled FORM value: 14.

    I am NOT using the gcc compiler but the linux icc compiler. Google
    hits blame it on gcc compiler binutils being out of date. i dont think
    thats the problem here.
    thanks.

  • Serge Orlov

    #2
    Re: python linking


    Nancy wrote:[color=blue]
    > When i link with python2.4.a i get this error.
    >
    > ld: Dwarf Error: Invalid or unhandled FORM value: 14.
    >
    > I am NOT using the gcc compiler but the linux icc compiler. Google
    > hits blame it on gcc compiler binutils being out of date. i dont think
    > thats the problem here.
    > thanks.[/color]

    And how was python2.4.a was built? with gcc? If you mix compilers you
    always risk to hit corner cases of integration that compiler writers
    have not debugged.

    Serge.

    Comment

    Working...