retitle 455443 FTBFS with GCC 4.3: uses (removed) pre-iso c++ headers thanks
I mentioned that GCC 4.3 converted a number of C++ warnings into errors. This change has now been reverted after a lot of discussion. I just compiled your package with the latest snapshot of GCC 4.3 to see if it compiles with 4.3, but there is another issue: GCC 4.3, pre-iso c++ headers will no longer be present, but your application makes use of them. You can reproduce this problem with gcc-4.3 or gcc-snapshot from unstable. g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -w -DEPOS -ggdb -DBASE_DIR=/usr/share/epos -g -O2 -MT neural.lo -MD -MP -MF .deps/neural.Tpo -c neural.cc -fPIC -DPIC -o .libs/neural.lo neural.cc:41:22: error: iostream.h: No such file or directory make[4]: *** [neural.lo] Error 1 make[4]: Leaving directory `/build/tbm/epos-2.5.37/src/nnet' -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

