|
From: | Adam Tuja |
Subject: | Re: lzlib Makefile doesn't build shared version |
Date: | Thu, 30 Jul 2020 03:37:33 +0200 |
In `Makefile.in` and subsequently in `Makefile` there is wrong option passed to
the linker - it's `--soname` and should be `-soname`.
http://sourceware.org/binutils/docs/ld/Options.html
"For options whose names are multiple letters, either one dash or two can
precede the option name; for example, `-trace-symbol' and `--trace-symbol'
are equivalent."
[Prev in Thread] | Current Thread | [Next in Thread] |