Image

moving to Xcode

I've just decided to try and move from an environment I understand - vi and gcc - to Xcode.

It's nifty, but I can't for the life of me figure out how to compile with curses. A search on google hasn't come up with much other than people who resort to command line to compile.

I've right clicked on the main.c and under the Build tab, I've put "-lcurses" in the compiler options, but it's not working.

I've tried adding a framework, but there is no curses framework.

btw - it's just a standard C tool, not a cocoa or carbon app..

anyone that can shed some light on this?


cheers