Re: Creating import libs on Xcode
Re: Creating import libs on Xcode
- Subject: Re: Creating import libs on Xcode
- From: "Sukhvinder Pal Singh" <email@hidden>
- Date: Fri, 28 Nov 2008 15:52:36 +0530
I am creating a bundle not dylib and hence I get the error strip: -c can't be used on non-dynamic library. Any suggested resolution.
On Fri, Nov 28, 2008 at 1:56 PM, Jean-Daniel Dupas
<email@hidden> wrote:
You cannot create such static library, but you can create a dylib stub, that is a dylib that contains all symbols, but no code.
That what the Xcode SDKs contains.
strip -c libFoo.dylib -o libFoo_stub.dylib
Le 28 nov. 08 à 08:07, Sukhvinder Pal Singh a écrit :
There is an option for creating import libs on MSVC viz. /IMPLIB filename. How can I achieve this on XCode. I dont want to link directly to the dylib and hence want an import lib created which can be linked against. If XCode does not have such an option please suggest any tool that can extract all exported symbols from a dylib to create a static lib that can be linked against.
_______________________________________________
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
_______________________________________________
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