-
eeeeaaii
Okay I give up. I cannot find this documented anywhere. I want to build an external on Mac OS X (Darwin) using a traditional Makefile and GCC. There's a tutorial that tells you how to set up an Xcode project, but I don't want to use Xcode. I can't figure out how to extrapolate what the compiler and linker flags should be based on the Xcode build options. I tried using the same flags that are used in linux but no dice, gcc for mac is definitely different enough that I need to know the right flags to use.
Any help is appreciated. Thanks.