'make' error

Joseph S D Yao jsdy at cospo.osis.gov
Thu Jan 6 21:50:59 UTC 2000


On Tue, Jan 04, 2000 at 10:46:26PM +1100, Mark.Andrews at iengines.com wrote:
> 	"as" is part of the SUNWsprot package.

More to the point, it is the Sun SPARC assembler, which takes the C
language that has been compiled to SPARC-specific assembler language,
and translates it to the bits'n'bytes of the machine language that
actually has to be loaded when a computer runs a compiled program.  It
is the last stage of a multi-stage compiler [as most modern compilers
are] when compiling a single module, before it is linked in with
libraries etc.

Kind of vital for any system on which you are going to be doing
software development with a compiled language.

-- 
Joe Yao				jsdy at cospo.osis.gov - Joseph S. D. Yao
COSPO/OSIS Computer Support					EMT-B
-----------------------------------------------------------------------
This message is not an official statement of COSPO policies.



More information about the bind-users mailing list