Objective-C PostgreSQL stuff:
gcc -dynamiclib -install_name /usr/local/lib/libfoo.2.dylib -compatibility_version 2.4 -current_version 2.4.5 -o libfoo.2.4.5.dylib source.o code.o
I have also seen the options -undefined suppress -flat_namespace here
Another dylib link
Caution mixing shared and archive libs
Seth Godin - how to run a useless conference
I am working on starting a web application framework called Newm. It is kind of like an Objective-C-on-Rails. Check it out!
Been working on several objective-c projects. I love to get into the fun tricks you can do with languages and stuff. Here's some interesting tidbits I found:
Learning RFID for a project I'm going to work on soon. Here are some handy dandy links!