User forums > General (but related to Code::Blocks)

cyglto_plugin.dll not found

(1/2) > >>

lbertolotti:
I keep getting this error when using Cygwin GCC:
Build messages:

--- Code: ---||=== Build: Debug in cygwin_ex (compiler: Cygwin GCC) ===|
||error: -fuse-linker-plugin, but cyglto_plugin.dll not found|
||=== Build failed: 1 error(s), 0 warning(s) (0 minute(s), 1 second(s)) ===|

--- End code ---

Has anyone managed to solve this?

stahta01:
Post the build log instead of the build messages and someone might spot the error.

Tim S.

lbertolotti:
Build log:

--- Code: ---Cleaned "cygwin_ex - Debug"

-------------- Build: Debug in cygwin_ex (compiler: Cygwin GCC)---------------

g++.exe -Wall -fexceptions -g -I../../../../cygwin64/lib/gcc/x86_64-pc-cygwin/6.4.0/include -c C:/Users/Lucas/Desktop/cygwin_ex/main.cpp -o obj/Debug/main.o
g++.exe  -o bin/Debug/cygwin_ex.exe obj/Debug/main.o   
g++: fatal error: -fuse-linker-plugin, but cyglto_plugin.dll not found
compilation terminated.
Process terminated with status 1 (0 minute(s), 1 second(s))
1 error(s), 0 warning(s) (0 minute(s), 1 second(s))


--- End code ---

stahta01:
I did not see any clear cause in Build log; Installing 64 bit Cygwin GCC to see if it works for me or it errors out.

Tim S.

stahta01:

--- Code: ---Cleaned "testcyg - Debug"

-------------- Build: Debug in testcyg (compiler: Cygwin GCC)---------------

g++.exe -Wall -fexceptions -g  -c C:/Users/stahta01/devel/open_source_code/no_version_control/test/testcyg/main.cpp -o obj/Debug/main.o
g++.exe  -o bin/Debug/testcyg.exe obj/Debug/main.o   
Output file is bin\Debug\testcyg.exe with size 218.25 KB

--- End code ---

Could not duplicate the problem:

Using Code::Blocks 17.12 under Windows 7 64 bit.
g++ (GCC) 7.3.0

Tim S.

Navigation

[0] Message Index

[#] Next page

Go to full version