New submission from Michael J. Fromberger <michael.j.fromber...@gmail.com>:
Checkout: <http://svn.python.org/projects/python/tags/r262> Configure: env CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib" sh ./configure --enable-framework --enable-shared --enable-readline Build: make The configuration step completes successfully, and the build proceeds; however, the following error occurs: gcc -L/opt/local/lib -u _PyMac_Error Python.framework/Versions/2.6/Python -o python.exe \ Modules/python.o \ -L. -lpython2.6 -ldl This appears to be a problem in the definition of the LINKFORSHARED variable in the Makefile, but I am not sure what the intended meaning of that variable is, so I'm not sure what the fix should be. A complete make trace is attached. ---------- components: Build files: makedump.txt messages: 86245 nosy: creachadair severity: normal status: open title: "No such file or directory" with framework build under MacOS 10.4.11 type: compile error versions: Python 2.6 Added file: http://bugs.python.org/file13728/makedump.txt _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5809> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com