Advertisement
NIKOLAY_TETUS

Untitled

May 17th, 2021
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. nikolay@nikolay-System-Product-Name:~/Programming/CPP/major-projects/ex4angeRemote$ ./build.sh
  2. mkdir: невозможно создать каталог «build»: Файл существует
  3. -- Configuring done
  4. -- Generating done
  5. -- Build files have been written to: /home/nikolay/Programming/CPP/major-projects/ex4angeRemote/build
  6. [ 50%] Linking CXX executable Ex4angeRemote
  7. /usr/bin/ld: CMakeFiles/Ex4angeRemote.dir/main.cpp.o: в функции «main»:
  8. main.cpp:(.text+0x24): неопределённая ссылка на «BigInt::BigInt()»
  9. /usr/bin/ld: main.cpp:(.text+0x45): неопределённая ссылка на «BigInt::operator=(long long const&)»
  10. collect2: error: ld returned 1 exit status
  11. make[2]: *** [CMakeFiles/Ex4angeRemote.dir/build.make:84: Ex4angeRemote] Ошибка 1
  12. make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/Ex4angeRemote.dir/all] Ошибка 2
  13. make: *** [Makefile:84: all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement