New submission from Rainer Schaaf:

When building an extension on AIX with distutils the build fails like this:

/usr/local/lib/python3.3/config/ld_so_aix xlc_r 
-bI:/usr/local/lib/python3.3/config/python.exp 
build/temp.aix-5.3-3.3/pdflib_py.o -L../../../libs/pdflib/.libs 
-L../../../libs/icu/lib -ls_libpdf -lC -o build/lib.aix-5.3-3.3/pdflib_py.so
unable to execute /usr/local/lib/python3.3/config/ld_so_aix: No such file or 
directory
error: command '/usr/local/lib/python3.3/config/ld_so_aix' failed with exit 
status 1

The problem can easily be fixed by:

ln -s /usr/local/lib/python3.3/config-3.3m  /usr/local/lib/python3.3/config

----------
assignee: eric.araujo
components: Distutils
messages: 172588
nosy: eric.araujo, rjs, tarek
priority: normal
severity: normal
status: open
title: ld_so_aix not found
type: compile error
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to