More info:
* XCode 2.5
These are the error messages from the run:
$ gcc -isysroot
/Developer/SDKs/MacOSX10.4u.sdk -bundle -undefined dynamic_lookup
-arch i386 build/temp.macosx-10.4-fat-2.6-10g/cx_Oracle.o
-L/Users/.../instantclient_10_2/lib
-L/Users/.../instantclient_10_2
-lclntsh -o build/lib.macosx-10.4-fat-2.6-10g/cx_Oracle.so
/usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld:
/Users/.../instantclient_10_2/lib/libclntsh.dylib load command 7 unknown cmd field
collect2: ld returned 1 exit status
I saw another post pointing to upgrading XCode. I'd like to hold off
on that, as this is a shared build machine. I'll try building the
lib on my own Mac later on, and see how that goes.
- Eric
On 4/27/2010 1:39 PM, Eric Promislow wrote:
> Here's my setup:
>
> * Intel box
> * OSX 10.4.11 (deliberately; we're supporting users back to 10.4)
> * ActivePython 2.6
> * Oracle Instant Client 10.2 (basic + sdk)
> * gcc 4.0.1 (build 5370)
> * cx_Oracle 5.0.3
>
> When I run `python setup.py build` I get the usual warnings
> complaining about ppc, and then the build stops with this
> error message:
>
> lipo: can't open input file: /var/tmp//ccERwSTc.out (No such
> file or directory)
>
> Yes, there is a "//" in the error message, /var/tmp has open
> permissions, and the file doesn't exist, at least by the
> time I checked.
>
> Google found nothing. Anyone have any suggestions?
>
> Thanks,
> Eric
>
> ------------------------------------------------------------------------------
> _______________________________________________
> cx-oracle-users mailing list
> cx-...@li...
> https://lists.sourceforge.net/lists/listinfo/cx-oracle-users
>
|