[odb-users] ODB porting
Andrew Cunningham
odb at a-cunningham.com
Wed Aug 24 02:28:28 EDT 2016
I managed to get the ODB compiler built on OS-X 10.11 El Cap.
- Install "MacPorts" from https://www.macports.org
- Install GCC 4.8 from MacPorts (Not the latest, but it's good enough to
build ODB)
- sudo port install gcc48
- download libcutl from codesynthesis
Then basically build everything (libodb, libodb-sqlite, libcutl, odb) like
you would on any linux except using the gcc 4.8 compiler, for example...
./configure CXX=x86_64-apple-darwin15-c++-mp-4.8
PS I tried GCC 4.9 from MacPorts, but it crashed with an ICE.
More information about the odb-users
mailing list