Re: [Plplot-devel] Unnecessary library linkage

2011-11-29 Thread Arjen Markus
Hi Orion, I introduced this library to be able to use more Fortran 95 features than we had before in the examples. I am not sure what the best way is to build this library - I suppose it can be a shared object if PLplot is built as a setof shared objects. In any case, its current state does not re

Re: [Plplot-devel] Unnecessary library linkage

2011-11-29 Thread Orion Poplawski
On 11/29/2011 07:05 PM, Alan W. Irwin wrote: >> Fatal Error: Can't open module file 'plf95demolib.mod' for reading at >> (1): No such file or directory >> >> This file does not appear to have been installed. > > Oops. I forgot to do an svn update to bring in Arjen's f95 changes > before I did my co

Re: [Plplot-devel] Unnecessary library linkage

2011-11-29 Thread Orion Poplawski
On 11/29/2011 07:05 PM, Alan W. Irwin wrote: Hi Orion: Thanks for your help. On 2011-11-29 16:54-0700 Orion Poplawski wrote: plplot-libs.i686: W: unused-direct-shlib-dependency /usr/lib/libplplotd.so.11.0.0 /lib/libdl.so.2 This appears to come it from cmake's FindLTDL.cmake and LTDL_LIBRARIE

Re: [Plplot-devel] Unnecessary library linkage

2011-11-29 Thread Alan W. Irwin
Hi Orion: Thanks for your help. On 2011-11-29 16:54-0700 Orion Poplawski wrote: > On 11/28/2011 11:56 PM, Alan W. Irwin wrote: >> So this should complete my NON_TRANSITIVE changes to the build system. >> >> Orion and Andrew: I hope this effort has been worth it and greatly >> reduces packaging

Re: [Plplot-devel] Unnecessary library linkage

2011-11-29 Thread Orion Poplawski
On 11/28/2011 11:56 PM, Alan W. Irwin wrote: So this should complete my NON_TRANSITIVE changes to the build system. Orion and Andrew: I hope this effort has been worth it and greatly reduces packaging warnings you have been getting on both Fedora and Debian concerning overlinking. Thanks for t