From: Gary P. <pa...@in...> - 2003-09-05 20:54:45
|
> > > There should have been a line produced by `configure` that states this: > > > "checking whether the C++ library supports iterator traits... " > > > followed > > > by "yes" or "no". What did it say? (should be 'yes') > > > > no. We're getting somewhere. What now? > > > > That is very strange, since the Apple-distributed GCC 3.1 does support > iterator traits. > I got it. The Apple Developer Tools comes with a half-dozen or so installation packages. The way I read the docs, it seemed that installing the one called "Developer.pkg" should install everything. It seems I was mistaken. In addition to "Developer", I installed "DevTools.pkg" and "DevSDK.pkg". The first one provided gcc, the second the proper libraries. After that: smooth as silk. Everything compiled and installed, and I'm in bouncing ball heaven. I don't know if installing "Developer" was essential, unnecessary, or benign. All I can vouch for is that installing all three, "Developer" first, worked for me. Thanks, Jonathan, for your help with this, and for all your work on the project. -Gary |