lzip-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lzlib Makefile doesn't build shared version


From: Adam Tuja
Subject: Re: lzlib Makefile doesn't build shared version
Date: Thu, 30 Jul 2020 03:37:33 +0200

 
Hello,
 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.
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]