This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Multi-module libstdc++ on Darwin


Geoffrey Keating wrote:



On my system, it's /usr/local/include/streams/streams.h, which means you probably need to build something else (maybe CoreFoundation?) to get it. This sort of thing is why I said cctools is hard to bootstrap, and provided convenient binary versions.

The /usr/local part tells you it's an "private" header not normally installed. One has to have Darwin's Libstreams source package, and do the right incantation to install it. Shantonu Sen has created an "odcctools" project over in OpenDarwin land partly in the hopes of getting people to clean up some of these obscure dependencies. (Apple people's machines are usually so "contaminated" :-) with internal stuff that it can be hard to know what we're casually using.)

See http://www.opendarwin.org/pipermail/hackers/2004-August/004629.html
for more info.

Stan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]