1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 02:10:49 +00:00

For python package in mac

This commit is contained in:
poet 2012-06-10 00:26:31 +08:00
parent a1628f7055
commit 4b51d49593
2 changed files with 6 additions and 1 deletions

View File

@ -27,6 +27,11 @@ By default, Pysearpc are compiled. If you'd like to not compile pysearpc, use th
In this way, Pysearpc would not be compiled or installed.
In MacOs, if you want to use py2app, you would better run the following commnads:
./configure LDFLAGS="-Xlinker -headerpad_max_install_names"
In this way, the following error will be avoided:
raise ValueError("New Mach-O header is too large to relocate")
Optionally compile demos
========================

View File

@ -55,7 +55,7 @@ fi
if test x"$MSYSTEM" = x"MINGW32"; then
autoreconf --install -I/local/share/aclocal
elif test "${TERM_PROGRAM}" = "Apple_Terminal" ; then
autoreconf --install -I/usr/local/share/aclocal
autoreconf --install -I/opt/local/share/aclocal
else
autoreconf --install
fi