This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: don't have gcc for make, and no make for gcc


Paul McDonough wrote up: 

> I'm confused. If I had a C compiler, I wouldn't need "make".

If you're setting up GCC and make on a cygwin system then you should
download and install the cygwin binary distributions of GCC and make. These
should be part of the original install. You can't build either GCC or make
from sources without an existing, working C compiler. But you can build make
from sources without make itself - use the included build.sh script (or
similar).

Good luck,
Rup.


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