Re: how to build gnulib for shared libraries?

2019-01-03 Thread Szabolcs Nagy
On 20/12/2018 03:18, Bruno Haible wrote: > Hi Szabolcs, > > (or should I say "Hi Nagy"? Sorry, with Hungarian proper names, I never > know what is the surname and what is the given name.) (szabolcs is my given name, i only use the hungarian order in hungarian language context) >> by default gnul

how to build gnulib for shared libraries?

2018-12-14 Thread Szabolcs Nagy
by default gnulib is not built with -fPIC so it is not suitable for shared libraries. is there an easy way to build gnulib .a with -fPIC so it can be used with shared libraries and executables as well within the same project? only elf targets need to be supported so ideally all gnulib replacement