> -I find also that my windows executable generated by my cygwin run GCJ > requires cygwin1.dll to work. Is there a way to avoid needing a seperate file > at all? Is there an option to build this file into my generated executable? Here, let me google that for you... Every executable cygwin builds requires the cygwin1.dll. Sometimes you can use a flag to build without this dependency. From memory, I _think_ it is -mnocygwin. The cygwin mailing list archives would be a good source for more information. Brian