I am a newcomer to programming on Linux. I am trying to port the source code of some of my libraries (DLLs) under win32 to Linux. I am using WineLib to provide me the basic Win32 API implementation. I am able to compile my code using WineLib, but I am not able to perform the link operation. I have installed the latest development release (20050310). All the Win32 API functions that I use are being reported as undefined. I tried specifying the -lwine option to g++,but I could not locate libwine.a on my machine. How do I create it using the WineLib release? Thanks, Krishnan _______________________________________________ wine-users mailing list wine-users@xxxxxxxxxx http://www.winehq.org/mailman/listinfo/wine-users