Compiling with seperate cygwin1.dll file
Me Myself and I <[email protected]>
| Newsgroups | gmane.comp.gcc.help,gmane.os.cygwin,gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
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. I have tried this flag without success. What is the correct switch to give gcj to have this effect?