Gianfranco: The programs in samples/ are examples of how to build applications that will run on as many Linux machines as possible, including those that have old or missing libstdc++. That's why they statically link libstdc++.a, and why they have custom Makefiles.
They're not intended to build "out of the box", or to be built by the latest compilers. They're not built by a top-level configure/make. -- David _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
