From 1b388dd8ecdec77365a3128e5cf061cd91d27a2c Mon Sep 17 00:00:00 2001 From: Pearu Peterson Date: Sun, 23 Sep 2007 13:27:54 +0000 Subject: fixing link error: added debug message, 3. --- numpy/distutils/command/build_ext.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/distutils/command/build_ext.py') diff --git a/numpy/distutils/command/build_ext.py b/numpy/distutils/command/build_ext.py index 9277f9393..5825a94f3 100644 --- a/numpy/distutils/command/build_ext.py +++ b/numpy/distutils/command/build_ext.py @@ -390,6 +390,8 @@ class build_ext (old_build_ext): else: kws = {} + log.debug('DEBUG: linker=%s,library_dirs=%s,ext.runtime_library_dirs=%s' % (linker, library_dirs, ext.runtime_library_dirs)) + linker(objects, ext_filename, libraries=libraries, library_dirs=library_dirs, -- cgit v1.2.1