Re: [cc65] brief installation help

From: Greg King <gngking1erols.com>
Date: 2005-12-07 13:31:29
From: MagerValp; on November 22, 2005, at 11:22 AM -0500
>
>>>>>> "ZT" == Zen Tom <zentom@gmail.com> writes:
>
> ZT> I want to install from source onto a Mac OSX, and compile for a
> ZT> C64 target.
>
> This should do the trick:
>
>  tar jxvf cc65-sources-2.11.0.tar.bz2
>  cd cc65-2.11.0
>  edit make/gcc.mak, set prefix to /usr/local (or wherever you want cc65)
>  make -f make/gcc.mak -j 2
>  sudo make -f make/gcc.mak install

That "-j 2" jobs option is not safe.  The makefiles do not have any
dependency rules that would ensure that the common libraries are built
before they are needed.  So, if some files are built in parallel, then some
programs might fail to be built because the linker could not find all of
their functions (at the moment when the linker wants to link them).  I
recommend that you avoid that option.
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Dec 7 13:54:45 2005

This archive was generated by hypermail 2.1.8 : 2005-12-07 13:54:47 CET