Bug#414556: autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS

2007-03-12 Thread Samuel Thibault
Package: autoconf-archive Version: 20060312-1 Severity: normal Hi, When using ac_python_devel.m4, the PYTHON_LDFLAGS variable is set to -L/usr/lib/python2.4 -lpython2.4, but libpython2.4.so and libpython2.4.a are provided in /usr/lib/python2.4/config/, not /usr/lib/python2.4/ Maybe config/ shoul

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-12 Thread Samuel Thibault
Hi, Since you are the authors of the file, here is a forward. What do you think about this issue? (please keep [EMAIL PROTECTED] in Cc for the record) Samuel - Forwarded message from Samuel Thibault <[EMAIL PROTECTED]> - From: Samuel Thibault <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-12 Thread Alan W. Irwin
On 2007-03-13 00:30+0100 Samuel Thibault wrote: Hi, Since you are the authors of the file, here is a forward. What do you think about this issue? (please keep [EMAIL PROTECTED] in Cc for the record) Hi Samuel, I no longer have an interest in supporting ac_python_devel.m4 because last year I

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-12 Thread Rafael Laboissiere
* Alan W. Irwin <[EMAIL PROTECTED]> [2007-03-12 19:10]: > On 2007-03-13 00:30+0100 Samuel Thibault wrote: > > >Since you are the authors of the file, here is a forward. > > > >What do you think about this issue? (please keep [EMAIL PROTECTED] > >in Cc for the record) > > I no longer have an intere

Bug#414556: autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS

2007-03-13 Thread Samuel Thibault
Samuel Thibault, le Mon 12 Mar 2007 14:51:57 +0100, a écrit : > When using ac_python_devel.m4, the PYTHON_LDFLAGS variable is set to > -L/usr/lib/python2.4 -lpython2.4, but libpython2.4.so and libpython2.4.a > are provided in /usr/lib/python2.4/config/, not /usr/lib/python2.4/ > > Maybe config/ sh

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Matteo Settenvini
From http://docs.python.org/dist/module-distutils.sysconfig.html : get_python_lib( [plat_specific[, standard_lib[, prefix]]]) Return the directory for either the general or platform-dependent library installation. If plat_specific is true, the platform-dependent include dir

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Samuel Thibault
Hi, Matteo Settenvini, le Tue 13 Mar 2007 14:13:36 +0100, a écrit : > From http://docs.python.org/dist/module-distutils.sysconfig.html : > > get_python_lib( > [plat_specific[, standard_lib[, > prefix]]]) > Return the directory for either the general or > platform-dependent library

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Samuel Thibault
Matteo Settenvini, le Tue 13 Mar 2007 14:13:36 +0100, a écrit : > If that doesn't fix it, afaik it's a problem packaging python, or a bug > in python's distutils itself. If you want to fix it as Samuel purposed, > the real fix would be to try looking for a the library in both the > result of get_py

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Matteo Settenvini
Il giorno mar, 13/03/2007 alle 14.30 +0100, Samuel Thibault ha scritto: > Hi, > > Matteo Settenvini, le Tue 13 Mar 2007 14:13:36 +0100, a écrit : > > From http://docs.python.org/dist/module-distutils.sysconfig.html : > > > > get_python_lib( > > [plat_specific[, standard_lib[, > > prefix]]]) > >

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Samuel Thibault
Matteo Settenvini, le Tue 13 Mar 2007 14:54:40 +0100, a écrit : > Il giorno mar, 13/03/2007 alle 14.30 +0100, Samuel Thibault ha scritto: > > Hi, > > > > Matteo Settenvini, le Tue 13 Mar 2007 14:13:36 +0100, a écrit : > > > From http://docs.python.org/dist/module-distutils.sysconfig.html : > > >

Bug#414556: [autoconf-archive: ac_python_devel.m4 sets useless -L in PYTHON_LDFLAGS]

2007-03-13 Thread Matteo Settenvini
Il giorno mar, 13/03/2007 alle 14.59 +0100, Samuel Thibault ha scritto: > Matteo Settenvini, le Tue 13 Mar 2007 14:54:40 +0100, a écrit : > > > > Yes, you're obviously right and I was obviously wrong. Sorry. > > > > What does distutils.sysconfig.get_config_var("LDLIBRARYDIR") returns? > > On the