From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <29e002f9eeee100018713f89977a1de6@granite.cias.osakafu-u.ac.jp> To: 9fans@cse.psu.edu Subject: Re: [9fans] gcc install help needed From: okamoto@granite.cias.osakafu-u.ac.jp In-Reply-To: <92f58c1d82b93f0d421ece40ffb0236b@granite.cias.osakafu-u.ac.jp> MIME-Version: 1.0 Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 10 Oct 2003 15:54:28 +0900 Topicbox-Message-UUID: 6bb2d230-eacc-11e9-9e20-41e7f4b1d025 > 3) then, recompile /386/lib/gnu/libc.a. Don't forget to ranlib to it. > You may want to add some neccessary files which I forgot. It was adding three files to /sys/src/gnu/ape: 1) mkconfig # global include file for the APE environment < /$objtype/mkfile # gives (compiler loader extension ranliber) APEBIN=/$objtype/bin/gnu/ape # where installed ape binaries go APELIB=/rc/bin/gnu/ape # where helper programs go CC=gcc # compiler (must be ansi) LD=gcc # loader AS=as CFLAGS= # global defaults FAMILY=plan9 AR=ar # manipulating libraries RANLIB=echo # for updating libraries INSTALL=$APELIB/install # install script INSOWNER=() # default installation parameter INSGROUP=bin # default installation parameter INSMODE=775 # default installation parameter 2) mkfile $target update:V: update $UPDATEFLAGS $UPDATE Those I copied from somewhere, and make small changes, but I forgot it. Kenji