That will not work on Mac OS X... at least not for anyody who has installed the SDL framework using the standard Mac OS X binary installer package from the SDL website.

Maybe the easiest thing is to include a little "installer" script with the JEDI-SDL headers which creates that symlink I talked about above, and then doing:

[pascal]
const
{$IFDEF DARWIN}
libname= 'sdl';
{$linklib sdl}
{$ENDIF}
[/pascal]