Re: Problems building dlls for use with winelib (was: spec file syntax and automated generation)
On August 25, 2003 04:06 am, Martin Tröster wrote:
Concerning imports, do I have to specify the wine libraries like kernel32.dll.so explicitly, or are these linked automagically when specifying -lwine?
No, you need to be explicit. Remember, you're using gcc for now, so it has no special knowledge of Wine.
If I have to specify them, how do I link a library that does not follow the naming conventions lib<libraryname>.so?
I don't think you can, why would you have such a thing? -- Dimi.
Had the same stuff just create a link to the actual one: # ln [-s] mydll.dll.so libmydll.so Dimitrie O. Paun wrote:
On August 25, 2003 04:06 am, Martin Tröster wrote:
Concerning imports, do I have to specify the wine libraries like kernel32.dll.so explicitly, or are these linked automagically when specifying -lwine?
No, you need to be explicit. Remember, you're using gcc for now, so it has no special knowledge of Wine.
If I have to specify them, how do I link a library that does not follow the naming conventions lib<libraryname>.so?
I don't think you can, why would you have such a thing?
participants (2)
-
Boaz Harrosh -
Dimitrie O. Paun