[issue13511] Specifying multiple lib and include directories on linux

Martin v. Löwis report at bugs.python.org
Thu Jan 5 21:48:21 CET 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

See http://www.gnu.org/software/autoconf/manual/autoconf.html
for a description of the includedir and libdir options:

— Variable: includedir
The directory for installing C header files.
— Variable: libdir
The directory for installing object code libraries.

So it just doesn't make sense to have multiple directories in these options, and you shouldn't be passing directories that that you want to be searched.

Closing this report as invalid.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13511>
_______________________________________


More information about the Python-bugs-list mailing list