Language
C++
Compiler
gcc 10.1.0
Options
Optimization
Boost 1.73.0
C++2a(GNU)
no pedantic
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=gnu++2a
Exit Code:
1
Author
anonymous
over 4 years ago
C++
gcc 10.1.0
Author
anonymous
over 4 years ago
$ g++ prog.cc -O2 -march=native -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=gnu++2a
/usr/bin/ld: /tmp/cc2QRgib.o: undefined reference to symbol 'shm_open@@GLIBC_2.2.5'
//lib/x86_64-linux-gnu/librt.so.1: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status