Open H-G-Hristov opened 2 years ago
boost/1.79.0@minsk/stable: ./bootstrap.sh -with-toolset=gcc Building the B2 engine..
g++ (SWI, for Linux 4.4.238 and glibc 2.35) 12.1.0 Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
g++ -x c++ -std=c++11 -O2 -s -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filesys.cpp filent.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam_strings.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp -o b2 cp b2 bjam
Building is done. To install, run:
./b2 install --prefix=<DIR>
I'm trying to build boost in a custom Debian Bullseye based Docker container with self compiled GCC and GLIBC 2.35 but I'm getting the following error. If I use GLIBC 2.12.2 Boost compiles fine.
What can I do?
using "gcc" : "12" : /opt/swi-gcc/bin/g++ :