91
General (but related to Code::Blocks) / Re: Building Codeblocks 25.03 using the Self-Hosting method
« Last post by charles5577 on June 02, 2025, 06:27:59 pm »I used CodeBlocks_wx32_64.cbp with the last version of TDM-GCC. The link error is:
C:/msys64/TDM-GCC/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lexchndl.dll
collect2.exe: error: ld returned 1 exit status
exchndl.dll does exist.
I changed the line in the project file to <Add library="exchndl" and got the same error. Changing the file extension of exchndl.dll also does not help.
Anyway, my original work around seems to work but it would be nice to find a "clean" solution.
C:/msys64/TDM-GCC/bin/../lib/gcc/x86_64-w64-mingw32/10.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lexchndl.dll
collect2.exe: error: ld returned 1 exit status
exchndl.dll does exist.
I changed the line in the project file to <Add library="exchndl" and got the same error. Changing the file extension of exchndl.dll also does not help.
Anyway, my original work around seems to work but it would be nice to find a "clean" solution.