Hi. I`m new here. I got the OS X Compiler from my personal account and like to use it on my G4 Mac. But I`m also new to X11, SDL, Terminals, fink and so on (I used to use MacOS 9.x). So I got some problems:
The install.txt says following:
1) You will need to install the X11 layer for your macos (see
www.apple.com)
- I think I got it. 44MB. Installed just fine.
2) login as root to do the following operations:
# su -
- is it "su -"? After I type "su -" the terminal asks for my password. After that it just says "sorry". Why? I surely know my root-password as I need it for Apple-Software-Updates and so on.
3) Use 'fink' to get the following package (install fink if not already done) :
# fink install gtk+
# fink install gcc2
# fink install sdl
gcc couldn´t be installed via fink, but that has been discussed before. gtk+ and sdl installed fine - at least I think so.
4) Open a terminal and setup the PUREBASIC_HOME environment variable
# PUREBASIC_HOME="purebasicdir"
# export PUREBASIC_HOME
when I type in "PUREBASIC_HOME="purebasicdir"" (I think I need to tell it the whole path which is "/purebasic" on my computer) it just says "tcsh: PUREBASIC_HOME=purebasicdir: Command not found." Also with the next line ("export: Command not found.").
5) execute the following command:
# ranlib $PUREBASIC_HOME/compilers/systembase.a
This seems to work if I put in the whole path "ranlib /purebasic/compilers/systembase.a". At least there is no error message.
6) the X11 term doesn't always take in count your profile. Enter the following line to enable it (and have the right path for gtk, sdl etc..). If you use another terminal, you may not have to do that.
# . ~/.profile
This quits with "permission denied".
7) Add the $PUREBASIC_HOME/compiler path to the PATH variable
how do I do this?

Enter:
# pbcompiler
doesn`t work... "command not found" even if I change the purebasic/compilers-directory to the actual one.
I hope someone with more unix-knowhow can help me as I´m pretty much satisfied with PureBasic on Windows and like to use it on my Mac, too.