From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <14ec7b180608032216u26ef8e8w99f38e546a518366@mail.gmail.com> Date: Thu, 3 Aug 2006 23:16:20 -0600 From: "andrey mirtchovski" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] It is finally alive !! In-Reply-To: <44D2D5DE.5080909@mephisto.cotse.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44D2D5DE.5080909@mephisto.cotse.net> Topicbox-Message-UUID: 95b9884e-ead1-11e9-9d60-3106f5b1d025 > Anyway, I already have tons of question that I will defer for a better > moment if I don't find answers for them online first. In the meantime I > wonder what happened to all the "cross" compilers (like 2c, 3c, etc ) > they seem to be missing from the 386/bin dir. i don't think all the compilers are "compiled" in, but if you go to /sys/src/cmd/ and do a 'mk all; mk install' you'll get at least a few more. try for example the alpha compilers: for(i in a c l) { cd /sys/src/cmd/7$i && mk install } then try: %objtype=alpha mk all in /sys/src/cmd. it'll be a useless exercise as you don't have any alpha machines (i presume) but still worth a try, just for kicks. do ask your questions here, many of us keep learning when another, more knowledgable 9fan responds, even if we think we know the answer :)