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

2016-05-29 Thread Dmitry Karasik
> > >> It's 'gcc', but I think that when I do 'perl Makefile.PL > >> LIBS="-L/lib/location -l" it overwrites the libs that you intend to > >> specify with exactly those libs that I've specified. > >> So, if i don't specify '-lgomp' in my LIBS arg, then it's not present > >> when needed. (I

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

2016-05-29 Thread sisyphus1
-Original Message- From: Dmitry Karasik Sent: Sunday, May 29, 2016 5:58 AM To: sisyph...@optusnet.com.au Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows >> It's 'gcc', but I think that when I do 'perl Ma

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

2016-05-28 Thread Dmitry Karasik
> > > 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 ? > > It's 'gcc', but I think that when I do 'perl Makefile.PL > LIBS="-L/lib/location -l" it overwrites the libs that

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

2016-05-28 Thread sisyphus1
-Original Message- From: Dmitry Karasik Sent: Saturday, May 28, 2016 6:19 PM To: sisyph...@optusnet.com.au Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows > Hmm allright ... Makefile.PL adds -lgomp for gcc only, but again

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

2016-05-28 Thread Dmitry Karasik
> Thanks for sorting that out, Dmitry - the latest github version (d7eaeed) > builds fine. Great! This if fixed then > > I'm hacking openmp support in for Prima, and that's where it can > > definitely explode. If that bothers you, you can add WITH_OPENMP=0 to > > Makefile.PL arguments, but I'd

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

2016-05-27 Thread sisyphus1
-Original Message- From: Dmitry Karasik Sent: Friday, May 27, 2016 10:46 PM To: sisyph...@optusnet.com.au Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows > Hi Rob, > > I think I've identified the issue, that's gm

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

2016-05-27 Thread Dmitry Karasik
> On Strawberry 5.24.0 I can reproduce the problem by building Prima-1.46 > with: > > perl Makefile.PL MAKE=gmake > > followed by: > > gmake Hi Rob, I think I've identified the issue, that's gmake being not smart about path/file and path\file being the same entity. Please check out the latest g

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

2016-05-26 Thread sisyphus1
-Original Message- From: sisyph...@optusnet.com.au Sent: Friday, May 27, 2016 8:34 AM To: Dmitry Karasik ; kmx Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows >> I'd like to help, but I don't know how to repro

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

2016-05-26 Thread sisyphus1
-Original Message- From: Dmitry Karasik Sent: Friday, May 27, 2016 5:05 AM To: kmx Cc: pdl-devel@lists.sourceforge.net Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows > I'd like to help, but I don't know how to reproduce the problem. On Strawberry

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] [OT] Prima-1.46 with perl-5.24.0 on Windows

2016-05-26 Thread kmx
: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows Hey Rob, What is the actual setup that leads to this issue? My perls are binary-compatible with (and essentially the same as) Strawberry Perl. For perl-5.24.0, Strawberry have built using gcc-4.9.2 and their make utility is '

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

2016-05-26 Thread sisyphus1
From: David Mertens Sent: Thursday, May 26, 2016 9:31 PM To: Sisyphus Cc: pdl-devel ; Dmitry Karasik Subject: Re: [Pdl-devel] [OT] Prima-1.46 with perl-5.24.0 on Windows > Hey Rob, > > What is the actual setup that leads to this issue? My perls are binary-compatible with (and essentially

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

2016-05-26 Thread David Mertens
Hey Rob, What is the actual setup that leads to this issue? Are you working with msys? msys2? Cygwin? It sounds like it works under Strawberry, so I'd guess it's not that. Dmitry has historically been very responsive, so if he knows the build system, I wouldn't be surprised if he quickly got the b