> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dittmar, > Daniel > > > >checking whether we are using the GNU C++ compiler... yes > > >checking whether g++ accepts -g... yes > > >sizeof (bool) == 1: not usable > > >It is required that the C++ data type 'bool' has got a > > >size of one byte. The current C++ compiler can not be used. > > Good, the test is working. I've heard that gcc 3.1 has switched > back to sizeof (bool) == 1 to be binary compatible to other > compilers. So upgrading gcc should solve this problem.
Just to confirm - I moved to gcc 3.2, and at least I could now complete the configuration of devtools - haven't built them yet, that will have to wait till tomorrow. (fyi, building gcc3.2 took about 3 hours). rgds, /Per Jessen, Zurich _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
