# Pastebin 7qOR3mhy g++ -g --std=c++14 -Wall bin/main.o bin/apis/unicode.o bin/apis/global_methods.o bin/apis/userdata.o bin/apis/os.o bin/apis/system.o bin/components/keyboard.o bin/components/eeprom.o bin/components/filesystem.o bin/components/component.o bin/components/screen.o bin/components/internet.o bin/components/modem.o bin/components/gpu.o bin/components/sandbox.o bin/components/computer.o bin/io/frame.o bin/drivers/basic_term.o bin/drivers/fs_utils.o bin/drivers/factory_shell.o bin/drivers/ansi_escape.o bin/drivers/worker.o bin/drivers/kb_drv.o bin/drivers/connection.o bin/drivers/raw_tty.o bin/drivers/internet_drv.o bin/drivers/ansi.o bin/drivers/modem_drv.o bin/drivers/mouse_drv.o bin/drivers/term_buffer.o bin/color/color_map.o bin/model/host.o bin/model/value.o bin/model/luaproxy.o bin/model/log.o bin/model/config.o bin/model/client.o bin/model/prof_log.o -L/usr/local/lib64 -llua -lm -lstdc++ -lstdc++fs -pthread -o ocvm /usr/local/lib/liblua.a(loadlib.o): In function `ll_loadfunc': loadlib.c:(.text+0x742): undefined reference to `dlsym' loadlib.c:(.text+0x789): undefined reference to `dlerror' loadlib.c:(.text+0x7b6): undefined reference to `dlopen' loadlib.c:(.text+0x82c): undefined reference to `dlerror' /usr/local/lib/liblua.a(loadlib.o): In function `gctm': loadlib.c:(.text+0x9c0): undefined reference to `dlclose' collect2: error: ld returned 1 exit status Makefile:39: recipe for target 'ocvm' failed gmake: *** [ocvm] Error 1 bash-4.3$