Skip to content

Instantly share code, notes, and snippets.

@rajarshi
Created August 30, 2010 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rajarshi/557363 to your computer and use it in GitHub Desktop.
Save rajarshi/557363 to your computer and use it in GitHub Desktop.
running install
running build
running build_py
copying openbabel.py -> build/lib.macosx-10.5-universal-2.6
copying pybel.py -> build/lib.macosx-10.5-universal-2.6
running build_ext
building '_openbabel' extension
g++ -arch i386 -arch ppc -arch ppc64 -arch x86_64 -isysroot / -bundle -undefined dynamic_lookup build/temp.macosx-10.5-universal-2.6/Users/guhar/src/openbabel/scripts/python/openbabel-python.o -L../lib -lopenbabel -o build/lib.macosx-10.5-universal-2.6/_openbabel.so
ld warning: in ../lib/libopenbabel.dylib, file is not of required architecture
ld warning: in ../lib/libopenbabel.dylib, file is not of required architecture
ld warning: in ../lib/libopenbabel.dylib, file is not of required architecture
running install_lib
copying build/lib.macosx-10.5-universal-2.6/_openbabel.so -> /usr/local/openbabel/lib/python2.6/site-packages
copying build/lib.macosx-10.5-universal-2.6/openbabel.py -> /usr/local/openbabel/lib/python2.6/site-packages
copying build/lib.macosx-10.5-universal-2.6/pybel.py -> /usr/local/openbabel/lib/python2.6/site-packages
byte-compiling /usr/local/openbabel/lib/python2.6/site-packages/openbabel.py to openbabel.pyc
byte-compiling /usr/local/openbabel/lib/python2.6/site-packages/pybel.py to pybel.pyc
running install_egg_info
Removing /usr/local/openbabel/lib/python2.6/site-packages/openbabel-1.5-py2.6.egg-info
Writing /usr/local/openbabel/lib/python2.6/site-packages/openbabel-1.5-py2.6.egg-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment