c++ - ld exe in MINGW can not find library -
i trying build c++ code using mingw 64 bit 4.8.0 , msys2. using windows 7 x64 netbeans 8.2 ide. getting below error while building code
c:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lldscripts c:/msys64/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -l6to4svcl
i search entire msys/mingw folder these 2 library did not find , there tool chain need installed ?
there wrong netbeans, switch codeblocks , same code works.
Comments
Post a Comment