From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) Content-Transfer-Encoding: 7bit Message-Id: <5ED39A41-0546-41E1-8FBF-E647A8D0BC68@mac.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> From: Pietro Gagliardi Date: Sun, 20 Jan 2008 15:08:05 -0500 Subject: [9fans] Building GCC Topicbox-Message-UUID: 32653ade-ead3-11e9-9d60-3106f5b1d025 Hello. I finally got X11 installed and running - you need to change / sys/src/X11/programs/Xserver/Xext/shape.c to the one in my /n/sources/ contrib/pietro - and step 2 of my plans is to get GCC up and running. I extracted gnubin.tgz and gnusrc.tgz and tried this: cd /sys/src/gnu gnu/gsh mk all but all I got was, after the configure of autoconf, make: Entering directory '/sys/src/gnu/autoconf-2.50' make: *** No targets specified and no makefile found. Stop. make: Leaving directory '/sys/src/gnu/autoconf-2.50' and then mk aborts. Am I doing anything wrong? Thanks.