[Pdl-devel] static analysis of PDL's C sources

2016-10-13 Thread Dmitry Karasik
code. The full log (badly re-formatted from proprietary format) is here [1], you might find it interesting. [1] http://karasik.eu.org/misc/pvs/pdl.log -- Sincerely, Dmitry Karasik -- Check out the vibrant tech

Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-29 Thread Dmitry Karasik
ings are currently working fine if I prepend '-lgomp' to the LIBS arg > I give to Makefile.PL. Well, if that doesn't give you problems it's okay then, I guess.. Some long time ago I also tried linking Prima to custom-built static libs, but that time I explicitly added libz to

Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-28 Thread Dmitry Karasik
at perl feature, and therefore added EXTRA_LDFLAGS to Prima. I believe you can safely use it for prepending your /lib/location instead. Dmitry > > Cheers, > Rob -- Sincerely, Dmitry Karasik -- What N

Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-28 Thread Dmitry Karasik
em was that there was no directive > for libgomp to be linked in. Hmm allright ... Makefile.PL adds -lgomp for gcc only, but again the detection of "gcc" as a name might be flaky here. May I ask, what is your perl -V:ccname ? -- Sincerely, Dmitry Karasik --

Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-27 Thread Dmitry Karasik
? And is there something in makefile.log about when it tries to detect whether openmp support is available? Thanks! Dmitry > > Cheers, > Rob -- Sincerely, Dmitry Karasik -- What NetFlow Analyzer can d

Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-26 Thread Dmitry Karasik
ust be IMO gmake-related issue as on Strawberry 5.24.0 (gcc-4.9.2 + > dmake + EU::MM-7.16) Prima-1.46 installs fine > > -- > kmx > > On 26.5.2016 15:03, sisyph...@optusnet.com.au wrote: > > From: David Mertens > > Sent: Thursday, May 26, 2016 9:31 PM > > To: Sisyp

Re: [Pdl-devel] Unable to build PDL::Drawing::Prima on Windows

2015-06-20 Thread Dmitry Karasik
Config that appear > when you have too new EU::MM. > > It does not include "dirname(__FILE__)" hack to make Prima::Config portable. > Hi kmx, I can't find the original dirname() hack on the list archive. Was it needed for portable strawberry? If so I'd like