python - Symbol not found error when I run a py2app application on OS X 10.4 Tiger -
python - Symbol not found error when I run a py2app application on OS X 10.4 Tiger -
i trying bundle python application, more specifically, django site, self-contained .app
container mac os x. using py2app
on os x 10.6 bundle app.
the result works fine on os x 10.5 or newer, doesn't on customer's os x 10.4 tiger. fails next error:
/.../binary dyld: symbol not found: ___stack_chk_guard referenced from: /.../binary expected in: /usr/lib/libsystem.b.dylib
what compile binaries without references symbol, i.e., cross-compile application on os x 10.6 machines running 10.4? how can check whether binary references symbol on os x newer tiger? not have test machine os x 10.4 here. python osx py2app
Comments
Post a Comment