Quote Originally Posted by savage
Chris, does this framework then create the libSDL.dylib file or does it create a libSDL-1.2.0.dylib file?
Frameworks on Mac OS X are really just directories which contain libraries, headers, and other resources. The SDL.framework contains the actual library, which is simply named SDL (not libSDL.dylib or anything).

I believe this can be ]external 'libname'[/b] style... even though the Mac version of fpc doesn't resolve libraries using the external keyword, it will still find the library and all it's symbols since it is passed to the linker using the -k option. Makes for a longer command line command, with lots of -k's, but still easy enough.

That said, I am having trouble compiling the JEDI-SDL interfaces... I think I'll start another thread about that...

Let me know if you need me to clarify. I'm somewhat a novice to all this but am happy to help if I can.