[odb-users] Build libodb on OS X (Solved)
Boris Kolpackov
boris at codesynthesis.com
Fri Feb 5 08:24:17 EST 2016
Hi Sverre,
Sverre Eplov <sverre at awion.dk> writes:
> So without the specific specifications for the CC compiler and
> preprocessor, the configure script attempts to use the C++ compiler
> to check for C preprossor, and does a full compile (which chokes
> on the "Syntax Error" in the file to be compiled).
That's strange. Perhaps you've generated the configure script yourself
(with some outdated version of autotools)?
> It's libcutl I need to figure out how to compile and link to odb with
> GCC, even though the one installed on the system is compiled with clang.
You can install it somewhere else and override the include/library search
paths with -I/-L.
Boris
More information about the odb-users
mailing list