Python-2.4.1 Build error on AIX

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

    #1

    Python-2.4.1 Build error on AIX

    All,
    I get the below error when trying to build python on
    AIX.

    Is there a way to ignore _tkinter.

    Please help

    Sri

    I do the following in my command line.

    export CC=gcc

    ld: 0706-006 Cannot find or open library file: -l
    tk8.3
    ld:open(): A file or directory in the path
    name does not exist.
    ld: 0706-006 Cannot find or open library file: -l
    tcl8.3
    ld:open(): A file or directory in the path
    name does not exist.
    *** WARNING: renaming "_tkinter" since importing it
    failed: No such file or directory
    error: No such file or directory
    make: *** [sharedmods] Error 1





    _______________ _______________ _______________ _______
    Start your day with Yahoo! - make it your home page


  • Martin v. Löwis

    #2
    Re: Python-2.4.1 Build error on AIX

    Srinivasan TK wrote:[color=blue]
    > I get the below error when trying to build python on
    > AIX.
    >
    > Is there a way to ignore _tkinter.[/color]

    Yes. Just ignore these error messages.

    Regards,
    Martin

    Comment

    Working...