Sacha
Sacha
thank you for your insightful reply and the hint for how to fix
[find-internal-libei-before-system-libei.patch.txt](https://github.com/erlang/otp/files/14578934/find-internal-libei-before-system-libei.patch.txt) I am not sure this is the proper way to handle but applying this patch makes the compilation succeed for me. Basically it makes the end of the linker...
I cannot access the patch so I include it here: ``` --- ./lib/odbc/c_src/Makefile.in +++ ./lib/odbc/c_src/Makefile.in @@ -80,10 +80,10 @@ # ---------------------------------------------------- CC = @CC@ CFLAGS = $(TYPEFLAGS) @CFLAGS@ @THR_DEFS@ @DEFS@...
It seems from the documentation that when multiple `-L` values are specified the paths are searched for from left to right. So in order to be sure that the linker...
https://github.com/erlang/otp/pull/8258