Date: | Sun, 14 May 2017 00:08:47 +0300 |
To: | bug-PGPLOT [...] rt.cpan.org |
From: | Евгений Чирков <ye_chirkov [...] list.ru> |
Hello, sorry for my English.
It is possible that I find the bug in PGPLOT-2.21.
I am use on Windows Vista Home Premium sp2, Citrus Perl 5.24.1.31x86 and have not problem with install other modules ( for example, Menlo 1.9004, PDl 2.017)
When Itry to install with , cpan, cpanm, and manualy (using dmake) PGPLOT-2.21, I cannot do it.
In last case I have
$ perl Makefile.PL
ExtUtils::F77: Version 1.20
Loaded ExtUtils::F77 version 1.20
Found compiler gfortran.exe
ExtUtils::F77: Using system=MSWin32 compiler=<undefined>
ExtUtils::F77: Unable to guess and/or validate system/compiler configuration
ExtUtils::F77: Will try system=Generic Compiler=GFortran
ExtUtils::F77: Validating -LC:/perl/mingw32/bin/../lib/gcc/i686-w64-mingw32/4.9.3 -L/usr/lib -lgfortran -lquadmath -lm [ok]
ExtUtils::F77: Compiler: gfortran
ExtUtils::F77: Cflags: -O
Checking if your kit is complete...
Looks good
Warning (mostly harmless): No library found for -lX11
Warning (mostly harmless): No library found for -lpng
Generating a dmake-style Makefile
Writing Makefile for PGPLOT
Writing MYMETA.yml and MYMETA.json
Yeugeny@YEUGENY-ПК c:\P
$ dmake test
dmake: makefile: line 287: Error: -- Missing targets or attributes in rule
When I look in makefile: line 287, I see
286# --- MakeMaker depend section:
287 $(OBJECT) : pgfun.c arrays.c PGPLOT.c
When I look into PGPLOT-2.21.tar.gz I find there pgfun.c, arrays.c and did not find PGPLOT.c (only PGPLOT.xs)
Thanks for attention, Yeugeny