-----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 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 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 haven't verified this, btw.) I can probably improve on that by setting /lib/location in $ENV{LIBRARY_PATH}. That way I can avoid providing a LIBS argument to Makefile.PL - and Makefile.PL will probably get to add '-lgomp' along with the other libs that need to be added, precisely as you intended. I'll give that a try. (/lib/location is the location of my tiff, gif, etc. static libraries.) Cheers, Rob ------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e _______________________________________________ pdl-devel mailing list pdl-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pdl-devel