It appears the real cause is that autoconf isn't detecting ios::openmode:

...
checking for bool... yes
checking whether exceptions are available... no
checking whether standard member ios::binary is available... no
checking whether standard member ios::openmode is available... no
...

And that's because of the tests using obsolete headers which are no longer 
supported with g++-4.3.  If I fix the configure tests, and add a couple 
missing #includes, the package builds fine.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to