Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread pm
Werner, Ausgezeichnet! Your suggestion worked. I replaced the lines 109-117 in plplot/bindings/f77/CMakeLists.txt with your recommendation. Reran cmake in a clean build_dir. This produced the correct file in build_dir/pkgcfg/plplotd-f77.pc (no suffix for static case). Then I built and instal

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Alan W. Irwin
On 2009-01-29 10:23+0100 Werner Smekal wrote: > I think the problem is due the lines 109-117 in plplot/bindings/f77/ > CMakeLists.txt > > # Set the path and the suffix for the (shared) libraries > if(CYGWIN) > if(BUILD_SHARED_LIBS) > set(SHLIB_DIR "${BIN_DIR}") > endif(BUILD_SHARED_LIBS) >

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Werner Smekal
Hi, >> On 2009-01-28 19:17, pm wrote: >>> Hello Arjen, >>> Actually, I did build the latest version of plplot with cmake (see >>> below build command sequence). That is not a problem. >>> HOW TO SEE THE PROBLEM >>> To see what is going on first hand, try building plplot-5.9.2 with >>> cmake on cy

Re: [Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-29 Thread Werner Smekal
On behalf of Arjen, Werner On 29.01.2009, at 10:09, Arjen Markus wrote: > Hello Paul, > > clearly I misunderstood the problem. I will look into that matter. > Thanks for reporting it. > > Regards, > > Arjen > > Werner, could you post Paul's answer on plplot-devel? My email to the > list is curre

[Plplot-devel] plplotd-f77.pc on Cygwin, suffix -9.1.1 on static build

2009-01-27 Thread pm
All, I have had success linking to Plplot shared libraries on all distributions of Linux. However, in porting some of my software to Cygwin on XP, linking to static libraries had a small problem using the *.pc file for F77. I built plplot like this on Cygwin: plplot-5.9.2 from the tarball.