Hello Frode!
> Now gmake fails much later: ... > /home/froh/sw/src/fsvs-1.2/src/fsvs.c:476: undefined reference to `fmemopen' Well, this should be seen during configure - HAVE_FMEMOPEN - and then just the debug-buffer options should be disabled during compilation. You could try --enable-release - this would remove all debug print calls (although the function would have to be removed by the linker). But that shouldn't be necessary! > /home/froh/sw/src/fsvs-1.2/src/helper.c:1436: undefined reference to > `iconv_open' ... > From a quick web search it seems fmemopen is a glibc only > > I did some testing of openbsd's iconv, as suggested in this thread: > https://bitbucket.org/medoc/recoll/issue/61/configure-on-openbsd-fails-on-iconv ... > $ gcc iconvtest.c > iconvtest.c:8: error: conflicting types for 'libiconv_open' > /usr/local/include/iconv.h:73: error: previous declaration of > 'libiconv_open' was here Well, this is a compile error; with FSVS it's a linker problem. Perhaps this is an artifact of not running configure again after the update; please re-run "make clean", "configure", and "make". Regards, Phil -- Versioning your /etc, /home or even your whole installation? Try fsvs (fsvs.tigris.org)! ------------------------------------------------------ http://fsvs.tigris.org/ds/viewMessage.do?dsForumId=3923&dsMessageId=2775740 To unsubscribe from this discussion, e-mail: [[email protected]].
