1. Taking "dyld" from 10.3.9 isn't a good idea ... have to boot from CD and move back the original.
2. Trying XCode 1.2
aragorn:~ oracle$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1640)
Oracle not linkable using XCode 1.2 ... have canceled installation after a douzend Alerts.
3. XCode is only installable on Mac OS X 10.3.x (it said!)
4. Trying XCode 2 (with gcc_select 3.3)
aragorn:~ oracle$ gcc -v
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1809)
dyld: Symbol not found: _SSL_ALG_CLIENT_AUTH_MODE_RSA_SIGN_CLIENTSIDE_BS
Referenced from: /g_opt/oracle/product/10.1.0/lib/libnnz10.dylib
Expected in: flat namespace
ERROR:
ORA-12547: TNS:lost contact
5. No more ideas ... have inform Apple over "Feedback" and "DevBugs"! Mac OS X 10.4 ("Tiger") isn't useable for Oracle-Developer. Notice: Same Problem on my own application:
gcc -no-common -o util1.o util1.c
ar -c libutil1.a util1.o
gcc -no-common -o util2.o util2.c
gcc -dynamiclib -flat_namespace -undefined suppress libutil2.dylib util2.o
gcc -o test -lutil2 -lutil1
Symbols from libutil1 not found, when using from libutil2 ... ;-(