Hello --

While trying to install the perl bindings for openbabel, I run into the
following problem:

$ make
Skip blib/lib/Chemistry/OpenBabel.pm (unchanged)
g++ -c  -I../../include -arch x86_64 -arch i386 -arch ppc -g -pipe
-fno-common -DPERL_DARWIN -fno-strict-aliasing -I/usr/local/include -Os
-DVERSION=\"1.3.0\" -DXS_VERSION=\"1.3.0\"
 "-I/System/Library/Perl/5.10.0/darwin-thread-multi-2level/CORE"
openbabel_perl.cpp
Running Mkbootstrap for Chemistry::OpenBabel ()
chmod 644 OpenBabel.bs
rm -f blib/arch/auto/Chemistry/OpenBabel/OpenBabel.bundle
g++ -shared  -arch x86_64 -arch i386 -arch ppc -bundle -undefined
dynamic_lookup -L/usr/local/lib openbabel_perl.o -L../../src/.libs
-lopenbabel -lz  -o blib/arch/auto/Chemistry/OpenBabel/OpenBabel.bundle \
     \

i686-apple-darwin10-g++-4.2.1: -bundle not allowed with -dynamiclib
i686-apple-darwin10-g++-4.2.1: -bundle not allowed with -dynamiclib
powerpc-apple-darwin10-g++-4.2.1: -bundle not allowed with -dynamiclib
lipo: can't figure out the architecture type of: /var/tmp//cchi5SMV.out
make: *** [blib/arch/auto/Chemistry/OpenBabel/OpenBabel.bundle] Error 1


I get the same results after trying the suggested
(export MACOSX_DEPLOYMENT_TARGET='10.6');
Compiling openbabel itself went smoothly, and the installations of both
openbabel and the perl bindings worked fine on a Mac OSX 10.5 machine today.

Any suggestions?  Any help greatly appreciated.

-Dave Nunn
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
OpenBabel-scripting mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbabel-scripting

Reply via email to