On Wed, Jul 15, 2009 at 10:38 AM, ect1<wineforum-user@xxxxxxxxxx> wrote: > srry for asking how could i do that? how could i use gcc instead of sun cc sry for asking im just newbie is solaris No offense, but if you're new to Unix-ish systems, solaris is a pretty difficult one to start on, IMHO. but, anywho, make sure you've got gcc installed: $ which gcc then use: $ CC="/path/to/gcc" ./configure when compiling wine -- -Austin