This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Newbie instructions for building gcj for Windows


On 26 Jun 2002, Adam Megacz wrote:
> Isn't that what CYGWIN.DLL (and its headers) is, or am I missing
> something?

>From my recollection, cygwin.dll provides posix-like system call
emulation, but not stdio, malloc/free, etc.

About all they have in common is mingw-runtime, which supplies the most
basic stub libraries needed to interface with the win32 subsystem.

Just out of curiousity, I'm kicking a cygwin bootstrap now...

Jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]