Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Inline CPAN distribution.

Report information
The Basics
Id: 3735
Status: resolved
Priority: 0/
Queue: Inline

People
Owner: Nobody in particular
Requestors: eric.rosevear [...] st.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: Inline and linking with external libraries
Tried setting 'LDFLAGS' => '-lslp', in Makemaker.PL and the setting is carried over in the Makefile but never used. Is there another way to specify external libraries? Thx Eric
RT-Send-CC: sisyphus [...] cpan.org
The usual way to deal with this is to specify the additional lib(s) in an Inline::C Config section: use Inline C => Config => LIBS => '-L/fully/qualified/location -lslp'; I'm closing this ticket on the basis that the above resolves the issue. If there's a problem with the way this has been dealt with, please feel free to re-open the ticket (or submit a new report). To further discuss the issue (but without re-opening the ticket), consider posting to the Inline mailing list, or send a private email to sisyphus at cpan dot org. Thanks for the report !! Cheers, Rob