Albert Chin <[EMAIL PROTECTED]> writes: > We've currently solved it by implementing > separate defines depending on the language.
That doesn't sound quite right. If you compile with different C compilers, or the same C compiler with differing options, you should have to rerun 'configure'. The same sort of thing should occur if you compile with both a C and a C++ compiler; in effect you need run 'configure' more than once. It might be possible to generalize Autoconf to support multiple (and incompatible) compilers used for the same project, but that'd be a bigger undertaking. _______________________________________________ bug-gnulib mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnulib
