Paul, after our last discussion of this topic, did you make sure that your c++ is really the /usr/bin/c++ from Apple's dev tools and not some other stuff in /usr/local? You know, the c++ that identifies itself as "gcc-934.3" and not as some "cc-2"? And reads its specs from /usr/libexec/gcc/darwin/ppc/2.95.2/specs and not from something in /usr/local/libexec ?
Because if you use nonstandard and possibly incomplete stuff in /usr/local/, nobody will be able to guess what's wrong with it. "Dr. Paul Fons" wrote: > > Sorry to bother you with something that may be trivial, but I don't know > what to try next. [] > In file included from ../dist/../cxx/cxx_app.cpp:18: > ../dist/../include/db_cxx.h:52: iostream.h: No such file or directory > make: *** [cxx_app.lo] Error 1 > ### (cd failed, exit code 2 > > The file iostream.h is present. The locate command shows that it is > part of the developer tools... > > localhost:~] paulfons% locate iostream.h > /usr/include/gcc/darwin/2.95.2/g++/iostream.h > /usr/include/php/Zend/zend_istdiostream.h > /usr/local/include/g++-3/iostream.h > /usr/local/include/g++-3/stdiostream.h Ah, so you still have this /usr/local/ stuff around. Please do a "sudo mv /usr/local /user/local_outoftheway" and try again. -- Martin _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
