11
General (but related to Code::Blocks) / Re: Welcome Newcomers - PLEASE READ!!!
« Last post by Contrast on June 11, 2025, 10:34:37 pm »I am new, I am here
As usual while waiting for the next release - don't forget to check the nightly builds in the forum.
...
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.