Building 2.3.3 on AIX, term.h complaint

Rob Dijkshoorn rob at robdijkshoorn.com
Mon Apr 5 08:59:33 EDT 2004


"Paul Watson" <pwatson at redlinepy.com> wrote in message
news:406f537f$1_1 at themost.net...
>
> checking term.h usability... no
> checking term.h presence... yes
> configure: WARNING: term.h: present but cannot be compiled
> configure: WARNING: term.h: check for missing prerequisite headers?
> configure: WARNING: term.h: proceeding with the preprocessor's result
> configure: WARNING:     ## ------------------------------------ ##
> configure: WARNING:     ## Report this to bug-autoconf at gnu.org. ##
> configure: WARNING:     ## ------------------------------------ ##
> checking for term.h... yes
>
Hi Paul,

I got the same message (AIX 5.1, xlC) but the compile went fine. I have seen
this warning on Linux a lot as well, when compiling various oss packages
(Samba comes to mind). Does your compile fail?

On a side note, I am unable to compile the modules, it fails with the
following error:

building '_tkinter' extension
./Modules/ld_so_aix cc_r -bI:Modules/python.exp
build/temp.aix-5.1-2.3/_tkinter.o
build/temp.aix-5.1-2.3/tkappinit.o -L/usr/X11R6/lib -L/usr/local/lib -ltk8.2
 -ltcl8.2 -lX11 -o build/lib.aix-5.1-2.3/_tkinter.so
ld: 0706-006 Cannot find or open library file: -l tk8.2
        ld:open(): A file or directory in the path name does not exist.
ld: 0706-006 Cannot find or open library file: -l tcl8.2
        ld:open(): A file or directory in the path name does not exist.
*** WARNING: renaming "_tkinter" since importing it failed: A file or
directory in the path name does not exist.
error: A file or directory in the path name does not exist.
make: 1254-004 The error code from the last command is 1.

Something you have come across?

Regards,
Rob





More information about the Python-list mailing list