Yeah, but there are political reasons it's difficult for me to change the source. In "normal" (i.e., all other) compilers, the -I command line option inserts the specified directory at the FRONT of the list of "system places" to search. But not on MacOS X. Frameworks are ALWAYS searched first, followed by -I directories, followed by the "other" system places (/usr/include). This is wrong.