Link oracle proc program in xcode
Link oracle proc program in xcode
- Subject: Link oracle proc program in xcode
- From: Ronald Rood <email@hidden>
- Date: Wed, 18 May 2005 21:57:44 +0200
I have created an aggregate target that depends on a proc source file and
generates the c source that needs to be compiled and linked. The compilation
is going ok now but there's one more step and that's the link phase.
The link process succeeds but as soon as I try to use an oracle function I
get:
ZeroLink: unknown symbol '_iaprval'
I know it has to do with not having linked sqllib.
1) how can I verify this ?
2) how can I solve this ?
In a unix make file I just specify -L${ORACLE_HOME}/lib -L/usr/lib -lclntsh
What and how should I do that in xcode ?
Please help, I don't want to loose that last few bits of hair ... ;-)
Ronald.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden