From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <13426df10904272210v5e6eb273n185899b4365ee60c@mail.gmail.com> References: <13426df10806270757h3c364b22wb3bb80312336316d@mail.gmail.com> <20080627151526.76D701E8C2B@holo.morphisms.net> <13426df10904272210v5e6eb273n185899b4365ee60c@mail.gmail.com> Date: Thu, 30 Apr 2009 07:12:19 -0700 Message-ID: Subject: Re: [9fans] 9vx From: Russ Cox To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f4852fb0-ead4-11e9-9d60-3106f5b1d025 the current 9vx tree builds and runs fine using ubuntu on x86-64: c2=; cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=8.10 DISTRIB_CODENAME=intrepid DISTRIB_DESCRIPTION="Ubuntu 8.10" c2=; uname -a Linux c2 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64 GNU/Linux c2=; the tree has been broken for a few months. i removed -fno-inline from the gcc command line but apparently that was making gcc work! if you have a partially built tree, you need to make clean after pulling the updates. russ