|
[
Permlink
| « Hide
]
Graham Dumpleton added a comment - 21/Oct/06 12:41 AM
Defer fixing of this issue until have someone with the affected platform who can assist.
Someone has successfuly built mod_python on Mac OS X using:
gcc version 4.0.1 (Apple Computer, Inc. build 5367) Thus, may have been a problem with the particular persons setup, or some issue has been fixed in newer version of XCode. i am having the same problem on OS X 10.5 (leopard). if anyone has a work-around, I would love to hear it. please write me if you have any questions or suggestions. thanks
rbp% make Compiling for DSO. /usr/sbin/apxs -I/Users/rbp/Downloads/python stuff/mod_python-3.3.1/src/include -I/usr/include/apache2 -I/System/Library/Frameworks/Python.framework/Versions/2.5/include/p\ ython2.5 -c mod_python.c _apachemodule.c requestobject.c tableobject.c util.c serverobject.c connobject.c filterobject.c hlist.c hlistobject.c finfoobject.c -Wl,-framework\ ,Python -u _PyMac_Error -framework Python -Wl,-F. -lm -framework Python -ldl Usage: apxs -g [-S <var>=<val>] -n <modname> apxs -q [-S <var>=<val>] <query> ... apxs -c [-S <var>=<val>] [-o <dsofile>] [-D <name>[=<value>]] [-I <incdir>] [-L <libdir>] [-l <libname>] [-Wc,<flags>] [-Wl,<flags>] [-p] <files> ... apxs -i [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... apxs -e [-S <var>=<val>] [-a] [-A] [-n <modname>] <dsofile> ... rbp% gcc -v Using built-in specs. Target: powerpc-apple-darwin9 Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program\ -transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --program-prefix= --host=powerpc-apple\ -darwin9 --target=powerpc-apple-darwin9 Thread model: posix gcc version 4.0.1 (Apple Inc. build 5465) rbp% python -V Python 2.5.1 rbp% httpd -v httpd -v Server version: Apache/2.2.6 (Unix) Server built: Sep 23 2007 18:07:19 |
||||||||||||||||||||||||||||||||||||||||||||||