Python 2.6 fails on compiling > Bug report

googler.1.webmaster at spamgourmet.com googler.1.webmaster at spamgourmet.com
Thu Jan 8 20:30:00 EST 2009


Hi!

I compiled Python 2.6.1 on a Mac OSX 10.5.5 Intel machine with this
configure command and got this message


FAILS:         ./configure --with-framework-name=Python --with-
universal-archs=all --enable-framework --enable-
universalsdk=@executable_path/my/path/to/app


WORKS:         ./configure --with-framework-name=Python --with-
universal-archs=all --enable-framework --enable-universalsdk=/


[...]
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h:     check for missing prerequisite
headers?
configure: WARNING: dlfcn.h: see the Autoconf documentation
configure: WARNING: dlfcn.h:     section "Present But Cannot Be
Compiled"
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: dlfcn.h: in the future, the compiler will take
precedence
configure: WARNING:     ##
------------------------------------------------ ##
configure: WARNING:     ## Report this to http://www.python.org/python-bugs
##
configure: WARNING:     ##
------------------------------------------------ ##
checking for dlfcn.h... yes
[...] many of this error warnings occure.


/* its already noted in the bug reporter but there is no solution.
Does anyone know how to use my custom path?


Thanks.



More information about the Python-list mailing list