New question: when was GCC for Plan 9 written? Third edition Plan 9?
Here's why: I only had to change one file to compile X11 for Plan 9,
which was developed on Brazil, which became Fourth Edition. I noticed
that some software I wanted to port uses X11R6, the version
available. My goal is to port Qt 4 to Plan 9, and then KDE 4. My idea
is that we can have a lot of Plan 9 software ready for end users in a
short amount of time.
The problem is, when I try to compile a hello, world C++ program with
gnu/gcc and gnu/g++, it tells me it can't find the iostream file, so
I'm thinking that you have to build from source. I tried iostream.h,
but to no avail.
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.
On Jan 21, 2008, at 3:54 PM, Steve Simon wrote:
I'll add -f to Plan 9 mv as a no-op later.
Better yet, why not copy mv somewhere local to Gcc and add it
There is a precident for adding scripts to massage APE command
line options before envoking the plan9 executable, for example
/rc/bin/ape/ls.
-Steve