Re: [cdesktopenv-devel] Adding default include & libraries to CDE

2016-08-10 Thread Swift Griggs
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

Re: [cdesktopenv-devel] Adding default include & libraries to CDE

2016-08-10 Thread Marcin Cieslak
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

Re: [cdesktopenv-devel] Adding default include & libraries to CDE

2016-08-10 Thread Jon Trulson
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

[cdesktopenv-devel] Adding default include & libraries to CDE

2016-08-09 Thread Swift Griggs
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