Anyone building SDL apps command-line style on Mac OS X?

Anyone building SDL apps command-line style on Mac OS X ?

Able to share a few hints as to how to compile ?

I’m using

-framework SDL

and have tried

-framework SDL.framework

in order to try and satisfy the linker. But this does not seem sufficient. Please someone advise me on this ?

@Mark_Whittemore

Hi Mark,

Mark Whittemore wrote:

Anyone building SDL apps command-line style on Mac OS X ?

Able to share a few hints as to how to compile ?

I’m using

-framework SDL

and have tried

-framework SDL.framework

in order to try and satisfy the linker. But this does not
seem sufficient. Please someone advise me on this ?

markw at on2.com

I link to several frameworks and use prebinding on Mac OS X, and I find
that it is too complex to manage all the makefiles and details for this.
My solution is to use ProjectBuilder to maintain my build system, and
compile on the command line with the pbxbuild command.

For a makefile example (using autoconf/automake) you can look at the
scummvm project (scummvm.sourceforge.net).

HTH,
Fred