From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v753) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <31B6DD2E-3104-47A3-8DFC-A5DAE8135AE9@mac.com> Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Subject: Re: [9fans] Building GCC Date: Mon, 21 Jan 2008 19:39:27 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: 3342c318-ead3-11e9-9d60-3106f5b1d025 After mkmap didn't generate a good enough map file and every modification I tried to make ended up in disaster, I decided to just generate my map files by hand. But I'd still like to run GCC to compile Qt/KDE. On Jan 21, 2008, at 6:31 PM, Pietro Gagliardi wrote: > (Almost) perfect. I'll modify it to print in the format required by > axel's mkmap/du2map. > > On Jan 21, 2008, at 6:25 PM, Fazlul Shahriar wrote: > >>> Another thing I was trying to port was a library for reading ID3 >>> tags, because the games/mp3tag that I got a while back was ID3v1, >>> and >>> my tags are ID3v2. >> >> Maybe you can use this: >> http://swtch.com/juke/mp3info.c >> It's written for plan9port but works just fine on Plan 9. >> >