libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Gabor Kovesdan
Hello folks, I'm trying to integrate the result of my last SoC work to the base system but I'm facing some difficulties with libc symbol versioning. I placed the iconv code into an iconv subdirectory inside src/lib/libc and I added a Makefile and a symbol map, just like another parts of libc

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Daniel Eischen
On Fri, 4 Jun 2010, Gabor Kovesdan wrote: Hello folks, I'm trying to integrate the result of my last SoC work to the base system but I'm facing some difficulties with libc symbol versioning. I placed the iconv code into an iconv subdirectory inside src/lib/libc and I added a Makefile and a

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Jilles Tjoelker
On Fri, Jun 04, 2010 at 12:58:34PM +0200, Gabor Kovesdan wrote: I'm trying to integrate the result of my last SoC work to the base system but I'm facing some difficulties with libc symbol versioning. I placed the iconv code into an iconv subdirectory inside src/lib/libc and I added a

Re: libc symbol versioning difficulties with iconv integration

2010-06-04 Thread Gabor Kovesdan
El 2010. 06. 04. 17:34, Jilles Tjoelker escribió: Patch is here: http://kovesdan.org/patches/iconv-libc.diff There is a .includebsd.lib.mk in iconv/Makefile.inc, what happens if you take that out? OMG, I overlooked that. It remained there from the original Makefile that was used