Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-18 Thread Alan W. Irwin
On 2015-05-18 17:04-0600 Orion Poplawski wrote: > On 05/17/2015 02:02 AM, Alan W. Irwin wrote: >> Hi Orion: >> >> In the last month or so you brought a number of linking issues for >> the traditional build system to my attention. I believe >> commit id = 6a5bad5 should fix those. >> >> Would you

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-18 Thread Orion Poplawski
On 05/17/2015 02:02 AM, Alan W. Irwin wrote: > Hi Orion: > > In the last month or so you brought a number of linking issues for > the traditional build system to my attention. I believe > commit id = 6a5bad5 should fix those. > > Would you please run your traditional build tests on Fedora again

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-05-17 Thread Alan W. Irwin
Hi Orion: In the last month or so you brought a number of linking issues for the traditional build system to my attention. I believe commit id = 6a5bad5 should fix those. Would you please run your traditional build tests on Fedora again to check that? Once you confirm all is well (i.e., no over

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-25 Thread Alan W. Irwin
On 2015-04-25 09:59-0600 Orion Poplawski wrote: > On 04/24/2015 07:58 PM, Alan W. Irwin wrote: >> On 2015-04-24 10:09-0600 Orion Poplawski wrote: [...] >>> Libs: -L${libdir} -lplplotd >> >> I don't get that at all for 5.10.0. > > Ah, mea culpa, we had: > > # Fix pkgconfig libs > # https://bugzill

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-24 Thread Alan W. Irwin
On 2015-04-24 10:09-0600 Orion Poplawski wrote: >> I just checked the two relevant *.pc files from 5.10.0 and 5.11.0, and >> they are the same other than dropping the "d" suffix. So the change in >> pkg-config result must not be due to something being done differently >> by PLplot. Instead, my gue

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-24 Thread Orion Poplawski
On 04/23/2015 01:29 AM, Alan W. Irwin wrote: > On 2015-04-22 22:44-0600 Orion Poplawski wrote: > >> With plplot 5.10.0: >> >> # pkg-config plplotd --libs >> -lplplotd >> >> With plplot 5.11.0: >> -lplplot -lltdl -lm -lshp -lfreetype -lcsirocsa -lcsironn -lqhull -lqsastime >> >> # pkg-config plplot

Re: [Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-23 Thread Alan W. Irwin
On 2015-04-22 22:44-0600 Orion Poplawski wrote: > With plplot 5.10.0: > > # pkg-config plplotd --libs > -lplplotd > > With plplot 5.11.0: > -lplplot -lltdl -lm -lshp -lfreetype -lcsirocsa -lcsironn -lqhull -lqsastime > > # pkg-config plplot --libs > > > This is wrong because the extra libraries ar

[Plplot-devel] Incorrect pkg-config link flags with plplot 5.11.0

2015-04-22 Thread Orion Poplawski
With plplot 5.10.0: # pkg-config plplotd --libs -lplplotd With plplot 5.11.0: -lplplot -lltdl -lm -lshp -lfreetype -lcsirocsa -lcsironn -lqhull -lqsastime # pkg-config plplot --libs This is wrong because the extra libraries are only necessary in the case of static linking. To indicate thi