use Mingw to complie cant find file or directory
Posted by:
dcat d
Date: September 17, 2024 01:46AM
$ cmake --build . --config Debug
[ 96%] Linking CXX shared library libmysqlcppconn-10.dll
Merging SHARED library: C:\Users\ASUS\Desktop\mingw\jdbc\libmysqlcppconn-10.dll
Merge options:
- using gcc tools
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find Files/MySQL/MySQL: No such file or directory
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find Server: No such file or directory
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find 8.0/lib: No such file or directory
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find Files/MySQL/MySQL: No such file or directory
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find Server: No such file or directory
F:\CLion 2023.3.4\bin\mingw\bin/ld.exe: cannot find 8.0/lib/private: No such file or directory
collect2.exe: error: ld returned 1 exit status
CMake Error at C:/Users/ASUS/Desktop/mingw/libutils/merge_archives.cmake:260 (message):
Failed to link shared library libmysqlcppconn-10
Call Stack (most recent call first):
C:/Users/ASUS/Desktop/mingw/libutils/merge_archives.cmake:201 (merge_libraries_gcc)
C:/Users/ASUS/Desktop/mingw/libutils/merge_archives.cmake:799 (main)
Subject
Views
Written By
Posted
use Mingw to complie cant find file or directory
296
September 17, 2024 01:46AM
124
September 17, 2024 01:47AM
Sorry, only registered users may post in this forum.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.