Hi,
How can I use Mac OS X libraries in gcc in the terminal, such as:
#include <IOKit/IOATACommand.h>
in a c++ program taht I create in a text editor and then do "c++ -o program program.cpp"
when i try it, it complains that it cant find IOKit/IOATACommand.h
any help woudl be much appreaciated!
thanks!
karl