Gentoo Archives: gentoo-alt

From: Jeremy <jer.gentoo@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] problem building python with prefix-launcher on AIX
Date: Wed, 07 Nov 2007 15:48:22
Message-Id: 90b936c0711070747o74d47cb2j25c3a0b3547e6bbc@mail.gmail.com
1 Hello,
2 This is probably yet another question for haubi. But I'll see if
3 anyone else had has this issue. To me it looks like something is
4 passing the wrong -L and -l values to the gcc call.
5
6 This is the problem call:
7 /home/jolexa/aix/trunk/buildroot.pacer.powerpc-ibm-aix5.3.0.0/python/Python-2.4.2/Modules/ld_so_aix
8 gcc -pthread -bI:Modules/python.exp -fno-strict-aliasing -DNDEBUG -g
9 -O3 -Wall -Wstrict-prototypes build/temp.aix-5.3-2.4/_tkinter.o
10 build/temp.aix-5.3-2.4/tkappinit.o -L/usr/X11R6/lib64 -L/usr/X11R6/lib
11 -L/home/jolexa/aix/prefix_tmp//prefix-launcher-1pre.jolexa/powerpc-ibm-aix5.3.0.0/lib
12 -ltk8.3 -ltcl8.3 -lX11 -o build/lib.aix-5.3-2.4/_tkinter.so
13
14 This is the error:
15 ld: 0706-006 Cannot find or open library file: -l tk8.3
16 ld:open(): No such file or directory
17 ld: 0706-006 Cannot find or open library file: -l tcl8.3
18 ld:open(): No such file or directory
19
20 Which makes sense because there is no tk/tcl in those directories
21 passed via -L.
22
23 What needs to be done about this?
24 Thanks!
25 Jeremy
26 --
27 gentoo-alt@g.o mailing list

Replies