Closed pali closed 7 years ago
Calling perl Makefile.PL produces warning:
perl Makefile.PL
Argument "630 20170516" isn't numeric in numeric gt (>) at Makefile.PL line 22.
gccversion is:
$ perl -MConfig -E 'say $Config{gccversion}' 6.3.0 20170516
@rurban This seems to be related to your check for gccversion. Can you look at it?
Sure.
Calling
perl Makefile.PL
produces warning:gccversion is:
@rurban This seems to be related to your check for gccversion. Can you look at it?