31
General (but related to Code::Blocks) / Forum failure
« Last post by LETARTARE on June 12, 2025, 03:42:08 pm »Thank you to the administrator troubleshooters for reactivating.
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
Hurray!!!Yeah, 25.03 is released.Finally! Will take a look at it.
...
To conform to usual practice:
1. "-lexchndl.dll" should be changed to "-lexchndl" in the link command
...
I hope I am not wasting people's time on this.
For instance, when ld is called with the argument '-lxxx' it will attempt to find, in the first directory of its search path,
libxxx.dll.a
xxx.dll.a
libxxx.a
xxx.lib
libxxx.lib
cygxxx.dll (*)
libxxx.dll
xxx.dll
before moving on to the next directory in the search path.