• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Creating import libs on Xcode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Creating import libs on Xcode
      • From: Jean-Daniel Dupas <email@hidden>
References: 
 >Creating import libs on Xcode (From: "Sukhvinder Pal Singh" <email@hidden>)
 >Re: Creating import libs on Xcode (From: Jean-Daniel Dupas <email@hidden>)

  • Prev by Date: Re: Creating import libs on Xcode
  • Next by Date: Re: Creating import libs on Xcode
  • Previous by thread: Re: Creating import libs on Xcode
  • Next by thread: Re: Creating import libs on Xcode
  • Index(es):
    • Date
    • Thread