Page 1 of 1

Files I need

Posted: Fri Nov 08, 2002 1:02 pm
by beyondsociety
Hi,

Does anybody have a binary version of gcc compiler, ld linker, gdb debugger, and make. I am using windows and I don't want to use djgpp. I am using msys which works with minGW.

What I mean by the binary version is that the programs Im asking for are already compiled and there is no source with them.

I using winzip to uncompress the .tar files but It won't let me because my Temp space is to small. So if anybody would help me out I would appreciate it.

Either post the files so I can download them or send them to my email in my profile.

Re:Files I need

Posted: Fri Nov 08, 2002 7:05 pm
by K.J.
Does anybody have a binary version of gcc compiler, ld linker, gdb debugger, and make. I am using windows and I don't want to use djgpp.
DJGPP is a binary version of the gcc compiler, ld linker, and make. If you don't want to use DJGPP, you could use cygwin maybe(some people have had problems using it):
http://cygwin.com/

K.J.