Hi, I just got my first MAC a few days ago so I'm a total newbie on this system.
So anyway I installed FPC (source and bin) and lazarus.
When I try to compile a project I get the "Asssembler as not found" error message.
From what I read this is because FPC is looking for the as command in the /usr/bin directory.
This is not there on my computer.
The as command is in /developer/usr/bin directory.
I copied the as command in the /usr/bin directory and I then get another error (exitcode or something like that).
Should I copy the whole developer/usr/bin directory in /usr/bin ?
Is there a way to tell lazarus or fpc to look in the correct directory ?
P.S.
I don't remember if I installed the apple developer tools from the install DVD but I have installed the Iphone developer kit and it installed everything in the developer directory (xcode, usr/bin etc).