Re: [Python-Dev] Checkin 45232: Patch #1429775

2006-04-15 Thread Armin Rigo
Hi Simon, On Thu, Apr 13, 2006 at 06:43:09PM +0200, Simon Percivall wrote: Building SVN trunk with --enable-shared has been broken on Mac OS X Intel since rev. 45232 a couple of days ago. I can't say if this is the case anywhere else as well. What happens is simply that ld can't find the

Re: [Python-Dev] Checkin 45232: Patch #1429775

2006-04-15 Thread Martin v. Löwis
Armin Rigo wrote: For what it's worth, it still works on Linux (Gentoo/i386), insofar as it always worked -- which is that we need either to make install or to tweak /etc/ld.so.conf to let the executable find libpython2.5.so. I usually set LD_LIBRARY_PATH in the shell where I want to use an

Re: [Python-Dev] Checkin 45232: Patch #1429775

2006-04-15 Thread Armin Rigo
Hi Martin, On Sat, Apr 15, 2006 at 11:30:07AM +0200, Martin v. L?wis wrote: Armin Rigo wrote: For what it's worth, it still works on Linux (Gentoo/i386), insofar as it always worked -- which is that we need either to make install or to tweak /etc/ld.so.conf to let the executable find

[Python-Dev] Checkin 45232: Patch #1429775

2006-04-13 Thread Simon Percivall
Building SVN trunk with --enable-shared has been broken on Mac OS X Intel since rev. 45232 a couple of days ago. I can't say if this is the case anywhere else as well. What happens is simply that ld can't find the file to link the shared mods against. //Simon