Am 01.04.2010 um 18:03 schrieb Jan-Hinrich Fessel:
Am 01.04.2010 um 13:43 schrieb Thomas Klausner:On Thu, Apr 01, 2010 at 12:01:40PM +0200, Jan-Hinrich Fessel wrote:[...] checking for libiconv_open in -liconv... no configure: error: *** No iconv() implementation found in C library or libiconv *** Error code 1 Stop. make: stopped in /usr/pkgsrc/devel/glib2 is there a problem with updating pkgsrc via "cvs -q update -dP", i.e. am I missing some cvs option to actually get the latest and greatest, or is there a problem in glib2 HEAD?What platform? I've never seen this error on NetBSDActually, this is NetBSD i386 - but upgraded from 1.6.2 and corresponding pkgsrc.I'll retry after cvs -q update -dPA...
That didn't change a thing, actually, CVS updated only around 10 files.unfortunately, I didn't find any other libiconv lying around in the linkers path, so I assume it linked against the /usr/pkg/lib one, and that seems to have:
nixalsverdrus# nm /usr/pkg/lib/libiconv.a | grep iconv_open 00010018 T libiconv_open nixalsverdrus# nm /usr/pkg/lib/libiconv.so | grep iconv_open 000125e0 T libiconv_open So, what next?