[odb-users] Error when compiling ODB compiler in 2.5.0-b25 on Windows

Boris Kolpackov boris at codesynthesis.com
Wed Jan 10 08:58:58 EST 2024


DEMBROGE Michael <michael.dembroge at leica-geosystems.com> writes:

> c:\odb-build>bpkg create -d odb-mingw cxx^
> More? Config.cxx=gcc^
> More? Config.cc.coptions=-O2^
> More? Config.install.root=c:\build2

There are two issues with this command line:

1. All then config.* variables should start with the lower-case letter. So
   config.cxx instead of Config.cxx, etc.

2. The compiler name specified with config.cxx should be g++, not gcc.

For details, see:

https://codesynthesis.com/products/odb/doc/install-build2.xhtml#windows-odb



More information about the odb-users mailing list