Hello,
I stand corrected. I feel kind of stupid now, bringing up such stuff and being wrong in such trivial case.
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."
I stand corrected. I feel kind of stupid now, bringing up such stuff and being wrong in such trivial case.
