From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2001-09-14 22:34:42
On Fri, Sep 14, 2001 at 07:16:16PM +0200, Michal Bartczak wrote: > Could anyone compile latest snapshot of cc65 for windows? I have only vc 6.0 > (which doesn't compile cc65 :( ), and cygwin is so damn large. What exactly is your problem? I have not tried VC, but the code should be quite portable, so I don't expect any real problems. And, if you tell me where the problem is, maybe I can fix it, so other people will be able to use VC in the future. Regarding cygwin: In my experience, MingW is a far better gcc port for Windows if you don't need the Unix compatibility. Cygwin tries to be as Unix compatible as possible, it even implements things like fork(), which are really strange in the Windows environment, but all this comes with a price. On the other hand, MingW is more targeted to the Windows environment, and it uses the C runtime that comes with Windows itself, so the programs are often smaller and they don't need a monster dll (cygwin.dll was 6MB when I last looked at it). Regards Uz -- Ullrich von Bassewitz uz_at_musoftware.de ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2001-12-14 22:05:42 CET