ln -s /usr/lib/libfreetype.so.6 /usr/lib/libfreetype.so above command works to rectify some dependencies(by creating link in the /usr/lib folder)... config.status: creating Maketest.rules config.status: creating dlls/Makedll.rules config.status: creating dlls/Makeimplib.rules config.status: creating programs/Makeprog.rules config.status: creating Make.tmp config.status: creating include/config.h config.status: include/config.h is unchanged config.status: linking AUTHORS to dlls/shell32/AUTHORS config.status: linking tools/winewrapper to wine config.status: executing include/stamp-h commands config.status: executing dlls/gdi32/enhmfdrv commands config.status: executing dlls/gdi32/mfdrv commands config.status: executing dlls/kernel32/nls commands config.status: executing dlls/user32/resources commands config.status: executing dlls/wineps.drv/data commands config.status: executing include/wine commands config.status: executing Makefile commands configure: libxcursor 32-bit development files not found, the Xcursor extension won't be supported. configure: libxrandr 32-bit development files not found, XRandr won't be supported. configure: libxcomposite 32-bit development files not found, Xcomposite won't be supported. configure: libGLU 32-bit development files not found, GLU won't be supported. configure: libhal/libdbus 32-bit development files not found, no dynamic device support. configure: libgnutls 32-bit development files not found, no schannel support. configure: lib(n)curses 32-bit development files not found, curses won't be supported. configure: libsane 32-bit development files not found, scanners won't be supported. configure: libv4l 32-bit development files not found. configure: libgphoto2 32-bit development files not found, digital cameras won't be supported. configure: liblcms 32-bit development files not found, Color Management won't be supported. configure: gstreamer-0.10 32-bit development files not found, gstreamer support disabled configure: libcapi20 32-bit development files not found, ISDN won't be supported. configure: libcups 32-bit development files not found, CUPS won't be supported. configure: fontconfig 32-bit development files not found, fontconfig won't be supported. configure: libgsm 32-bit development files not found, gsm 06.10 codec won't be supported. configure: libtiff 32-bit development files not found, TIFF won't be supported. configure: libmpg123 32-bit development files not found (or too old), mp3 codec won't be supported. configure: libopenal 32-bit development files not found (or too old), OpenAL won't be supported. configure: libldap (OpenLDAP) 32-bit development files not found, LDAP won't be supported. configure: WARNING: libxrender 32-bit development files not found, XRender won't be supported. configure: WARNING: libxml2 32-bit development files not found, XML won't be supported. configure: WARNING: libxslt 32-bit development files not found, xslt won't be supported. configure: WARNING: OpenSSL 32-bit development files not found, SSL won't be supported. configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported. configure: WARNING: libpng 32-bit development files not found, PNG won't be supported. configure: Finished. Do 'make' to compile Wine. but the above library files i cant able to find it in my /usr/lib folder even if i find it if i use the the command "ln -s /usr/lib32/libXcursor.so.1 /usr/lib/libXcursor.so" it doesn't work still giving error??can anyone help?