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?