OK, I hate to ask someone else to just figure something out for me but I am really at my wit's end with this. My objective is to code C programs for my TI-89... currently the best tool for this seems to be TIGCC. It works well in Virtual PC but I prefer to work primarily in OS X. Luckily TIGCC provides a Linux version with both binaries and source. Generally I can follow a basic installation process... ./configure, make, perhaps edit a few lines, get additional packages, make some other accommodations etc... but for this I just haven't been able to figure it out.
With the binaries, it should be pretty easy, I just have to run a shell script to install everything I need. Unfortunately I don't have any dialog programs installed (kdialog, xdialog, cdialog etc...) So I go off and search for some of them... I was able to find 3 of them... but when I try to compile it gives off an error of some unsupported feature or missing file... So I decide to go with the source... But after reading the instructions it refers to folders that don't seem to exist such the scripts folder which holds the necessary install wizard... Just one of the many annoying things I'm dealing with...
I'm going to keep at it but I was hoping someone could take a lot at the app and perhaps give me some advice on how to proceed. Thanks for any help
http://tigcc.ticalc.org/linux.html
...and I'm running Panther with the Developer's Tools installed.