[odb-users] ODB porting
Adnan RIHAN
axel50397 at gmail.com
Wed Aug 24 03:37:19 EDT 2016
Hey !
If you have homebrew, check this out: https://github.com/max13/homebrew-odb
--
Cordialement, Adnan RIHAN
GPG: 5675-62BA (https://keybase.io/max13/key.asc)
⇒ If you are not using GPG/PGP but want to send me an encrypted e-mail: https://encrypt.to/0x567562BA.
On Wed, Aug 24, 2016 at 8:47 AM +0200, "Andrew Cunningham" <odb at a-cunningham.com> wrote:
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