On Wed, 10 Aug 2016, Marcin Cieslak wrote:
> I don't recall having problems with linking, so probably whatever we
> have in FreeBSD.cf should work for NetBSD as well?
I didn't even look, yet, but adding "-liconv" on this line:
#define CplusplusLibC -lm -lstdc++ -liconv
Seems to fi
On Wed, 10 Aug 2016, Jon Trulson wrote:
> On Tue, 9 Aug 2016, Swift Griggs wrote:
>
> >
> > I'm noticing that after a "make World" there are two things that seem
> > problematic. The first is that many of the applications aren't being built
> > due to the linking phase bombing out since it can't
On Tue, 9 Aug 2016, Swift Griggs wrote:
>
> I'm noticing that after a "make World" there are two things that seem
> problematic. The first is that many of the applications aren't being built
> due to the linking phase bombing out since it can't find libiconv (since
> it's not using -liconv during
I'm noticing that after a "make World" there are two things that seem
problematic. The first is that many of the applications aren't being built
due to the linking phase bombing out since it can't find libiconv (since
it's not using -liconv during the link/compile). Manually adding -liconv
doe