Hi John- Attached is a patch that contains some small adjustments to configure.ac off the latest code that is in subversion.
The patch fixes: 1. An AC_MSG_ERROR() had text that wasn't wrapped in []. It would cause ./configure to fail when c++11 wasn't found without a proper error message. 2. If c++11 isn't found it will try c++0x. This lets fastbit compile and run on ubuntu LTS without having to backport to a newer gcc. 3. There was a check for FlexLexer.h that was commented out. I added in a AC_CHECK_HEADER for it. I have tested this configure.ac on ubuntu and OS X. Thanks, Sean
patch.diff
Description: patch.diff
_______________________________________________ FastBit-users mailing list [email protected] https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
