Olegofr3n77
@Olegofr3n77
Love C# & PHP

Ошибка при сборке bin с CURL?

Ошибка при сборке статического бинарника с CURL, если собирать не статический то все собирается нормально, что не так?
Команда которой собирал
g++ -std=c++20 -w *.cpp -lcurl -o test.exe -static
Версия компилятора
gcc.exe (Rev5, Built by MSYS2 project) 10.2.0
Copyright (C) 2020 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.

Ошибка:
undefined reference to `__imp_curl_easy_init'
undefined reference to `__imp_curl_easy_setopt'
undefined reference to `__imp_curl_easy_setopt'
undefined reference to `__imp_curl_easy_setopt'
undefined reference to `__imp_curl_easy_setopt'
undefined reference to `__imp_curl_easy_setopt'
undefined reference to `__imp_curl_easy_perform'
undefined reference to `__imp_curl_easy_cleanup'
collect2.exe: error: ld returned 1 exit status
  • Вопрос задан
  • 92 просмотра
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы