Re: GCC, DLLs are accumulated ?
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