Date: Sun, 30 Apr 2000 08:57:46 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: James Ponder cc: djgpp AT delorie DOT com Subject: Re: compiling windows gui programs from linux In-Reply-To: <20000430002616.A23202@lisa.sh2.org.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 30 Apr 2000, James Ponder wrote: > I already have djgpp/allegro setup in cross-compilation mode. > > I believe I can do this using mingw, but what does mingw do that djgpp > doesn't? Whatever it is you link with when using mingw (win32api?), why > can't I link with that using djgpp? The toolchain that comes with DJGPP (the compiler, the assembler, and the linker) don't support the Windows native executable format. So you cannot generate programs that Windows will recognize as its native Win32 executables.