Hi,
Everything binds, but I am seeing a mix of references to the underlying gnulib functions, in particular reallocarray is pulled in from the libpipeline archive rather than the reallocarray I build as part of man-db.
This is causing a crash which I believe is due to 2 different versions of the gnulib functions
that are incompatible.
I am thinking it would be cleaner to pull in these gnulib functions just once but I'm not
quite sure of the best way to do this.
Has anyone else hit these problems?
I am able to get everything to build clean from the tarball build of man-db - in that case I have a
hack to not reference reallocarray from man, and instead pull in mvsreallocarray.
I am doing this on z/OS (previous MVS) - hence the name mvsreallocarray...