Re: How to use dynamic library in the Xcode
Re: How to use dynamic library in the Xcode
- Subject: Re: How to use dynamic library in the Xcode
- From: Wang Yongqing <email@hidden>
- Date: Thu, 26 Jun 2008 23:34:37 -0700 (PDT)
Hi,
Thanks for your reply!
Yes, the code is portable to ppc, but it's a GNU project(it generate from automake, autoconf, autolib...), so I think if I want to compile this code in the Xcode, I should know how to transfer a GNU project to a Xcode project.
Whether there is a way that we can generate the universal library thought the GNU project? Then I could put my attention to my application or not the OPEN SOURCE.
::yongqing
----- Original Message ----
From: Sebastian Nowicki <email@hidden>
To: Wang Yongqing <email@hidden>
Sent: Friday, June 27, 2008 2:27:45 PM
Subject: Re: How to use dynamic library in the Xcode
On 27/06/2008, at 2:24 PM, Wang Yongqing wrote:
> Hi,
>
> The dynamic library libpcsclite.1.0.0.dylib is generated from the
> OPEN SOURCE code. Whether I could compile the ppc version or
> universal library on my intel verison Mac by GNU project? Maybe it
> is a cross-compile problem.
>
> Because I want to get the universal binary application, maybe should
> I use Xcode compile the open source code to get the universal
> dynamic library? Then I link this dynamic library in my application.
> I think it's a new thing to me, any ideas or advice I will appreciate!
As long as the code itself is portable to the ppc architecture,
compiling it in Xcode for the ppc architecture should work.
_______________________________________________
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