Closed tenzap closed 2 years ago
Thanks for pointing that out! I suggested a patch that should solve this. It is based on the latest master
but should apply to 2.18.2 as well. Could you try whether this fixes your issue?
Compilation finishes successfully with that patch on 2.18.2 and -L.
comes before the others
Hello,
I believe there is still an equivalent problem to https://github.com/randombit/botan/issues/2496
In my case, instead of having the
-L/opt/local/lib
set through--with-external-libdir
, it is set throughLDFLAGS
and
-L/opt/local/lib
comes before-L.
This leads to the same kind of problem when an older version of botan is already installed on the system on which a newer version is compiled:
Typically:
This is with 2.18.2 that I'm trying to build on macports