Re: Link oracle proc program in xcode
Re: Link oracle proc program in xcode
- Subject: Re: Link oracle proc program in xcode
- From: Ronald Rood <email@hidden>
- Date: Mon, 23 May 2005 10:22:25 +0200
Citeren Chris Espinosa <email@hidden>:
On May 18, 2005, at 1:12 PM, Markus Hitter wrote:
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 ?
Add the libraries to the project the same way you'd add a framework
or a source file.
And when doing so it may be useful to define a Source Tree (Xcode
Preferences > Source Trees) of ORACLE_HOME, and when you drop the
library onto the Xcode project, make it relative to that source tree.
Thanks for the tips.
I have defined a source tree like Chris suggested and added
$ORACLE_HOME/lib to
my project and made it relative to the ORACLE_HOME source tree. When I compile
this I get errors because of duplicate symbols. So I removed all *.jar, *.zip
and lots of libs having to do with jdbc. Now I only have a few *.a and *.dylib
references left in the lib directory.
I keep getting: ZeroLink: unknown symbol '_iaprval'
Could someone please have a look at the project file ? Maybe it's
something very
obvious that is missing. It's in the oracle folder at
http://homepage.mac.com/ik_zelf/oracle/FileSharing10.html
With kind regards,
Ronald
--------------
http://ronr.nl
_______________________________________________
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