Gentoo Archives: gentoo-dev

From: Uwe Reimann <gentoo-dev@××××××××××××××××.net>
To: liquidx@g.o
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Problem with python
Date: Sat, 26 Apr 2003 12:50:35
Message-Id: 3EAA809A.7040708@pulsar.homelinux.net
In Reply to: Re: [gentoo-dev] Problem with python by Alastair Tse
1 > Hi Uwe,
2 >
3 > I'm not sure what the Makefile you attached is for and why. That is just
4 > a pre-generated python Makefile that is included in the python-2.2
5 > installation (/usr/lib/python2.2/config/Makefile).
6 >
7 > You haven't told us what the "problem with configuring python" is?
8 >
9 > Cheers,
10
11 Hi Alastair,
12
13 the Makefile is generated during configuration of Python-2.2.2. The
14 actual problem is that not all variables are substituted right. On the
15 left side of $(TKPATH) you can see the rest of some other variable
16 (ending with 'H'). I'm also pretty sure, it should be named 'module.o',
17 not 'odule.o'. It looks like some characters just get dropped.
18
19 Any ideas about that?
20
21 Best regards, Uwe
22
23
24 Modules/H)$(TKPATH)module$(SO): ; $(LDSHARED) -o
25 Modules/H)$(TKPATH)module$(SO)
26 Modules/odule.o: $(srcdir)/Modules/odule.c; $(CC) $(PY_CFLAGS) -c
27 $(srcdir)/Modules/odule.c -o Modules/odule.o
28
29
30 --
31 gentoo-dev@g.o mailing list