Upon updating my fink packages using cvs, fink wished to compile several new packages. Some compiled OK, but part way through when fink tries to compile db3, the compile fails due to a file (iostream.h) not being found. The specific section where the error occurs is pasted below: The weird thing is that iostream.h does exist in /usr/include/gcc/darwin/2.95.2/g++/iostream.h and I can see it is intact using vi. Is this a problem with the script or is there something wrong with my installation. This is the first problem I have had for a long time updating packages. This is on a powerbook G3 running 10.1.3 with the december developer tools update. Any ideas?
creating libdb-3.3.la (cd .libs && rm -f libdb-3.3.la && ln -s ../libdb-3.3.la libdb-3.3.la) /sw/src/db3-shlibs-3.3.11-4/db-3.3.11/build_unix/.libs /bin/sh ./libtool --mode=compile g++ -c -I. -I../dist/../include -I../dist/../include_auto -I/sw/include -fexceptions -O ../dist/../cxx/cxx_app.cpp rm -f .libs/cxx_app.lo g++ -c -I. -I../dist/../include -I../dist/../include_auto -I/sw/include -fexceptions -O ../dist/../cxx/cxx_app.cpp -fno-common -DPIC -o cxx_app.o 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 Failed: compiling db3-shlibs-3.3.11-4 failed _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
