Re: visibility support

2018-02-09 Thread Bob Friesenhahn
On Fri, 9 Feb 2018, Alexei Podtelezhnikov wrote: Which LT_INIT option would enable the hidden symbol visibility support? Libtool is all about supporting a core set of features in a portable way. It is not about my use case, which I solved, it is about making -fvisibility=hidden into a core L

Re: visibility support

2018-02-05 Thread Alexei Podtelezhnikov
>> Which LT_INIT option would enable the hidden symbol visibility support? > > There is no such thing in libtool as far as I am aware. Libtool is all > about supporting a core set of features in a portable way. I was really asking to implement LT_INIT(elf-hidden) in the spirit of LT_INIT(win32-dl

Re: visibility support

2018-02-05 Thread Bob Friesenhahn
On Fri, 2 Feb 2018, Alexei Podtelezhnikov wrote: Dear all, Which LT_INIT option would enable the hidden symbol visibility support? There is no such thing in libtool as far as I am aware. Libtool is all about supporting a core set of features in a portable way. There is nothing to prevent