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]

RE: Help Please


>-----Original Message-----
>From: Keith Whitehouse [mailto:whitk@Pegasystems.com]
>Sent: 30 March 2001 15:50

>From here on out your suppose to use the make command to build 
>the compiler
>etc, but there is not a make command found. What is going 
>wrong with this
>part of the installation. Some help would be great

  'make' is a utility that you need to have installed before you can
work with big projects.  It's an automated system that saves you from
having to recompile every single file each time you make a change,
because it detects only the files you've changed and recompiles just
them.

  To build the compiler, you also need some kind of build in compiler,
assembler and linker to get started with, and if you don't have make
you may not have those either.

  You can get precompiled binaries of whatever you may need from
http://www.sunfreeware.com

     DaveK
-- 
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************


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