Re: Creating import libs on Xcode
Re: Creating import libs on Xcode
- Subject: Re: Creating import libs on Xcode
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 28 Nov 2008 09:26:40 +0100
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