• 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: GCC, DLLs are accumulated ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCC, DLLs are accumulated ?


  • Subject: Re: GCC, DLLs are accumulated ?
  • From: "Peter O'Gorman" <email@hidden>
  • Date: Thu, 21 Sep 2006 22:59:04 +0900


On Sep 21, 2006, at 10:35 PM, Ruslan Zasukhin wrote:

Hi guys,

** We have project A which produce A.DLL that depends on
few dlls  1.dll and 2.dll

Okay, so you have libA.dylib that depends on lib1.dylib and lib2.dylib, fine. Are lib1 and lib2 installed? Is their final install location encoded into libA?




** Also we have project that produce B.dll and it should depend on A.dll.
It is strange that xcode/gcc want to see in this project also 1.dll and
2.dll

If libB does not directly call any of the symbols exported by lib1 or lib2, then you do no need to add them to the project (assuming lib1 and lib2 are installed in their final install location). If it does directly call symbols in lib1 and lib2, then you should add those libraries to your project.


Anyway, all this talk of hypothetical DLLs is confusing me, it might be more helpful if include a real life problem with real errors rather than paraphrasing it.

Peter


_______________________________________________ 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: GCC, DLLs are accumulated ?
      • From: Ruslan Zasukhin <email@hidden>
References: 
 >GCC, DLLs are accumulated ? (From: Ruslan Zasukhin <email@hidden>)

  • Prev by Date: GCC, DLLs are accumulated ?
  • Next by Date: Re: GCC, DLLs are accumulated ?
  • Previous by thread: GCC, DLLs are accumulated ?
  • Next by thread: Re: GCC, DLLs are accumulated ?
  • Index(es):
    • Date
    • Thread