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
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)
>
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
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
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.