Adam Tuja wrote:
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."
