Having an iBook is really, really great. It behaves nicely, it looks cool, it's
fast and, so far, reliable, I don't have to wait for it to shutdown/startup, I
simply close it when I'm done and open it when I need it and it takes less than
10 seconds (maybe 2 or 3) to go into or out of sleep mode.
One thing that is good to have around is someone who already knows of all the
trouble of setting up a Mac computer, because that really saves time
So far, I'm pretty pleased with this thing.
Current problems:
* I'd like to use the middle mouse button to open new tabs on Firefox, but I have no idea of how to do that yet (not I've tried very hard anyway)
* I can't compile anything
I guess that's it for now
What about perl? (Score:1)
Re:What about perl? (Score:1)
than I discovered I wasn't able to install modules that required compilation;
than I discovered I wasn't able to install *anything* that required compilation;
than I discovered there was probably a problem with gcc because I couldn't even compile a simple C Hello World...
and that's where I am right now
Just install the developers tools... (Score:1)
Poke around and see if you don't have a developers tools installer somewhere on the machine, and if you don't then see if there's a dev tools disk in the set of CDs/DVDs that ship with Apple machines.
If that doesn'
Re:Just install the developers tools... (Score:1)
I'm going to take a look at connect.apple.com
Re:Just install the developers tools... (Score:1)
Re:Just install the developers tools... (Score:1)
Not that I'm a gcc expert, but I think that both `echo $LD_LIBRARY_PATH` and `locate crt1.o`
should return some output, but they don't
And yet, trying to compile a simple program returns me an "ld: can't locate file for: -lcrt1.o" error...
This is not normal, is it?
Re:Just install the developers tools... (Score:1)
A quick poke at the Shub-internet shows that this is a symptom of the DevSDK package not being installed, so you might want to fire up the dev tools installer and make sure that one's installed.