Ok, so back on topic. So far here is what I have found out when dealing with Lazarus on Leopard:

1) Download an SVN client
2) Download and install the FPC DMG file
3) Perform an SVN checkout of the Lazarus Source
4) Perform "sudo make macosx install" in the trunk folder for Lazarus
5) Drag the icon to the launch bar
6) Create a new projects folder
7) Create a new project and in the options set its output folder to "MyAppName/Components/MacOS/"
Drop to the shell and create the same folder structure as mentioned in 7
9) Build the test app and run it

So far all is good. I'll have to see about putting together better documentation, but thats at least the high level that I've found works thus far.

PS: Thanks greatly for your info Savage. I still can't get SDL or Lua applications to work, but this is due to it failing during linking. I'm guessing I'm going to have to put the .a or .so files some place everything can find them.