> 
> > 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.)


Hi Rob,

Yes indeed, it seems that adding LIBS as arguments can only overwrite, not 
append 
ldflags as one might want here. I don't like and don't understand that 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 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

Reply via email to