OpenMacNews wrote:

/Volumes/Projects/ports/Python-2.4.1/Mac/OSX/PythonLauncher/build/Pytho
nLauncher.build/PythonLauncher.build/Objects-normal/LinkFileList
"-arch" "ppc" "-s" "-prebind" "-Wl,-no_arch_warnings" "-framework"
"Cocoa" "-framework" "Carbon"
ld: warning prebinding disabled because dependent library:
/usr/lib/libz.1.dylib is not prebound
ld: warning can't open dynamic library: /usr/lib/libxml2.2.dylib (checking
for undefined symbols may be affected) (No such file or directory, errno =
2)
ld: Undefined symbols:
_xmlSAXUserParseMemory referenced from Foundation expected to be defined in
/usr/lib/libxml2.2.dylib
...failed StandaloneExecutable.LinkUsingFileList
///Applications/MacPython-2.4/PythonLauncher.app/Contents/MacOS/PythonLaunc
her ...
** BUILD FAILED **
make[1]: *** [install_PythonLauncher] Error 1
make: *** [frameworkinstallapps] Error 2


*something's* expecting libxml2 to be there ...

I'll bet that it's either Cocoa or Carbon. In that case, you definitely *don't* want it to use your own libxml2. Leave it be.


--
Robert Kern
[EMAIL PROTECTED]

"In the fields of hell where the grass grows high
 Are the graves of dreams allowed to die."
  -- Richard Harter
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to