[odb-users] Build libodb on OS X (Solved)
Boris Kolpackov
boris at codesynthesis.com
Thu Feb 4 03:20:14 EST 2016
Hi Sverre,
Sverre Eplov <sverre at awion.dk> writes:
> ./configure CC=clang CPP=‘clang -E’
I bet if you just specified CXX=clang++ (there are no C files in libodb,
only C++, so setting CC doesn't change anything) and let configure
decide which preprocessor to use automatically, everything would have
worked fine. Sometimes less is really more ;-).
Boris
More information about the odb-users
mailing list